Code Monkey home page Code Monkey logo

Comments (3)

pakerfeldt avatar pakerfeldt commented on May 30, 2024

Are you using the latest version? I'm pretty sure I solved this precise
issue in the latest commit.

On Jun 24, 2011 4:51 PM, "jspeth" <
[email protected]>
wrote:

If you call setSelection() with something other than 0 before the first
measure pass has been performed, the ViewFlow will display the wrong view.

For instance, we call setSelection in our activities onCreate to take you
to one of the middle items. The displayed view will be sidebuffer views to
the left of the one you expect, for whatever value you have for sidebuffer.

I've been able to get it to work correctly by changing line 165 from:
scrollTo(mCurrentScreen * width, 0);
to:
mScroller.startScroll(0, 0, mCurrentScreen * width, 0, 0);

But I'm not sure exactly why that works, or why the scrollTo isn't working
in the first place.

Reply to this email directly or view it on GitHub:
#9

from android-viewflow.

jspeth avatar jspeth commented on May 30, 2024

Yes, it's the latest version. Try adding
viewFlow.setSelection(3);
right after setting the adapter in CircleViewFlowExample.java to see it. It shows the first view, since sidebuffer is set to 3. If you change sidebuffer to 1 then it shows view 2.

Thanks, by the way. This view is really useful.

from android-viewflow.

pakerfeldt avatar pakerfeldt commented on May 30, 2024

Okay, Ill look into it. Unfortunately not until sunday. Thanks for the
report.
On Jun 24, 2011 5:18 PM, "jspeth" <
[email protected]>
wrote:

Yes, it's the latest version. Try adding
viewFlow.setSelection(3);
right after setting the adapter in CircleViewFlowExample.java to see it.
It shows the first view, since sidebuffer is set to 3. If you change
sidebuffer to 1 then it shows view 2.

Thanks, by the way. This view is really useful.

Reply to this email directly or view it on GitHub:

#9 (comment)

from android-viewflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.