[flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-29 Thread Hogs Haven
Haykel- Thanks so much. This is exactly what I need. --- In flexcoders@yahoogroups.com, Haykel BEN JEMIA haykelbj@... wrote: if for some reason you don't want or can't use Flex, then you try some of the pure AS component libraries: * ASDPC :

Re: [flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-23 Thread Haykel BEN JEMIA
if for some reason you don't want or can't use Flex, then you try some of the pure AS component libraries: * ASDPC : http://sibirjak.com/osflash/projects/as-dataprovider-controls/ * AsWing : http://www.aswing.org/ and there are more. Haykel Ben Jemia Allmas Web RIA Development

[flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-22 Thread Hogs Haven
Thanks, but flash.display.Stage is not a Flex component; therefore it only has addChild(). addElement() is part of the spark Flex classes. --- In flexcoders@yahoogroups.com, grimmwerks grimm@... wrote: Try stage.addElement rather than addChild? On Sep 22, 2011, at 2:30 PM, Hogs Haven

Re: [flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-22 Thread Alex Harui
Flex components cannot be added to the Stage. You can add them to SystemManager and get pretty much the same effect. On 9/22/11 11:56 AM, Hogs Haven e_ba...@yahoo.com wrote: Thanks, but flash.display.Stage is not a Flex component; therefore it only has addChild(). addElement() is part

[flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-22 Thread Hogs Haven
Thanks Alex for the reply. Yea, with systemManager being a Flex component I guess I'm out of luck. OK, refactor time. --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Flex components cannot be added to the Stage. You can add them to SystemManager and get pretty much the same