Shai

i have found the mistake
Toolbar.setOnTopSideMenu()  was set to false;

ciao
Peter

Op di 25 aug. 2020 om 05:49 schreef Shai Almog <[email protected]>:

> 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 a topic in the
> Google Groups "CodenameOne Discussions" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/codenameone-discussions/QGeZquIipAE/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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
> <https://groups.google.com/d/msgid/codenameone-discussions/0c52577a-705c-4645-9f47-13b5afe9958dn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAFNjMcwVLJd9Fp_k_DF5w32ORyXa6e9rK4-XS4GXtSLnTYXrYw%40mail.gmail.com.

Reply via email to