[flexcoders] Re: any good way to make the pie take up the whole chart bounds?

2008-08-27 Thread lynxoid7
Jason, I have run into the same problem, but haven't come up with a solution. Have you resolved it in some way? --- In flexcoders@yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: I'm trying to get a pie that takes up the full height and width of the given PieChart element.

[flexcoders] Re: Trying to control percentage based containers

2008-07-25 Thread lynxoid7
You should also maximize Application's width, height to 100% and your TabNaviigator. --- In flexcoders@yahoogroups.com, daddyo_buckeye [EMAIL PROTECTED] wrote: I'm trying to control a percentage-based layout with several nested containers. Unless I set a fixed size (in pixels) or a minWidth

[flexcoders] Weird compiler/debugger issue

2008-07-24 Thread lynxoid7
I ran into this yesterday and so far have not figured out what's the problem. So I have this piece of code: private function foo(value:XMLList):void{ trace(foo); if (value == null || value.length() == 0) // a comment line here // another comment here

[flexcoders] Re: Weird compiler/debugger issue

2008-07-24 Thread lynxoid7
case if you still have a problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lynxoid7 Sent: Thursday, July 24, 2008 7:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Weird compiler/debugger issue I ran

[flexcoders] Re: How to check all children have been loaded?

2008-07-23 Thread lynxoid7
Would listening for creationComplete on the parent component do it? It is only fired after all children have been initialized. --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey there, I have a UIcomponent which contents 5 more image components inside. I would like