showWindow:
showWindow:
- Subject: showWindow:
- From: Roland Silver <email@hidden>
- Date: Sat, 16 Jul 2005 13:27:38 -0600
I'm working on a program written mostly in C with an Objective-C
wrapper, but I keep having problems when I try to code something in
Objective-C.
Here's my latest problem:
In my MainMenu.nib file, I have a "Parameters" window which is not
visible at launch time.
Selecting the menu item Parameters > Set Heap Size... invokes the
action method setHeapSize: of the EmuController class, in which I
would like to make the Parameters window visible.
The only way I know to do that is by using the method showWindow: of
the NSWindowController class.
My problem is, how do I establish an instance of that class,
associated with the Parameters window, so I can call showWindow:?
--Rollo
_______________________________________________
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