[codenameone-discussions] Re: Does Toolbar require use of a Side Menu?

2016-08-31 Thread Shai Almog
I would not use bar for anything. It's got relatively simple functionality 
just place a container in the south.
We are focused on the Toolbar moving forward so I would suggest aligning 
with that.

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/97aefe39-3d91-47d6-a660-3afd2b90aa6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Does Toolbar require use of a Side Menu?

2016-08-30 Thread nickkoirala
I don't actually want the menu to hide / show, I want it always visible, 
but if I have commandBehaviour=Bar and a Toolbar I always get a Side Menu. 

On Monday, August 29, 2016 at 5:24:06 PM UTC+12, Shai Almog wrote:
>
> Not with general customization.
>
> The menu is wired to the overflow. Some devices don't have a physical menu 
> button so we need it there because that is hard to detect reliably.
>
> You can just show a dialog instead of showing a menu and place it at the 
> bottom but making it show based on the menu button press might be 
> challenging. 
> You can probably do it by subclassing Toolbar.
>

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/b962a984-73da-46ef-a97a-f58f47ffd2fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Does Toolbar require use of a Side Menu?

2016-08-28 Thread Shai Almog
Not with general customization.

The menu is wired to the overflow. Some devices don't have a physical menu 
button so we need it there because that is hard to detect reliably.

You can just show a dialog instead of showing a menu and place it at the 
bottom but making it show based on the menu button press might be 
challenging. 
You can probably do it by subclassing Toolbar.

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/58654a4a-ed61-4516-bc23-6b69c0e75e8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.