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
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
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