On Apr 5, 2005 6:15 PM, Aral Balkan <[EMAIL PROTECTED]> wrote:

> The problem currently is exactly as you illustrate. I am being forced to
> write the equivalent of the code you provided (below) because Flex does
> not understand that orderForm already exists in the base class and
> redeclares it while compiling the MXML.

Seems like there might be a quick way to get around this:

       <mx:ViewStack initialize="screens = event.target" x="38" y="59">
       ....

See the initialize handler.

s/id="\([^"]\+\)"/initialize="\1 = event.target"/g

Manish


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to