Sha256: 180a784054a845a8f8ec4867c51095b5befc4d45f2b0433b911a21252546ac01
Contents?: true
Size: 826 Bytes
Versions: 36
Compression:
Stored size: 826 Bytes
Contents
# this code is to call the help window def runhelpwindowtinkerwin2 # $helptopicsarray = $helptopicsarray | [""] $help_topic = "tinkerwin2_help" if @rwd_tab == "rwdzipslister" $help_topic = "tinkerwin2_help" end if @rwd_tab == "filelister" $help_topic = "applet_viewing" end if @rwd_tab == "zipslister" $help_topic = "applet_installation" end if @rwd_tab == "editconfigurationfile" $help_topic = "applet_tinkerbackeditconfiguration" end if @rwd_tab == "rwdremotecontrol" $help_topic = "remote_control" end if @rwd_tab == "superantcomremotezipsinstall" $help_topic = "remotegemapplet_install" end if @rwd_window != "rwdtinkerhelpwindow" $previouswindow = @rwd_window $previoustab = @rwd_tab else $previouswindow = @rwd_window $previoustab = @rwd_tab end runhelpwindow end
Version data entries
36 entries across 36 versions & 11 rubygems