A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Dynamic text

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    15
    dynamic text problem...

    a dynmaic text box w/ instance name "happening" will load a text file "mytext.txt"

    happening.text = this.var1;

    the text box was not able to show the whole content of the text file...it seems that the textbox has a limit..can i change that???

  2. #2
    Senior Member jerryday's Avatar
    Join Date
    Mar 2002
    Posts
    154
    Have you added a scrollbar component to the text box?

  3. #3
    Hack
    Join Date
    Mar 2000
    Location
    Madison, WI
    Posts
    1,753
    or...

    happening.autosize = true;

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    44
    Is your text box line property multiline ?
    If not, this can be you problem.

    Only trying to help...

    [Edited by Roland Le Fèvre on 05-28-2002 at 12:42 PM]

  5. #5
    Junior Member
    Join Date
    May 2002
    Posts
    15

    uhuh

    the dynamic text box is scrollabe, multiline and has a scrollbar component...


    my problem is that the text box was not able to show the entire content of the text file...maybe it was too long..is that possible??

  6. #6
    Junior Member
    Join Date
    Jun 2001
    Posts
    12
    I had a similar problem a while back. Check to see if you are using this character "&" in your text. If so then remove that character and everything should work fine.

    hope this helps

  7. #7
    Junior Member
    Join Date
    May 2002
    Posts
    15
    Originally posted by markrobot
    I had a similar problem a while back. Check to see if you are using this character "&" in your text. If so then remove that character and everything should work fine.

    hope this helps

    this helped a lot!! thanks!!!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center