[Flashcoders] Word Wrap Radio Button

2007-08-17 Thread Vivek Gaikwad
Hi,

 

I am creating a small online test. I am using radio button component for
the questions. The length of some of the questions is more than my stage
size. Can I make word wrap for the radio button? 

 

I am using Flash 8.

 

 

peace, veiky

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Word Wrap Radio Button

2007-08-17 Thread Hans Wichman
Hi,

my Flash 8 helpfile says:
 Description

Property; specifies the text label for the radio button. By default, the
label appears to the right of the radio button. Calling this method
overrides the label parameter specified during authoring. If the label text
is too long to fit within the bounding box of the component, the text is
clipped. You can call RadioButton.setSize() to increase the size of the
label area, but text does not wrap to the next line.

To provide a label with text that wraps, you can combine a RadioButton with
no label and a TextArea to act as a single RadioButton with wrapping text.
The following example creates such a radio button. It assumes that you have
a RadioButton component and a TextArea component in the library and turns
off the border for the TextArea. The label property would be undefined in
this case, if you accessed it.
greetz
JC


On 8/17/07, Vivek Gaikwad [EMAIL PROTECTED] wrote:

 Hi,



 I am creating a small online test. I am using radio button component for
 the questions. The length of some of the questions is more than my stage
 size. Can I make word wrap for the radio button?



 I am using Flash 8.





 peace, veiky

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com