Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
flatpickinJohn #1
How do you word wrap a TextInput Label?
How do you word wrap a TextInput Label? It doesn't appear this can be done. I
can word wrap like this:
<mx:Text width="150" text="Third Party Settlement Service Provider Code"/>
But, how can I put the TextInput to the right of the wrpped label?
flatpickinJohn Guest
-
Wrap button label text?
Is there a straightforward way yet to wrap the text on a button label? TIA, Mic -
Word Wrap - Two Line Label
I am using TabNavigator and I want the Tab Labels displayed on two lines. Can anyone offer some guidence. Thank You -
How to make the FormItem label above the TextInput
CODE: <mx:FormItem label="username" required="true" width="71%" direction="horizontal"> <mx:TextInput maxChars="20" textAlign="left" width="90%" ... -
Label height/wrap ?
I'm having this same issue as below. I've had to repost this as Google Groups don't let you reply to posts over 30 days old. This is ridiculous, so... -
TextInput label position vertical top
Hi, In mx:TextInput tag vertical alignment by defaut taking bottom. How to made the vertical align 'middle'. Thanks -
devnulled #2
Re: How do you word wrap a TextInput Label?
Use the TextArea object, set wordwrap to true, and editable to true.
devnulled Guest
-
flatpickinJohn #3
Re: How do you word wrap a TextInput Label?
I tried using a textarea object and set editable to false and wordwrap to true.
My textinput and textarea objects are on a form. I can't see how to put the
text area next to the textinput. I can put it above or below. How do I position
it next to the textinput? Thanks
flatpickinJohn Guest
-
ntsiii #4
Re: How do you word wrap a TextInput Label?
Don't use a Form. It is too inflexible. Use a canvas, for full control, or use a combination of VBox and HBox.
Text is for multi-line display, TextArea is for multi-line input.
Tracy
ntsiii Guest



Reply With Quote

