Re: Opening panel
Re: Opening panel
- Subject: Re: Opening panel
- From: Ondra Cada <email@hidden>
- Date: Mon, 18 Mar 2002 14:44:23 +0100
On Monday, March 18, 2002, at 08:58 , Tomas Zahradnicky, Jr. wrote:
perhaps I didn't understand it, but I don't know how to open a panel.
First window is opened due to be first responder, right, but what if I
want to open another window --- a prefs panel stored in nib? I cannot
find any class method in NSPanel or NSWindow. Is it "hidden" somewhere
else?
Uh-oh?
Just plain -orderFront: or, for panel more probably, -makeKeyAndOrderFront:
. What's the problem?
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Opening panel (From: "Tomas Zahradnicky, Jr." <email@hidden>) |