Re: Application in multiple screens
Re: Application in multiple screens
- Subject: Re: Application in multiple screens
- From: Tom Bernard <email@hidden>
- Date: Sat, 18 Sep 2004 19:01:40 -0600
Check out NSScreen class method +screens and instance method -frame for
screen information. NSPanel inherits from NSWindow, so check out NSWindow
-setFrame:display:.
You can design your NSPanels in Interface Builder, leaving the "Visible at
launch time" box unchecked. Get your screen information and move the window
to its proper location, the orderFront your window.
Tom Bernard
email@hidden
on 9/18/04 4:37 AM, Luis E! <email@hidden> wrote:
> Is there a way to have an application running in a
> machine but displaying in multiple screens, with
> different things showing in every screen? I need to
> show different NSPanels in 3 different screens.
_______________________________________________
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