You need to log in to create posts and topics.
Nib Window
1,678 Posts
#1 · September 17, 2011, 5:23 am
Quote from Forum Archives on September 17, 2011, 5:23 amPosted by: artlythere <artlythere@...>
If one unchecks "show window at app startup", how does one show a NIB window in response to a menu item? Am trying to implement my own splash window. I have a window with an image view built in IB, but not sure how to 're-show' it, once I turn it off.? I know i need to connect it to the menu item, create an outlet/target I guess, but not sure what NSwhatever to make it show?@interface showSplash : NSPanel{}@end
To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Posted by: artlythere <artlythere@...>
If one unchecks "show window at app startup", how does one show a NIB window in response to a menu item? Am trying to implement my own splash window. I have a window with an image view built in IB, but not sure how to 're-show' it, once I turn it off.
? I know i need to connect it to the menu item, create an outlet/target I guess, but not sure what NSwhatever to make it show?
@interface showSplash : NSPanel
{
}
@end
To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Click for thumbs down.0Click for thumbs up.0