Hello,
I got A MIAW and it's working nice
but,how do I get it on A specific
position.The help files say:
Define the coordinates as a rectangle in the order left, top, right, and
bottom, as in this statement:
set window.rect "Sample" = [0, 0, 200, 300]
Use the rect() function to define the window rectangle�s four coordinates,
as in these statements:
set aRect = rect(0, 0, 200, 300)
set window.rect "Sample" = aRect
AND I GOT THIS:
on mouseUp me
open window ("miaw")
window("miaw").windowType = 12
set aRect = rect(100, 100, 260, 120)
end
And it doesn't seem to work WHY!!
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
[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!]