Hi list,
I have a strange problem:
My program opens a MIAW like this:
wMIAW = window("myWin")
wMIAW.rect = rect(0, 0, 1024, 768)
wMIAW.fileName = "blabla.dir"
open wMIAW
after that want to copy some image into that window, like that:
wMIAW.image.copyPixels(member("Vorlage").image, member("Vorlage").rect *
scaleFactor, member("Vorlage").rect)
(where member("Vorlage") is a cast member of the stage movie)
Now, what happens? When I first run the program, the window opens, but
nothing happens.
BUT
When I leave the wMIAW open in authoring environment and play the movie
again, THEN it works!!!
I have checked with activewindow, it's the same in both cases (the stage).
I have no idea why this happens. Can anybody help?
Thanks a lot
Michael von Aichberger
www.aichberger.de
[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!]