Selected Item in a list automatically scrolled to the top

Hi All,
I am having a tough time solving this problem. Please help.
In my application I have a list keeping track of all the
games currently going on. The list keeps getting updated regularly.
What is happening is that whenever I select an item by clicking on
it, in the next update it automatically
gets scrolled to the top. This does not get removed even if I
click anywhere on the stage.
Because of this I am not able to scroll my list properly.
Every few seconds, it goes to the top and I am not able to scroll.
Please help. Any suggestions are welcome.
With Regards,
Rohit Sharma

Ok,
try this:
every time BEFORE your page get updated
you first save the verticalScrollPosition
var p1:int = list.verticalScrollPosition;
then AFTER your page get updated you set the value back
list.verticalScrollPosition = p1;

Similar Messages

  • To Do List Automatically Scrolls to the Top when I make any date change

    I'm using Palm 6.2.2 at the moment, and I'm finding that Whenever I change the date on any of my To Do List tasks in the desktop software the list automatically jumps/scrolls to the top of the list and it is driving me INSANE. I have a LOT of dated tasks and on a daily basis have to push them forward to other dates. Doing this now takes me forever as I have to rescroll down to the area of tasks I was working on, change the date on the next one then start all over again.
    For what it's worth, I just upgraded from a Treo 700p w/Palm 4.something - that version of the Desktop Software did NOT do this.
    Anyone else encounter this and know how to fix/avoid it?
    Post relates to: Centro (Verizon)

    I can confirm this function. Also I wasn't able to find anyway for it to not do this. 
    Post relates to: None

  • 'To do' list automatically scrolls up when I click on another iCal pane

    Hi,
    I've just begun using iCal, so forgive me if this topic has been covered before. (I did a search, but since I don't know how to describe the problem succinctly I didn't get any results.)
    Here goes. Whenever I'm in the 'To Do' pane, say mid-way down the list, and then click the calendar pane my 'To Do' list automatically scrolls up to the top. When I go back to the 'To Do' pane and pull the list down to where I want to be and click on the item that I want to update, the list once again automatically scrolls to the top and I have to pull the list down one more time before I can alter it. It's very annoying and I can't find a way to fix it.
    Any suggestions?
    Tony L.
      Mac OS X (10.4.6)  

    I can confirm this function. Also I wasn't able to find anyway for it to not do this. 
    Post relates to: None

  • Second list of items from selected item in first list

    Hi all,
    I have 2 dropdown lists in my jsp page. i am retrieving data from database for my first list box. the second list box data should be displayed when user select an item from the first list. the selected item from first list is necessary to get another list of items in second list. i dont want to use any buttons or submits. i want to redirect the data to the same page to get another list when user click one option from first list. Thanks in advance for any suggestion.

    use ajax or store the data in javascript array

  • Mouse or trackpad automatically scrolls down the screen

    Hello everyone. My mouse, without moving in the screen, automatically scrolls down the window I've got selected, don't know why. During this problem if I try to scroll upwards, it'll scroll down again, therefore I can't read websites, etc.
    It happens for a few secs, and then becomes normal again automatically.
    Any ideas or even better, solutions? Everything's updated, but it's really weird.
    Thanks in advance, and sorry for my poor English, not my first language.

    Don't worry about your english it's fine. English is my only language and I still have problems with it.
    I'm going to take a wild stab at this as it happened to me some time ago. Do you have a pen tablet with the pen laying on the tablet?

  • The find function used to automatically scroll to the next word, now it doesn't. How do I fix it?

    The find function used to automatically scroll to the instance of the word I was looking for. Now it doesn't. How do I fix this?
    == This happened ==
    Every time Firefox opened
    == a few months ago

    Hmm... you're right. I don't have access to that Google Doc, but our support.mozilla.com weekly metrics are on Google Docs, and I see the same issue there.
    https://spreadsheets.google.com/ccc?key=0Aibg4PvTbjUKcGlBLWEtZFhDTDJwN3ZCNXBUdTBIS0E&hl=en#gid=0
    It may be specific to Google spreadsheets (and whether or not you have permission to edit the doc). I'm currently trying to find out if that's a Firefox bug, or a Google bug. If you use the '''Ctrl-F''' keyboard shortcut, Google's Find feature takes over, so they obviously want people using their Find utility.

  • Why the vertical scrollbar bar is automatically scrolled to the bottom pos.

    I created a JScrollpane to contain a JTabbedPane. The JTabbedPane has two JPanel and each of them has a number of GUI components such as JCheckbox and JTextField. They have different size because their GUI components are different. The 2nd panel is about twice the size of the first panel.
    When the JScrollpane is shown, its vertical scroll bar is automatically scrolled to the bottom position. However, it is the first panel that is initially visible to the user. So, the user will see no GUI components of the first panel because the auto scrolling of the vertical scroll bar.
    Can anyone tell me how to disable the auto scrolling?
    I just want to let the scrollbar knob stay at the top so that the GUI components of the first panel (the smaller one) can be seen initially!

    Works fine for me:
    import javax.swing.*;
    import java.awt.*;
    public class TabbedPaneScroll extends JFrame
         private JTabbedPane tabbedPane;
         public TabbedPaneScroll()
              tabbedPane = new JTabbedPane();
              tabbedPane.setPreferredSize( new Dimension(300, 200) );
              getContentPane().add(tabbedPane);
              addNewTab( 10 );
              addNewTab( 5 );
              addNewTab( 20 );
         private void addNewTab(int fields)
              JPanel panel = new JPanel();
              panel.setLayout( new GridLayout(0, 1) );
              for (int i = 0; i < fields; i++)
                   panel.add( new JTextField("" + i) );
              JScrollPane scrollPane = new JScrollPane( panel );
              tabbedPane.add(scrollPane, "" + fields);
         public static void main(String args[])
              TabbedPaneScroll frame = new TabbedPaneScroll();
              frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
              frame.pack();
              frame.setLocationRelativeTo( null );
              frame.setVisible(true);
    }If you need further help then you need to create a [url http://www.physci.org/codes/sscce.jsp]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Why doesn't Firefox stop scrolling past the top of the page?

    When I scroll to the top of a webpage Firefox will not stop there. I goes past the top of the webpage and shows a white square to the left and a grey bar to the left, then it bounces back down to the top of the page. I want Firefox to just go to the top of the page and stop the way it used to do.

    Hello BK_Malik, '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    check if is the Yet Another Smooth Scrolling add-on, just a guess !
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • In Firefox 3.6.10 I was able to go forward and backwards between pages without the page defaulting to the top of the page. Is there any way to prevent the page from automatically moving to the top when using the forwards and back buttons in Firefox Four?

    I like to be able to navigate backwards and forwards without having to scroll down and find where I was previously. In Firefox Four, when using the forwards and back buttons, the page will automatically return to the top of the page. Is there any way to change this setting in Firefox Four to prevent it from doing that?

    Thanks for the response. No Time Machine, but I probably have a backup from a few months ago on an external hard drive. :/ I guess it'd have useful history, but not if it overwrote the last 3 months or so of Awesome Bar, that might not be so great.

  • CreateInsert puts table scroll at the top position

    Hi all,
    I've found a strange behaviour with ADF Tables with editingMode="editAll":
    Clicking the CreateInsert button always puts the table scroll at the top position, which is really annoying. Does anyone know how to solve it?
    Thanks in advance
    Barbara
    Version
    ADF Business Components 11.1.1.56.60
    Java(TM) Platform 1.6.0_18
    Oracle IDE 11.1.1.3.37.56.60

    In my case, rows don't have to be added as the last in the table, just next to the current row. Anyway, your link gave me a clue: use displayRow="selected" in af:table instead of the default value (displayRow="first") turns the selected row always visible, which is exactly what I wanted : )
    Thanks, Shay!

  • How can I delete apps from the app store? There seems to be every app I have ever downloaded and deleted since I got my phone in 2007. When I go to app store and select update apps there's a menu at the top that says purchased! I would like to delete hist

    How can I delete apps from the app store? There seems to be every app I have ever downloaded and deleted since I got my phone in 2007. When I go to app store and select update apps there's a menu at the top that says purchased and when I select it it shows every app I've ever had! I would like to delete the history please.
    Many thanks

    You cannot.
    The entire point of this is that you can redownload any and all of your past purchases.

  • How do I get the Adobe PDF navigation bar to automatically appear at the top of my screen again instead of when I move my mouse?

    Before I upgraded my computer to Windows 7 and updated Firefox to the latest version, when I opened a PDF document online, the PDF navigation/menu bar would automatically appear at the top of the screen. Now it only appears at the bottom in a blue bar when I move my mouse around.

    cor-el, thanks for the tip. While I certainly scoured Adobe's preference settings to look for something relating to that exact thing, I never went to their help site until I got your post. I found out that the floating toolbar appears because the PDF opens in'' Read Mode'', which you can turn off for all future documents by doing this:
    * Quit your internet browser
    * Launch Acrobat (or Reader)
    * Choose Edit>Preferences
    * Click on the Internet category on the left
    * Deselect “Display in Read Mode by default”
    * Click the OK button.
    * Relaunch Acrobat
    Something important to note, if you have both Adobe Acrobat and Adobe Reader, you need to do the above in both programs (same steps).

  • Extremely slow in every way. Typing, loading, moving and even just scrolling from the top of the page to the bottom. Keeps getting worse. Maddingly frustrating!!! Help!!

    Firefox has gotten extremely slow. Typing, loading, searching, even just scrolling from the top of a page to the bottom. My daughter had the same thing happen to her and had to get her computer stripped down and completely reloaded. I don't have that option. It has no viruses and has been completely freed of all things that could slow it down.
    == This happened ==
    Every time Firefox opened
    == About a month ago. It is getting worse.

    Hmm... try downloading the [http://www.firefox.com latest] version... but if that doesn't work then try [http://support.mozilla.com/en-US/kb/Safe+Mode Safe Mode]. Not sure what could be causing it...

  • When I click on a link, the link I want, won't open, but a bunch of blank tabs scroll at the top. How do I fix it?

    Example:
    I go to United Health Care, and it takes me to the website.
    When I get there I click on the option Forms, instead of that option opening, a bunch of blank tabs scroll at the top.

    -> Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    -> [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    Check and tell if its working.
    Btw your Plugins are quite older. You need to update them.
    -> Update All your Firefox Plugins
    * https://www-dev.allizom.org/en-US/plugincheck/
    * http://www.mozilla.com/en-US/plugincheck/
    '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    -> Adobe Flash Player 11.0.1.152 (3.59 MB)
    * http://get.adobe.com/flashplayer/
    -> Java Version 6 Update 29
    * http://java.com/en/download/index.jsp
    * [[Using the Java plugin with Firefox]]
    -> Restart Firefox

  • The "small ball" on the mouse allows me only to scroll to the top not to the bottom

    The "small ball" on the mouse allows me only to scroll to the top not to the bottom

    Crud builds up under the ball and prevents the rollers from operating properly.
    Turn it upside down and rub the ball vigorously with a microfiber cloth.
    Regards,
    Captfred

Maybe you are looking for

  • Error while creating manual planned order in apo

    Dear expert While I am creating manual planned order i am getting error as message /sapapo/rrp251 Every thing is correct BOM and PV's no error after consistency check and it getting succesfully transffered to APO and it is also visible in APO But whi

  • [Solved] No user manual for Digikam

    Hello, I want to use digikam to manage my photos but I can't find the manual. I looked in the digikam's help menu but it seems I don't have digikam-doc package installed. There is no such package in the repositiories. When I downloaded the package fr

  • Can I do away with the passcode page?

    Can I do away with the Passcode page, it is becoming a nusiance?

  • BAPI_INQUIRY_CREATEFROMDATA2

    Hi, It will be really helpful if someone can tell me in which field/structure I have to pass on the ship-to-party, sold-to-party in the BAPI_INQUIRY_CREATEFROMDATA2? Thanks.. Swetha.

  • Sound Blaster X-Fi Pro Hardware Help

    $ I have the SB X-Fi Pro with the consoul. I am unable to get the consel to turn on or work. With this inot working I am unable to record from the mic or even use the headphones. Plus can not plug any external deci'ves to it. I have unstalled all of