I think I remember somewhere someone was calling validateNow on a stack of % -based components and they got NaN because there was no reference from the top level of what the width/height was. (IOW, 100% of ???). It is probably going to be some issue like that.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dominic Pazula Sent: Friday, April 11, 2008 12:05 PM To: [email protected] Subject: [flexcoders] Re: Error from ComboBox while drawing component... Alex, Thanks for the reply. I'm not sure how that is possible. The ComboBox is set: textSelect.percentWidth = 50; That is in FormItem set: item.percentWidth = 75; Which is in <mx:VBox height="100%" width="100%" verticalAlign="middle"> <mx:Form id="tForm" height="100%" width="100%"/> </mx:VBox> Which is in: <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml> " width="100%" height="100%" creationComplete="init()"> If that was the case, I would expect my other items declared like this to also cause issues. But I get all of the form displayed. As soon as the RPC returns values to the ComboBox, it blows up. Is there logic somewhere in updating the dataProvider of ComboBox that would set the width to NaN? Thanks Dom --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Probably means that the CB's width is also NaN and got that way due to > some funky layout logic somewhere. > > >

