Hi, sorry I don't understand what is showing and isn't showing. Can you attach a couple of screenshots to illustrate the problem?
Thanks. On Monday, August 24, 2020 at 11:58:18 PM UTC+3 [email protected] wrote: > Hi > > I have a form with tabs and a sidemenu. After a splash form this form is > opened . The first tab is then showed. But the sidemenu 'clickable' > (tjhree lines ) is not shown. Only when i swipe to the second tab the > clickable is shown. > My question hoe do i get it visible from the start. > > the code i am using. > hi = new Form("App", new LayeredLayout()); > Tabs t = new Tabs(); > t.hideTabs(); > t.addTab("Start", Container1); > Toolbar tb = hi.getToolbar(); > > Container topBar = BorderLayout.east(new Label("")); > tb.addComponentToSideMenu(topBar); > tb.addCommandToSideMenu("Start",null, e -> { > t.setSelectedIndex(0); > tb.closeSideMenu(); kaartvw= false;}); > hi.add(t); > t.setSelectedIndex(0); > hi.show(); > > > Ciao > Peter Bell > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/0c52577a-705c-4645-9f47-13b5afe9958dn%40googlegroups.com.
