1. #1
    Sencha User
    Join Date
    Mar 2012
    Location
    Hyderabad
    Posts
    27
    Vote Rating
    0
    Answers
    1
    janardhan pasumarthi is on a distinguished road

      0  

    Default Unanswered: How to apply Auto Scrolling Based on mouse movement for a sencha touch list?

    Unanswered: How to apply Auto Scrolling Based on mouse movement for a sencha touch list?


    Hi All,

    I've a list in which scrollable is set to true. When we scroll down by pressing mouse and moving, it is scrolling properly. But i want that to happen automatically based on the mouse position. If mouse is at bottom position and still scroll height is available, scrollTo should happen. How can it be achieved?

    Please suggest me approach to achieve this.

    Thanks.

  2. #2
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,167
    Vote Rating
    29
    Answers
    83
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    Sencha *Touch* was designed for a mobile experience, not desktop.

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  3. #3
    Sencha User
    Join Date
    Mar 2012
    Location
    Hyderabad
    Posts
    27
    Vote Rating
    0
    Answers
    1
    janardhan pasumarthi is on a distinguished road

      0  

    Default


    Quote Originally Posted by jay@moduscreate.com View Post
    Sencha *Touch* was designed for a mobile experience, not desktop.
    I agree your point. But, sencha provides support for BBM os >6. For Black berry bold, i need to make use of track pad. Hence, i require auto scrolling functionality to achieve that based on track pad's mouse pointer.

    can you please help me to achieve this?


    Thanks

  4. #4
    Sencha User bluehipy's Avatar
    Join Date
    Mar 2010
    Location
    Romania
    Posts
    599
    Vote Rating
    26
    Answers
    66
    bluehipy will become famous soon enough bluehipy will become famous soon enough

      0  

    Default


    let's remember it is javascript
    you can capture mousemove eventa on dom and trigger the scrolling as you wish, check docs for element and dom element