Keeping windows hidden
Keeping windows hidden
- Subject: Keeping windows hidden
- From: Edwin Vane <email@hidden>
- Date: Thu, 15 Sep 2005 22:48:27 -0400
- Mail-followup-to: Cocoa-Dev <email@hidden>
I have document based application where the document has several windows
attached to it (via window controllers of course). One of these windows
is meant to be used modally and should only be visible when an action
has triggered the window to appear.
I'm trying to make sure the window stays hidden from view when the
document is created. However, orderOut: doesn't seem to hide the window
(when I send the message inside the overridden makeWindowControllers:).
I'm assuming that the document's showWindows method is called after
makeWindowControllers: or something. So the question is, how do I keep
the window hidden until I want it?
--
Edwin Vane
MMath Candidate
Computer Graphics Lab
School of Computer Science
University of Waterloo
_______________________________________________
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