change window origin before show
change window origin before show
- Subject: change window origin before show
- From: Kristine Larson <email@hidden>
- Date: Mon, 22 Aug 2005 13:54:05 -0500
Hello -
I am trying to write an application which displays windows on
multiple monitors. I have a class which loads a window from a nib,
then attempts to place the window on a particular monitor using
setFrame:display, with the origin configured for the monitor it
should show on. I have the window marked to not show on launch in the
nib. If I try to change the origin/frame before calling
makeKeyAndOrderFront on the window, it does not appear on the correct
monitor. If I call makeKeyAndOrderFront, then call setFrame:display,
it works. Is there something I am missing? I simply want to move a
window prior to showing it.
any help appreciated,
Kris
_______________________________________________
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