[flexcoders] width via style/css

2008-06-25 Thread Ingo Stoecker
hello, just a newbie question ;-) is it possible to define the width of any components (like textinput, button, combobox) via mx:style or external css? greets, kobe __ Gesendet von Yahoo! Mail. Dem pfiffigeren Posteingang.

Re: [flexcoders] width via style/css

2008-06-25 Thread Michael Schmalle
Hi, No, width is a property of UIComponent not a style. You can try using constraints IE top,left,bottom,right. Mike On Wed, Jun 25, 2008 at 12:03 PM, Ingo Stoecker [EMAIL PROTECTED] wrote: hello, just a newbie question ;-) is it possible to define the width of any components (like

RE: [flexcoders] width via style/css

2008-06-25 Thread Shearer, Scott
@yahoogroups.com Subject: Re: [flexcoders] width via style/css Hi, No, width is a property of UIComponent not a style. You can try using constraints IE top,left,bottom,right. Mike On Wed, Jun 25, 2008 at 12:03 PM, Ingo Stoecker [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: hello, just