screen spanning

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kcwvc52
Posts: 49
Joined: Sun Jun 12, 2011 9:55 pm

screen spanning

Post by kcwvc52 » Fri May 03, 2013 7:44 am

does livecode currently have any code that would allow for screen spanning?

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: screen spanning

Post by Simon » Fri May 03, 2013 8:09 am

Hi kcwvc52,
Try this:

Code: Select all

on mouseUp
   put the working  screenRects into tSize
   put "0,0," & item 3 of line 2 of tSize & comma & item 4 of line 1 of tSize into tExtended
   set the rect of this stack to tExtended
end mouseUp
I had to use "item 4 of line 1" because my primary monitor is smaller than secondary.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply

Return to “Mac OS”