search for: aoverwrite

Displaying 1 result from an estimated 1 matches for "aoverwrite".

Did you mean: overwrite
2005 Apr 12
2
FXSettings problem
...self.mFile = aFile self.mDefaults = FXSettings.new end def Parse parseFile(self.mFile, true) Defaults(false) end def Write unparseFile(self.mFile) end def Defaults(aOverwrite) end // Then a lot of stuff for setting default values and // some model-view implementations follow but they aren''t of // of importance regarding the error. end When I call reg.Parse now, the ruby interpreter prints out ./Registry.rb:...