You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 =newForm("Test"); hi.setLayout(newBoxLayout(BoxLayout.Y_AXIS)); hi.setScrollableY(true); hi.add(newInfiniteProgress()); hi.show();
Shai Almog
unread,
Aug 28, 2016, 12:24:43 AM8/28/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?