-
Website
http://www.vivisectingmedia.com/blog/ -
Original page
http://blog.vivisectingmedia.com/2008/04/the-flex-code-behind-pattern/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Roommate
1 comment · 1 points
-
jaampool
1 comment · 1 points
-
Daniel Ha
1 comment · 405 points
-
golfman_story
1 comment · 3 points
-
James
24 comments · 4 points
-
-
Popular Threads
For people new to this concept, I always refer them to how we *try* to create unobtrusive javascript in a traditional HTML/JS environment.
It helped me understand more about how Flex/AS works and how this interaction should be handled....
Thanks
It seems that I need to add the object before I can change any of the elements or properties. Is that correct? The project I'm working on requires a number of objects to be set in memory ready to be added when required. This might include setting the text of a label, but also it's position or styles or any number of other things.
I've tried moving the super.initialize() into the constructor, but that doesn't seem to work. Have you encountered this problem before?