[flexcoders] Re: Help with Printing (relates to Scaling Object, just before sending printjob)

2007-12-17 Thread Randy Martin
In the code below, the event listerer function should have been: private function finishPrint(event:CustomEvent) Sorry, typing faster than I'm thinking. ~randy --- In flexcoders@yahoogroups.com, "Randy Martin" <[EMAIL PROTECTED]> wrote: > > You can have a function that starts the print job, ge

[flexcoders] Re: Help with Printing (relates to Scaling Object, just before sending printjob)

2007-12-17 Thread Todd
Could you try chaining Events? In your function when you scale your object, can you fire off an event when the object scaling is done. And then in the listener for thisnew event, fire off the Print Job? I don't know the specifics of the PrintJob API, or what you're doing wtih Object scaling. Bu