|
It’s not quite like that. Turn
on the keep-generated-as in flex-config and then compile your MXML file andyou’ll
see a –generated.as file that gives you a sense of the code layout.
The big thing to notice is the variable declarations for any object that has an
id. Later on when the objects are instantiated they will be
assigned to those variables. All components have a concept of their MXML
document (the parentDocument property) and therefore can get assigned to the
right variable easily. Matt From: JesterXL
[mailto:[EMAIL PROTECTED] Before I go digging to figure it out, I wanted to see how close I
was. If I |
- Re: [flexcoders] Object Aliasing? Matt Chotin
- Re: [flexcoders] Object Aliasing? Manish Jethani

