Hi Magnus,
> how do i make this script work ?
>
> window(gMyMiaw).rect= the desktoprectlist
the desktopREctList returns a list, eg :
put the desktopRectList
-- [rect(0, 0, 1024, 768)]
so you have to write:
window(gMyMiaw).rect= the desktoprectlist[1]
HTH,
Séb
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]