screen spanning
Posted: Fri May 03, 2013 7:44 am
does livecode currently have any code that would allow for screen spanning?
Questions and answers about the LiveCode platform.
https://forums.livecode.com/
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