Ask a Question related to Macromedia Director Lingo, Design and Development.
-
kiaoraFiona webforumsuser@macromedia.com #1
text boxes and columns
Is it possible to split a text box into columns so that when the text gets to a certian height it wraps over to the next column?
Also is there a way to get a text box to hide the scroller bar until there is enough text to enable scrolling to occur?
thank you
fiona x
kiaoraFiona webforumsuser@macromedia.com Guest
-
Pasting text with autoformatting in few text boxes
My main problem is how to paste to 3 separate text-boxes plain text like this and have it formatted automaticly: 700,000 Cliff Road, Tramore,... -
Sizing text entry boxes on in-place editing of datagrid row with dynamically created columns
Built a datagrid with dynamically created bound columns, andadded editing in-place, deletions and add-new features that workfine. One minor detail... -
Dynamic text fields. Continuing text over columns
Hi I'm doing a mock up news paper article over 4 columns in flash mx and the text loads in dynamically. I have 4 dynamic text boxes sitting side... -
Hyperlink text issue, two text boxes, one disfuntional
Hi, I have created a frame in director with two buttons and two text documents. When you click one button, you see a text document, when you click... -
seperating columns in a text box into multiple text boxes?
Berney: You probably are better off doing this separating in the query data source for your form. You can use string commands to find which... -
MGaston #2
Re: text boxes and columns
I'm sure someone else has a better way, but I think you could accomplish
either task by counting the number of lines. For your first question just
have a second text box appear when you hit the required number of lines.
For your second question, have the style of text box change when you hit
that number of lines.
Again, probably a better way, but that's what I'd try first.
-M
kiaoraFiona <webforumsuser@macromedia.com> wrote in message
news:bothkk$72e$1@forums.macromedia.com...to a certian height it wraps over to the next column?> Is it possible to split a text box into columns so that when the text getsis enough text to enable scrolling to occur?>
> Also is there a way to get a text box to hide the scroller bar until there>
> thank you
>
> fiona x
>
>
MGaston Guest
-
johnAq webforumsuser@macromedia.com #3
Re: text boxes and columns
You can set the #html property of text members and format your test into a html table in order to achieve the column wrapping.
You can monitor the member and change the #boxType of the text member from #fixed to #scrolling once the member's #height gets to the required size.
hth
johnAq
johnAq webforumsuser@macromedia.com Guest



Reply With Quote

