Thanks, Brian! This code will work fine for our internal purposes as we're connecting 2 displays to 1 graphics card.
Since we're on the topic - does anyone know how to handle multiple graphics cards without displays attached in RB? Is this a feature request/bug that I should file? Thanks, - Justin On 7/27/06 4:52 PM, "Brian Rathbone" <[EMAIL PROTECTED]> wrote: > Justin Elliott wrote: > >> In RB 2006 Rel 3, how can I move a global floating window to a second >> display on Mac OS X 10.4.7? >> >> How can I specify that a window gets display on a particular display? The >> window.placement property is read-only. >> > This is from the LR on 5.5.5: > > Dim myscreens as Integer > myscreens=ScreenCount > If (myscreens=1) then > MsgBox "You've only got one monitor. What's the problem?" > else > MsgBox "You've got "+Str(myscreens)+" screens!" > end if > > I can move my window to the lefthand side of my second screen like this: > > if screencount = 2 then > //screen(0) is the first screen > self.left = screen(1).left > end > > hth, > > Brian > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives of this list here: > <http://support.realsoftware.com/listarchives/lists.html> -- Justin Elliott Penn State University Senior Research Programmer Information Technology Services [EMAIL PROTECTED] TLT/Classroom and Lab Computing _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
