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/31b903a0-d56a-4c65-a576-66cffe19e63dn%40googlegroups.com.