A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: No scroll

  1. #1
    Flash Guru wanna-be cylon's Avatar
    Join Date
    May 2002
    Location
    Galactica
    Posts
    205

    No scroll

    IS it possible to disable scrolling on a dynamic input text field. So text entered on cannot go beyond the visible text field/area and stop.

    Thanks,
    Cylon
    Step away from your monitor<br>go surfing!

  2. #2
    Master of disaster jugomkd75's Avatar
    Join Date
    Feb 2004
    Location
    I'm here, why? You don't see me yet?
    Posts
    333

    re

    my_txt.scroll = false;

    or

    my_txt.scroll = myText.scroll + 0;

    there is no handcraft without tool!
    www.jugoars.com

  3. #3
    Flash Guru wanna-be cylon's Avatar
    Join Date
    May 2002
    Location
    Galactica
    Posts
    205
    Thanks for your suggestion jugomkd75,
    but that didn't seem to make a difference.

    Cheers,
    Cylon

    Step away from your monitor<br>go surfing!

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