Sha256: 60ad1c95fca3f1900557a77791f07c00cb01bcac9135568a4de6ddc3e7bbf61c
Contents?: true
Size: 414 Bytes
Versions: 1
Compression:
Stored size: 414 Bytes
Contents
# this method loads the on screen variables into the running class def loadconfigurationvariables configfiletoload = File.join(ConfigurationDir,TinkerWin2ConfigurationFileName) begin load configfiletoload @extraconfigdatadisplay = "" @newconfigurationresult = "Config Variables loaded" rescue @extraconfigdatadisplay = "" @newconfigurationresult = "loading error" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwdschedule-0.93 | code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb |