Re: showWindow:
Re: showWindow:
- Subject: Re: showWindow:
- From: Andreas Mayer <email@hidden>
- Date: Sat, 16 Jul 2005 22:11:12 +0200
Am 16.07.2005 um 21:27 Uhr schrieb Roland Silver:
The only way I know to do that is by using the method showWindow:
of the NSWindowController class.
To make a window visible send it a makeKeyAndOrderFront: message.
My problem is, how do I establish an instance of that class,
associated with the Parameters window, so I can call showWindow:?
You could add an NSWindowController in IB by selecting the
NSWindowController class in IB's class browser and choosing Classes -
Instantiate NSWindowController from the main menu (or alternatively
press Command-Option-I).
But you really don't need to. See above.
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >showWindow: (From: Roland Silver <email@hidden>) |