On 9/16/06, Fred Kiefer <[EMAIL PROTECTED]> wrote:
Nice thing that you are doing here. Your main problem seems to be that GNUstep currently does not support NSController and its subclasses (in your case NSUserDefaultsController). With that missing your NIB file will never work, which ever way you convert it. I see two ways to proceed: Either you manage to remove the need for that class from the original NIB file or we need to add that class somewhere. I have some basic implementation for some of the controller classes lying around here, but I never committed them to GNUstep as not to bloat our code with unused classes.
Fred, If you have some basic implementation for the controller classes, you should really commit them :-) Those classes are rather useful. In the meantime, NSUserDefaultsController is fairly "simple" so I guess Paddy could possibly write some code providing a similar behaviour, or even remove it for the moment.. -- Nicolas Roard "I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
