Don't screw with the draw rect - that's for resizing.  Just change the rect 
itself.



At 10:02 PM 9/10/02, krista wrote:
>Thanks for the help. I thought that should do it - seems not to work on my
>G4 though - like it refuses to play full screen with the data it has pulled
>using
>
>on MakeFullScreen
>   (the stage).rect = the desktopRectList[1]
>   (the stage).drawRect = the desktopRectList[1]
>end
>
>on MakeFullScreen2
>   (the stage).rect = the desktopRectList[2]
>   (the stage).drawRect = the desktopRectList[2]
>end
>
>The primary monitor is fine - just having trouble with the secondary. It
>will switch to the monitor, but not centered - aligns to the top left
>instead - vanishes if asked to play the res. of the secondary monitor...
>
>maybe it is an open GL thing...
>
>
>krista
>
> > From: Tab Julius <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > Date: Tue, 10 Sep 2002 21:15:34 -0400
> > To: [EMAIL PROTECTED]
> > Cc: <[EMAIL PROTECTED]>
> > Subject: Re: <lingo-l> specify secondary monitor with lingo?
> >
> > on startMovie
> > if (count(the desktopRectList) >=2) then
> > the stage.rect =the desktopRectList[2]
> > end if
> > end
>
>[To remove yourself from this list, or to change to digest mode, go to 
>http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
>[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L 
>is for learning and helping with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to