Sha256: a3491bb6e741a05cdc03eaf918c4f5da2345871579b9a0acafc0071ffbfe93ab

Contents?: true

Size: 388 Bytes

Versions: 93

Compression:

Stored size: 388 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

93 entries across 93 versions & 18 rubygems

Version Path
rwdtinker-1.80 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtinker-1.82 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtinker-1.85 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtinker-1.78 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtinker-1.83 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtorrent-0.03 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtorrent-0.04 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtorrent-0.05 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtorrent-0.08 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
rwdtorrent-0.06 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
tinkerbell-0.03 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
tinkerbell-0.01 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
tinkerbell-0.04 code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb