This is somewhat of a basic question, but I am having a lot of trouble getting it to work.
When my app loads, I check for certain parameters, and then display an NSWindow. I have created the window in IB and also created a custom class (MyWindow). in IB I have given the window class MyWindow. I have added a couple of extra functions to MyWindow and now I wish to trigger the window to be displayed given certain conditions. How can I display the window? I have tried MyWindow *win = [[MyWindow alloc] init]; [win makeKeyAndOrderFront:nil]; but it just displays a blank window... I am pretty sure that I have not linked the window from IB properly but I am really confused about how to do it and the apple documentation / google don't seem to be able to help. Thanks for any help -- Guy Halford-Thompson Blog - http://www.cach.me/blog Twitter - https://twitter.com/mrwooster Google Plus - http://gplus.name/guy _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
