Re: [flexcoders] Re: RadioButton's label - truncateToFit = false?

2008-01-30 Thread bjorn -
Thanks for your help guys! :-) I used Alex's example which he posted on his blog here: http://blogs.adobe.com/aharui/2007/04/multiline_buttons.html He seems to use the solution you suggested rueter007. It works great. On 29/01/2008, rueter007 <[EMAIL PROTECTED]> wrote: > > textField wil

[flexcoders] Re: RadioButton's label - truncateToFit = false?

2008-01-29 Thread rueter007
textField will not be created in the constructor. your app will throw an exception if you do so. if you like to do what sherif said, you will have to do it in the createChildren method after you called super.createChildren or some other method that occurs after the textField is created.. --- In fl