The following code: removeAllCommands(); revalidate();
doesn't remove sideCommands. I tried a workaround using setToolbar(new Toolbar()); but after a few calls the components in the form stop showing. On Wednesday, September 28, 2016 at 12:09:39 AM UTC-4, Shai Almog wrote: > > Hi, > removeAllCommands() should work. Is it leaving all commands or just some > of them? > Did you call revalidate() after? > -- 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/fab8c63a-4803-4475-acac-ab4a14bd9bbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
