A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Reset Variable TextField with Selection.setSelection?

  1. #1
    Here's the problem: I have a press room that loads the latest press release. If I scroll down and then click on another release to load, it loads but the scrolling needs to be reset to the top. Should I use the selection.setSelection method?

    I know this is simple but I've never dealt with this before. Can anyone help? Here's the site if you wanna see what I'm talking about:
    http://demo.missiondata.com/GMS/

    click on the press room. Thanks!

    bionikman

  2. #2
    well, i figured it out:


    textField.scroll = 0;

    (basically just resetting the textfield scroll property to 0 for new press releases)

    duh!

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