Re: problem with picture of stage in MIAW

2002-02-28 Thread James Newton
Leah Kramer <[EMAIL PROTECTED]> wrote: > Hello all, > > I wrote a MIAW that has some code in it to send a picture of its stage to > the printer... > > set the picture of member("Stage Drawing Area") to the picture of the stage Hi Leah, Does it help to use "the activeWindow" rather than "the s

RE: problem with picture of stage in MIAW

2002-02-27 Thread Kraig Mentor
Sure! x = window("foo").image :o) > -Original Message- > From: Leah Kramer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 1:51 PM > To: [EMAIL PROTECTED] > Subject: problem with picture of stage in MIAW > > > Hello all, > >

Re: problem with picture of stage in MIAW

2002-02-27 Thread Agustín María Rodríguez
> Is there a way to specify that I want a picture of the MIAW's stage and not the > main movie's stage? member("someEmptyBitmap").image = (window "MIAWname").image Hope that helps -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself from

problem with picture of stage in MIAW

2002-02-27 Thread Leah Kramer
Hello all, I wrote a MIAW that has some code in it to send a picture of its stage to the printer. This is what the code basically looks like: set the picture of member("Stage Drawing Area") to the picture of the stage ... printomatic stuff to send member("Stage Drawing Area") to the printer ...