UWP InfiniteProgress

11 views
Skip to first unread message

Bryan Buchanan

unread,
Aug 27, 2016, 3:38:11 AM8/27/16
to CodenameOne Discussions
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();


Shai Almog

unread,
Aug 28, 2016, 12:24:43 AM8/28/16
to CodenameOne Discussions
We had a similar bug in the Java SE port a while back due to a problematic implementation of the rotate() method in image.
Can you file an issue on that?
Reply all
Reply to author
Forward
0 new messages