User preferences

2004-12-15 Thread Samuel Hornus
Hi ! Being happy with my little GUI, I would like to store/retreive some user preferences. NSUserDefaults seems the way to go, and after reading some (but certainly not the most relevant :-( ) documentation, I followed the advices from this web page:

Re: GNU Objective-C runtime questions

2004-12-15 Thread Adam Fedor
On Dec 13, 2004, at 6:56 AM, Sébastien Pierre wrote: Actually, the code necessary for this function is already contained in the `GSObjCAddClasses' implementation. The trick would be simply to separate this code in a `GSObjCAddClass'. If I send a patch, is there a chance for it to be accepted ?

Re: User preferences

2004-12-15 Thread Adam Fedor
On Dec 15, 2004, at 4:50 PM, Samuel Hornus wrote: http://developer.apple.com/documentation/Cocoa/Conceptual/ UserDefaults/Tasks/UsingDefaults.html#//apple_ref/doc/uid/2719 Needless to say, it does not work. I kinda feel that I may need to supply some default domain name to the

Re: Problem with SQLClient

2004-12-15 Thread Richard Frith-Macdonald
On 15 Dec 2004, at 12:25, Käck Tim wrote: Hi Richard, Strangely enough, I doesn't help: db = [SQLClient clientWithConfiguration: nil name: @test]; [db setDebugging: 0]; [db setDurationLogging: -1]; NSLog(@Logging level is now: %@, [db durationLogging]); NSLog(@Debuggings is now: %@, [db