Linking NSWindow via IB
Linking NSWindow via IB
- Subject: Linking NSWindow via IB
- From: Guy Halford-Thompson <email@hidden>
- Date: Tue, 30 Aug 2011 20:50:56 -0700
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden