text boxes and columns

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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,...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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...
    > 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
    >
    >

    MGaston Guest

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139