PS. it appears fine all the way as the menu is moving, its only right at the end when it stops moving that the wrong bit of screen is drawn to the left of it, and remains that way.
On Thursday, August 4, 2016 at 11:29:18 PM UTC+8, Gareth Murfin wrote: > > Another strange issue is on the simulator the right menu comes out as > expected, you can see the edge of the right side of the screen, but on the > device you can see the left side of the screen (which is wrong I believe) > see this: https://dl.dropboxusercontent.com/u/4194619/sideMenuIssuey.jpg > > On Thursday, August 4, 2016 at 9:27:57 PM UTC+8, Gareth Murfin wrote: >> >> Im not 100% clear what you mean, do you mean basically this: >> >> smbForRightMenu.putClientProperty("SideComponent", SideMenuRIGHT); >> smbForRightMenu.add(SideMenuRIGHT); >> >> Still stays empty if I try that. >> >> On Thursday, August 4, 2016 at 12:53:14 PM UTC+8, Shai Almog wrote: >>> >>> You need to set the side component before adding the command. >>> >> -- 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/853ea2fa-ef2d-45ea-ba31-c9b3e19acdbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
