NSTableView flashes when updated

2009-09-22 Thread Zephyroth Akash
Hi everybody, I'm creating an application which uses an NSToolbar to switch between views. Several views contain an NSOutlineView and an NSTableView. If the selection change in one of these the current view can be resized to show the correct informations. But if the selection change or if

Re: /Library/Preferences Writable By Everyone

2009-09-22 Thread Ken J.
Thanks to all for the kind response. At this point, I am confident that something broke my permission. I will just say this was an isolated case. But this is an alert for us as I was trying to keep a global Preference of my app that only the Admin can modify and this totally throws that idea off.

app delegate +initialize

2009-09-22 Thread John Baldwin
I'm missing something in the loading of an application delegate. In my MainMenu.xib file, the File's Owner delegate connection is set to an AppController object. File's Owner's class is set to NSApplication. In the AppController class, a +(void)initialize method is defined. The +(void)init

Re: NSImage rotation regression?

2009-09-22 Thread Ken Ferry
On Tue, Sep 22, 2009 at 5:54 PM, Rob Keniger wrote: > > On 23/09/2009, at 8:46 AM, Marco S Hyman wrote: > > FYI: a while ago I asked about a possible NSImage rotation regression >> >> I didn't see any mention of this in the documentation or release >> notes. Did I miss it? >> > > > Yep. Have a

Re: NSTableView flashes when updated

2009-09-22 Thread Zephyroth Akash
I've tried to enable Core Animation for each views in IB, even for every components. But enabled or not this option doesn't change the fact that my outline and table views flashes. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

Re: an app that never quits

2009-09-22 Thread Bill Bumgarner
On Sep 22, 2009, at 9:41 PM, Erick Calder wrote: no need to state the obvious. if Clock can do what it does, then it's possible to do it... I'm interested to know how I can do the same thing You can't. End of thread. b.bum ___ Cocoa-dev mail

Re: app delegate +initialize

2009-09-22 Thread Bill Bumgarner
On Sep 22, 2009, at 10:50 PM, John Baldwin wrote: I'm missing something in the loading of an application delegate. In my MainMenu.xib file, the File's Owner delegate connection is set to an AppController object. File's Owner's class is set to NSApplication. In the AppController class, a

Re: app delegate +initialize

2009-09-22 Thread Dave Keck
That certainly sounds fishy, but there's not much for us to go on. I'd say the standard debug tactics apply: whittle down your project as small as possible with the bug still in-tact. More often than not this will illuminate the problem, and if not, at least you'll have some sample code to show us.

<    1   2