Smooth list scroll (scrollpane?)

Hi,
Im having a go at developing an Air-app for Android and I will render a long scrollable list.
Is there a way to get a smooth scroll for example like when scrolling a  webpage in Android?
Right now Im using a scrollPane and it is extreamly un-smooth. Not very nice when using a touchscreen.

Hi Gibbah
You should also have a look at this as it should help as well.
http://custardbelly.com/blog/?cat=27
https://github.com/bustardcelly/as3flobile-android
regards Mike

Similar Messages

  • Mail: I can no longer scroll a message. The list scrolls but not the message. What happened?

    Suddenly yesterday I was no longer able to scroll in a message in the Mailbox window. When I scroll, the email list scrolls even when the curser is over the message.
    Any thoughts?
    Thanks.

    btw, it's on my MacBook Pro 2012 with Mavericks. I have made no software/system changes since early last week.

  • No smooth document scroll in Reader 11.0.03 in OSX 10.8.4?

    Hi,
    I was wondering if it is possible to smoothly scroll though a PDF document in Reader 11.0.03 running in OSX 10.8.3.
    Virtually all applications (except Reader) can smoothly scroll through a page. What happens with Reader is that it scrolls line by line (sometimes half line), section by section or paragraph by paragraph instead of pixe by pixel. All this of course depending on document.
    Needless to say that e.g. the same document scrolls "normally" with Preview, PDFPenPro, Skim, just to name a few PDF viewing applications.
    Similar questions have been asked here but they were referring to the smooth page scroll which is not what I mean.
    Has anyone any idea about this issue?
    Thanks and regards

    Hey McBlob,
    Thank for your reply.
    Yes this way also works much like print as image.
    But I guess what I am trying to find out is there a way so the user will not have to do this work around?
    Is this a known issue related with Adobe Reader or is this a once off issue?
    Is there something needs to be done during the creation of the PDF?

  • Smooth s:Scroller Component in Flex4

    Hi at all,
    can i create a smooth <s:Scroller> component in Flex4?
    I would like moving the thumb movement was smooth.
    <s:Scroller width="80%" height="80%"
                    horizontalCenter="0" verticalCenter="0">       
            <local:Dummy id="dummy"
                     clipAndEnableScrolling="true" />
        </s:Scroller>
    Dummy components contains an Image 2000x2000px
    Thanks

    When you say "smooth" do you mean you want to animate the scrollbars?
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Declarations>
            <s:Animate id="myAnimate" target="{scroller.viewport}">
                <s:SimpleMotionPath property="verticalScrollPosition" valueBy="100" />
                <s:SimpleMotionPath property="horizontalScrollPosition" valueBy="100" />
            </s:Animate>
        </fx:Declarations>
        <s:controlBarContent>
            <s:Button label="scroll" click="myAnimate.play()" />
        </s:controlBarContent>
        <s:Scroller id="scroller" width="300" height="300">
            <s:Group>
                <s:Button label="large button" width="1200" height="1200" />    
            </s:Group>
        </s:Scroller>
    </s:Application>

  • Smooth Horizontal scroll

    Hey,
    I'm making this website and I need to implement a smooth Jquery horizontal scroll. Can anyone help me?
    My website contains 3 parts; home, maintoblue (middle-part), blue (page with actual content). Right now I've linked an object on the home page to the blue page. however, when you click on this object (which is a blank.gif) it goes to the "blue" page instantly, while I want it smoothly to scroll to the "blue"page, so that visitors will see the "maintoblue" page passing by.
    My code is as follows, I need a smooth scroll from "home" to "blue"
    <body>
    <div id="home" class="container"><a href="#blue" title="logo"><a href="#blue" title="luuk van kuijck"><img src="../blank.gif" alt="blank" width="300" height="100" hspace="100" vspace="395" border="0" /></a></div>
    <div id="maintoblue" class="container">
            </div>
    <div id="blue" class="container alt">
    <span class="home"><a href="#home" alt="website home"><img src="../home.png" width="50" height="26" alt="home" /></a></span>
    Thank you so much in advance

    Dear Nancy,
    That's exactly what I need!
    However, I dont get it to work.. I have downloaded the scripts, added it to my code.. but there's no result. If I click on the image it goes to the blue page instantly, it doesn't scroll..  Do you think this is because I want it to scroll horizontally?
    This is how my code looks like right now:
    <link href="../style.css" rel="stylesheet" type="text/css" />
        <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
        <script type='text/javascript' src='../js/jquery.scrollTo-min.js'></script>
        <script type='text/javascript' src='../js/jquery.scrollTo.js'></script>
    </head>
    <body>
    <div id="home" class="container"><a title="$.scrollTo( '#blue', 800, {easing:'elasout'} );" href="#blue"><img src="../blank.gif" alt="blank" width="300" height="100" hspace="100" vspace="395" border="0" /></a></div>
    <div id="maintoblue" class="container">
            </div>
    <div id="blue" class="container alt">
    <span class="home"><a title="$.scrollTo( '#home', 800, {easing:'elasout'} );" href="#home"><img src="../home.png" width="50" height="26" alt="home" /></a></span>
    ................etc
    Hope you can help me out one more time. Thanks a lot.

  • List: Scrolled item's label not visible. Help!

    I've created a subclass of List so that I can scroll through the list without the use of scrollbars.  The test application is spin-off of the List sample app.  But when using the buttons to scroll down or up, some of the items in the list are not being shown properly.
    Does anyone know how get the labels of the list items to refresh themselves, or, is there a better approach for performing the manual scrolling so that this doesn't happen?
    Here is the code I'm using to do the scrolling. This is in the subclass of List...
                public function scrollUp(timerEvent:TimerEvent):void {
                    if (_position > 0) {
                        _position = _position - 1;
                        scrollVertically(_position, 1, false);
                    } else {
                        stopScrolling();
    Attached are the files ManuallyScrolledList.mxml and the application that drives it.
    Thanks in advance for any comments or suggestions.

    The label associated with an LOV entry for a Select List.
    If I have a list of areas, say defined as
    STATIC:Hobbiton;1,Bywater;2,Harbottle;3and a branch to a page with a report region showing a report based on the value of the area select list, I want a dynamic region title to show Results for Hobbiton rather than Results for 1, which is what you get if using a title defined as
    Results for &P2_AREA.

  • Question: how to change speed of smooth site scrolling?

    Hi there,
    where in the code can I reduce the speed of the smooth scrolling for single pages?
    Thanks in advance,
    bartl

    You can use OSX Disk Utility to burn the image file created in DVDSP and choose there the burn speed. Take a look to this link aboutCreating Disc Image in DVDSP (from www.kenstone.net site)
    Hope it helps!
      Alberto

  • Bluetooth device list scrolling issue

    I am unable to scroll the screen for selecting Bluetooth devices (phone  and tabs) for sharing the music or document file.  But when I directly open the Bluetooth menu from settings menu ; there I am able to scroll the screen for selecting the devices. But when I want to share a file from gallery or document or music ; (by pressing & holding the file ; option menu appears - Share - Bluetooth - List of Bluetooth devices  showing ) I am unable to scroll up or down to select the device which I want to share (10 Bluetooth devices were made in Discoverable mode - only 7 devices appear  while 8 th device is partially showing ). 

    A partial solution: when u want to scroll the list, drag the title, where the info about the selection is written, u can drag the list. Only in this way i was able to scroll the list down. I have Lumia 820

  • Wheel scroll in List scrolls too many items

    Hi,
    I have a List with an item renderer. When I scroll down with
    my wheel, it scrolls too many items (it scrolls down 6 items while
    I can see only 3). What I want is too scroll down just one item at
    the time. How can I do this?
    Thank you!
    Andrej

    You should be able to fix that by rebuilding the LaunchServices database.
    I use OnyX (Maintenance tab, Reset section).
    http://www.macupdate.com/info.php/id/11582

  • Drop-down lists, scrolling and IE 7 issue?

    I was using Captivate 3 prior to my work upgrading to
    Internet Explorer 7 and had no issues with capturing scrolling
    within a webpage and chosing an option on a drop-down list. I just
    recently started working on a new project and using IE 7.
    I went through my steps on using a drop-down list and
    scrolling through it to find an option. However, when I went in to
    edit the demonstration, the slide that showed the "selection" put
    the correct selection in the caption - however, the slide
    background image had somehow reverted the drop-down list to the top
    of the list rather than in the middle where the selection would
    have taken place.
    Has anyone else seen this?
    I went back did the same steps - but this time, I made sure
    to take an extra shot prior to clicking the option - so I had the
    correct screen showing for the lesson.
    Anyone else have any other issues going on with IE 7 and
    Captivate 3 that I should be aware of?
    Thanks.

    I have only been using Captivate for about a month now, but
    that is how it has always behaved for me...When you click and drag
    it starts the "Full Motion Recording". I have had mixed results
    with full motion so far. Scrolling up and down and zooming in and
    out of a page have been problematic. You can change these options,
    or turn off the full motion all together.
    Edit--Preferences--Recording--Full Motion Recording.
    BTW, I am using IE7 on a Vista machine so I cannot speak to
    the functionality prior to IE7.

  • LR bug: Keyword list scrolls up when you filter

    This seems like a bug disguised as feature that goes back several versions of Lightroom.
    When you have a huge keyword list, and scroll down a meaningful way and then filter to see photos that have a certain keyword, the list automatically scrolls back to the top.  This is pure madness!  The list should stay put where you are and not make you scroll down back to where you were.
    Why is this useful? Imagine trying to manage keywords and doing cleanup where you have a bunch of keywords next to each other (or in the same parent keyword in a nested list), that you want to cleanup one after the other.  The auto scroll to top behavior is just crazy and makes me want to not manage keywords!

    I'm on Windows.. i was getting the behavior I described 100% of the time when I wrote my original post.
    However, now when I tried to repro it to screencapture a video to show you all, it doesn't repro.  Oy.

  • My iOS6 message list scrolls automatically to top! :(

    I use my iphone daily to message individuals personally one after another after another. The new iOS is annoyingly putting my message list back to the top of the list each time I send a message. This is terrible because now I not only have to scroll down to the past message I left off with, but just finding the area I left off on is more difficult and time consuming now. I have between 100 and 200 messages I send out daily... and what used to take me less than an hour, now takes nearly two hours. Is there no way to make "scrolling to top" of message list an option? Ugh!

    Yes that way it won't jump to the top.
    But the problem is I don't save the phone number to address book because there are really more than 100 messages of them, and if I do it that way, it become really confusing when I choose the sender, because I need to remember which number I already sent.
    So instead, I just scroll down to the previous message which I have sent to them before, open the message, paste the text message, added some information in the text message, and then send it. (just normal reply message)

  • Ipod Touch & IPhone Lists scroll jerky

    When I am viewing a list of podcasts om my Ipod Touch (not cover art but a list view where I see cover art and the the episode name, the blue dot if it's not yet viewed, etc)
    As I scroll down this list it's really "jerky" and does not flow up and down with the same fluidity I see when viewing music lists or even audiobooks. It's kindof annoying. Currently I have about 12 podcasts with a few with more than one episode. Mix of video and audio
    Not sure when it first started (Itunes 9.0.1, IPod 3.1.2).
    Note: I also have an Iphone 3GS running same OS rev and it also seems to jerk when scrolling thru podcast list. However, it's not as noticeable because the processor is faster on the IPhone
    Anyone else see this?

    I have the same problem with my podcasts screen. It's pretty annoying! I'm eager to see if there's a fix for this.

  • How can I get smooth mouse scrolling?

    Hi
    I have a high-quality Microsoft usb wireless mouse - the one with the smooth scrolling wheel - and I find the scrolling on my MBP to be very jumpy. I have played with the mouse settings in Preferences, I have installed the Microsoft "Intellipoint" software, the wireless signal is strong and the battery level in the mouse is good, and yet, nothing....The scrolling is still jumpy. Any ideas what's wrong? Thanks.
    Ant

    I found my MS Mouse worked better using the new universal drivers from Microsoft (intellipoint), there doesn't seem to be a box for smooth scrolling but the mouse is now more responsive with more features; including the use of all your programable buttons
    http://www.microsoft.com/hardware/downloads/default.mspx
    This puts a box in system preferences under 'other'. I use the MS Laser mouse BTW.

  • 5K screen not smooth when scrolling

    When i scroll down on my 5K screen it is jumpy and not smooth (and such that i get very tired eyes and can actually see the jumping happening so it is apparently slow in adjusting)
    Any suggestions what to do?

    Amazing i've been told this is how the 5K screen looks and it is 'normal behaviour'. I get a headache working behind my 5K, i can see text and photo's jump and screetch into position, reading can only be done on a steady screen (and then too it is jumpy) and all simply visible with my own bare eyes. If this is normal it is a faulty product.
    I am now discussing with my supplier exchanging 5K for regular iMac so i can work again. Totally disappointed in the 5K, i have this for work not for art! If i had known this i would NEVER have bought a 5K. And i also believe the 5K should not be out there, technology is apparently not there yet for this massive retina screen. Have Ipad2 with retina screen and that is beautiful, works absolutely fantastic.

Maybe you are looking for