search for: fxsettings

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

Did you mean: xsettings
2005 Apr 12
2
FXSettings problem
Hi all. I tried to subclass FXSettings in order to add some functionality to it but I ran into the following problem. The code which shall be executed looks like this: def test reg = Registry.new("test.reg") reg.Parse end The Registry class basically looks this way: require "fox12"...