Re: initial value of an NSPopupButton shows with delay

2012-08-17 Thread Koen van der Drift
On Aug 16, 2012, at 8:50 PM, Peter Ammon wrote: > Is your window set to be visible at launch (i.e. in IB)? Try making it not > visible at launch, and then ordering it onscreen after the nib is loaded. > That should allow all the awakeFromNib methods to run before the window > appears. Hi Pet

Re: initial value of an NSPopupButton shows with delay

2012-08-16 Thread Peter Ammon
Hi Koen, Is your window set to be visible at launch (i.e. in IB)? Try making it not visible at launch, and then ordering it onscreen after the nib is loaded. That should allow all the awakeFromNib methods to run before the window appears. Hope that helps, -Peter On Aug 16, 2012, at 3:53 PM, Ko

initial value of an NSPopupButton shows with delay

2012-08-16 Thread Koen van der Drift
I have an NSPopupButton that is bound to an NSArrayController in IB as follows: Content -> ac.arrangedObjects ContentValue -> ac.arrangedObjects.name SelectedObject -> File's Owner.self.currentObject The ac is bound to entities that are in my CD store (which are created when the app starts up fo