Sha256: e2e5c39a4c7805c66c9cc57b6c7b0178a0dd96ffe580fecdf6f769df0f6c157b

Contents?: true

Size: 565 Bytes

Versions: 3

Compression:

Stored size: 565 Bytes

Contents

# this code is to call the help window
def runhelpwindowrwdmovies

     $help_topic = "rwdmovies_generalhelp"
   if @rwd_tab == "viewnamedata"
     $help_topic = "rwdmovies_help"
   end
    if @rwd_tab == "viewrwdmoviesconfiguration"
    $help_topic = "rwdmovies_configuration"
    end
   $helptopicsarray =  $helptopicsarray | ["rwdmovies_configuration","rwdmovies_generalhelp","rwdmovies_help"]
  
   
  
 if @rwd_window != "rwdtinkerhelpwindow"
       $previouswindow = @rwd_window
      $previoustab = @rwd_tab
  end
  runhelpwindow
end


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rwdmovies-0.92 code/superant.com.rwdmovies/openhelpwindowrwdmovies.rb
rwdmovies-0.91 code/superant.com.rwdmovies/openhelpwindowrwdmovies.rb
rwdmovies-0.90 code/superant.com.rwdmovies/openhelpwindowrwdmovies.rb