Re: Subclassing NSUserDefaultsController

2009-09-26 Thread Thomas Bauer
possible to override the class of the userdefaultscontroller. Regards Thomas On 21/09/2009, at 3:44 AM, James Bucanek wrote: Thomas Bauer <mailto:t...@freeridecoding.com> wrote (Sunday, September 20, 2009 2:39 AM +1200): In some cases my application needs to modify and get the user default

Subclassing NSUserDefaultsController

2009-09-20 Thread Thomas Bauer
Dear List, In some cases my application needs to modify and get the user defaults from a different user than the one it is launched under. Since this affects not only things done programmatically, but also parts of the user interface that use bindings, I was thinking an elegant solution would

NSFileManager copyItem and 64 Bit not able to copy a symlink?

2009-08-30 Thread Thomas Bauer
ng has not been tested. Maybe I overlook something but the documentation of the method still states that symlinks are not traversed and themselves copied... Any suggestion would be much appreciated... Regards Thomas Bauer ___ Cocoa-dev mailing l

Re: NSProgressIndicator not animating when part of NSAnimation

2009-08-15 Thread Thomas Bauer
. Technically this does not make sense to me. Cheers Thomas On 16/08/2009, at 1:11 PM, Kyle Sluder wrote: On Aug 15, 2009, at 6:04 PM, Thomas Bauer wrote: Further to my below question I found out that the problem is related to what is triggering the code that starts the animation: If the

Re: NSProgressIndicator not animating when part of NSAnimation

2009-08-15 Thread Thomas Bauer
I could workaround that problem by adding a call to my code that simulates what a keystroke or such. I have tried a NSApp updateWindows... redrawing of views etc. Nothing helps. Cheers Thomas On 15/08/2009, at 10:15 PM, Thomas Bauer wrote: Dear List! I am using an indetermined

NSProgressIndicator not animating when part of NSAnimation

2009-08-15 Thread Thomas Bauer
Dear List! I am using an indetermined NSProgressIndicator as a subview of a NSView. The frame of the NSView is animated using a NSAnimation. Basically before (or after - i have tried both) [mynsanimation startAnimation] I do a [myprogressindicator startAnimation:self]; However, the progressin