[flexcoders] Re: Inserting Flex Container to TLF?

2012-12-04 Thread handitan
Hi Alex! Thanks for the reply! Hmmm...I guess that's the only way to do it, huh? Any other suggestion? Again thank you! Handi --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: UIComponents must be parented by other UIComponents. Now there is a call that sets a virtual parent

Re: [flexcoders] Re: Inserting Flex Container to TLF?

2012-12-04 Thread Alex Harui
What is the content of this container? If it is non-interactive, take a bitmap of it and insert that instead. If you are trying to get text to flow around it, Flex text widgets do not support that ,but TLF supposedly does.by setting up a set of TLF containers for the ContainerController to

[flexcoders] Re: Inserting Flex Container to TLF?

2012-12-04 Thread handitan
Hi Alex, The content is a math formula where user could do CRUD operation. Dummy bitmap approach does sound interesting...I believe that's basically the state where I am right now with my changes. Really appreciate it, Alex! Hope Adobe treats you well! Handi --- In flexcoders@yahoogroups.com,

[flexcoders] FlexUnit not working

2012-12-04 Thread flexwdw
Hey all, I have a Flex3 project I am trying to add unit testing to. Currently using Flashbuilder 4.5 Pro. I am using the IDE-provided stub generators to do this. I took my real project out of the equation, and made a Flex 3 project with an app and one static function I wish to test. I