# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. # This application is a framework for writing programs from RubyWebDialogs # For information see http://www.rubyforge.net/projects/rwdapplications # return the version constant defined in the config file def rwdschedulehelpaboutsetup return ["RwdSchedule","(c) 2004,2005 Steven Gibson ","Version #{RwdScheduleVersion}"] end def runrwdtinkerversion @rwd_window = "applicationversion" helpaboutinput = @a_helpaboutinput.downcase versionarraysetup = "#{helpaboutinput}helpaboutsetup" versionarray= self.send(versionarraysetup) @versionappnamedisplay = versionarray[0].to_s @versioncopyrightdisplay = versionarray[1].to_s @versionnumberdisplay = versionarray[2].to_s end