# 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