search for: unparsefil

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

Did you mean: unparsefile
2005 Apr 12
2
FXSettings problem
..._accessor :mDefaults def initialize(aFile) 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.Par...