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
Hi
Looks like the last update broke some animations, so now this code does not work:
contOne.addComponent(contTwo);
f.revalidate();
contTwo.setShouldCalcPreferredSize(true);
contTwo.setY( - contTwo.getWidth() );
contOne.animateLayout(400);
This is still working on simulator but not on devices.
InteractonDialog seems to have problems to show up as well, and I think it might be related...
Could you please check this out?
Thanks
Shai Almog
unread,
Jul 23, 2016, 1:06:40 AM7/23/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
Hi, we issued an update a couple of hours after making the original update that fixed that. Make sure you are really up to date with the latest. Just to be 100% sure you can edit the lib version in the codenameone_settings.properties to a lower value and redo the update client libs.
Carlos Verdier
unread,
Jul 23, 2016, 5:09:57 AM7/23/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
humm no, still not working for me. I've made sure to be up to date following your instructions but nothing has changed.
Shai Almog
unread,
Jul 23, 2016, 11:56:56 PM7/23/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
Are you just talking about device builds and not simulator builds? If so you should clarify this. We made a server redeploy a bit later that resolved issues to device builds with animateLayout().
Carlos Verdier
unread,
Jul 24, 2016, 4:51:11 AM7/24/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
I was talking about device builds. It's working fine now, thank you.