Ask a Question related to Macromedia Flash, Design and Development.
-
MasterBlasterRunBartertown #1
textField.autoSize/wordWrap question
Hey,
Quick question. I'm trying to right justify various sentences, 1-3 lines of
text each in a separate text box, and then
position the text boxes, dynamically. Here's what I have, but the syntax of
the actionscript is messing me up.
myText.autoSize = 'right';
myText.wordWrap = true;
this._y = [previous item]._y + [previous item]._height;
myText = [text goes here];
For one line of text, it works fine. For more than one line of text, it only
shows the first line, and then adds another half line to the text box, but
doesn't display more text. Any ideas?
Thanks,
Jeremy
MasterBlasterRunBartertown Guest
-
cannot set multiline and wordwrap on uitextfield
hello, this is my first post here, I have a problem with making radiobutton text automatically wrap text into multiple lines when the text is longer... -
wordwrap bug?
Linked text can not wrap. -
TextField.wordWrap bug!
This is driving me crazy. The wordwrap only works for the first paragraph (paragraphs are separated by a pair of <BR> tags), while the next... -
Textfield.html = true vs TextField.setTextFormat
H I need to use html textfield to control when the text must change the line (br tag). The problem is that I can't use setTextFormat if I use html... -
Textfield Question
Does anyone know why the " - quote presents a problem when updating to a Access DB. I know the single quote ' does. Shimon



Reply With Quote

