The default infinite progress image doesn't spin about itself but the whole 
image seems to spin around a point at the bottom RHS of the image. I can't 
manage to get a screen shot, but this bit of code should show the issue:

        hi = new Form("Test");
        hi.setLayout(new BoxLayout(BoxLayout.Y_AXIS));
        hi.setScrollableY(true);
        hi.add(new InfiniteProgress());
        hi.show();


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/593f5291-abeb-474d-8836-717851744aea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to