Locking the order of an applications windows?
Locking the order of an applications windows?
- Subject: Locking the order of an applications windows?
- From: Jerry LeVan <email@hidden>
- Date: Mon, 09 Dec 2002 16:53:12 -0500
Hi,
For my first graphical application, I implemented a small program that draws
"spirolaterals".
The app has a drawing window and a parameters panel. The user supplies
several parameters in the parameter panel and clicks on the drawit button
and the spirolateral is drawn.
I would like to keep the parameter panel always above the drawing window.
My first attempt was to invoke:
[parameterPanel setFloatingPanel:YES]
In awakeFromNib.
I found out that this keeps the parameter panel above *everything*. Not so
good.
Is there some nifty way of keeping the relative positions of my two windows
fixed?
(Alternatively, how can I hide the parameter window whenever the drawing
window is not frontmost?)
--Jerry
_______________________________________________
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.