Sha256: af6262118f3b90116b1f94d9eda93f6ef020e0df3d93a0dbe1cfb281aee95fad

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

# this code is to call the help window
def runhelpwindowrwdhypernote

     $help_topic = "rwdhypernote_generalhelp"
   
   if @rwd_tab == "utilitiesrwdhyperedit"
        $help_topic = "hypernoteutility_help"
   end
     
   if @rwd_tab == "superantcomeditnoterecordfile"
        $help_topic = "hypernoteedit_help"
   end
   
   if @rwd_tab == "rwdhypernoteeditlinksrecordfile" 
      
    $help_topic = "hypernotelinks_help"
   end 
   
  
   
  if @rwd_tab == "viewrwdhypernoteconfiguration"
  $help_topic = "rwdhypernote_configuration"
  end
  
 if @rwd_tab == "superantcomdialog01"
    $help_topic = "rwddialogmap_generalhelp"
    end
  
     
   if @rwd_tab == "superantcomeditnoterecordfile"
        $help_topic = "dialogmapedit_help"
   end
   
   if @rwd_tab == "superantcomxmlfile" 
      
    $help_topic = "dialogmapxml_help"
   end
   
    if @rwd_tab == "superantcommmfile" 
      
    $help_topic = "dialogmapxml_help"
   end 
   
  
   
  if @rwd_tab == "viewrwddialogconfiguration"
  $help_topic = "rwddialogmap_configuration"
  end
  
   $helptopicsarray =  $helptopicsarray | ["rwddialogmap_configuration","dialogmapedit_help","rwddialogmap_generalhelp"]
  
   
   $helptopicsarray =  $helptopicsarray | ["hypernoteedit_help","rwdhypernote_help","hypernotelinks_help","rwdhypernote_configuration"]
  
   
  
 if @rwd_window != "rwdtinkerhelpwindow"
       $previouswindow = @rwd_window
      $previoustab = @rwd_tab
  end
  runhelpwindow
end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwdhypernote-0.16 code/superant.com.hypernote/openhelpwindowrwdhyernote.rb