Sha256: f60803039b8964a8f505c0c65eb7d1890a16ad7ab735d46d89b747f3e5ac5e3b
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
# this method loads the on screen variables into the running class def loadrwddialogconfigurationvariables tmpfilename = "rwdwdialogmap.cnf" configfiletoload = File.join(ConfigurationDir, tmpfilename ) begin load configfiletoload @extradiaconfigdatadisplay = "" @newdiaconfigurationresult = "Config Variables loaded" rescue @extradiaconfigdatadisplay = "" @newdiaconfigurationresult = "loading error" end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rwddialogmap-0.02 | code/superant.com.dialogmap/loadconfigurationvariables.rb |
rwdhypernote-0.16 | code/superant.com.dialogmap/loadconfigurationvariables.rb |