Re: [flexcoders] Using Flex Components in an Actionscript Project

2007-03-19 Thread Yotam Laufer
Hi Alex, Thanks for your reply. I've looked all over the net for a place which has some kind of reference on how to do this. The only link from Mike Chambers' blog is broken. Since there is no multiple inheritance in Actionscript I can only extend Application or SystemManager. I would really

[flexcoders] Using Flex Components in an Actionscript Project

2007-03-18 Thread dasubermutt
Hello List, I'd like to have a class with what used to the ScrollPane in AS 2.0 inside it. So 2 questions: 1. What is the equivalent of ScrollPane in Flex? 2. Is it possible to import a component into a non MXML project and how? Best regards and thanks in advance, Yotam.

RE: [flexcoders] Using Flex Components in an Actionscript Project

2007-03-18 Thread Alex Harui
, March 18, 2007 5:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using Flex Components in an Actionscript Project Hello List, I'd like to have a class with what used to the ScrollPane in AS 2.0 inside it. So 2 questions: 1. What is the equivalent of ScrollPane in Flex? 2

Re: [flexcoders] Using Flex Components in an ActionScript Project

2007-02-28 Thread Daniel Freiman
Check to make sure the size of the TextArea (and it's parents) aren't 0. - Dan On 2/26/07, August Gresens [EMAIL PROTECTED] wrote: Hello We're putting together an ActionScript Project with FlexBuilder and would like to use the TextArea component. We've had success including the proper

[flexcoders] Using Flex Components in an ActionScript Project

2007-02-26 Thread August Gresens
Hello We're putting together an ActionScript Project with FlexBuilder and would like to use the TextArea component. We've had success including the proper libraries and getting this to compile, but it doesn't show up when added an instance of TextArea to a DisplayObjectContainer (a Sprite).