FLEX: How can I share components IDs through modules ?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-04-16T09:59:30Z Indexed on 2010/04/16 10:03 UTC
Read the original article Hit count: 177

Filed under:

Are IDs attributes shared between different modules in Flex ?

i.e. I have a text area with id="text1" in my menu.mxml file.

And I want to write on it from another module mainArea.mxml

The debug gives me error, so how can I share different components ?

thanks

© Stack Overflow or respective owner

Related posts about flex