Sha256: 1af9e68f28fc309d83029267276b055ce9f420a19019796da9204ec0964025b4

Contents?: true

Size: 800 Bytes

Versions: 39

Compression:

Stored size: 800 Bytes

Contents

# this code is to call the help window
def runhelpwindow
  $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration","remote_control"]
  
 if @rwd_window == "main"
   if @rwd_tab == "documentsrwdtinkerone"
     $help_topic = "documents_rwdtinker"
   end
 
end
 
   if @rwd_window == "rwdtinkerhelpwindow"
   puts "in help window processing"
  else
   $previouswindow = @rwd_window
   $previoustab = @rwd_tab
   end
    
   
  @rwdhelptopic = $help_topic
  @rwdhelpdataoutput      = "#{Helptext[:"#{$help_topic}"]}"
  @rwdhelpsubchoicesoutput = $helptopicsarray.rwd_method("choosenewhelptopic")
  @rwd_window = "rwdtinkerhelpwindow"
end
 
 def choosenewhelptopic(inffile)
  $help_topic                 = inffile
  runhelpwindow
  end


Version data entries

39 entries across 39 versions & 10 rubygems

Version Path
rwdschedule-0.98 code/01rwdcore/openhelpwindow.rb
rwdschedule-0.97 code/01rwdcore/openhelpwindow.rb
rwdschedule-0.95 code/01rwdcore/openhelpwindow.rb
rwdshell-0.97 code/01rwdcore/openhelpwindow.rb
rwdshell-0.96 code/01rwdcore/openhelpwindow.rb
rwdshell-0.98 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.57 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.61 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.53 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.51 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.52 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.54 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.59 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.58 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.55 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.56 code/01rwdcore/openhelpwindow.rb
rwdtinker-1.60 code/01rwdcore/openhelpwindow.rb
rwdtorrent-0.01 code/01rwdcore/openhelpwindow.rb
rwdtorrent-0.02 code/01rwdcore/openhelpwindow.rb