Hi,
Could someone point me in the right direction as to how to invoke/display, populate and interact with the 'standard' Android 4 flat/horizontal lined 'default menu' button please.
This button/icon is often displayed in the 'lower task/options bar' (?) area, next to the 'return', 'home' and 'recent apps' buttons.
Many of the apps I use, use this button to offer a basic menu structure - which kinda slides up / is displayed above the' lower task/options bar' when this button is tapped...
Any pointers please ?
Thanks a mil.
Menu icon (4 flat lines / 'hamburger' icon) (SOLVED)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Menu icon (4 flat lines / 'hamburger' icon) (SOLVED)
Last edited by Traxgeek on Fri Sep 12, 2014 4:06 pm, edited 1 time in total.
I'm 'getting there'... just far too slowly !
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
Re: Menu icon (4 flat lines / 'hamburger' icon)
Hi,
Try the menuKey, e.g.
Best,
Mark
Try the menuKey, e.g.
Code: Select all
on menuKey
set the vis of grp "Settings" to not the vis of grp "Settings"
end menuKey
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Menu icon (4 flat lines / 'hamburger' icon)
Thanks Mark,
I'd searched under 'menu' in the Dictionary but... welll...
... missed this one completely...
Again, Thanks a mil.
As an aside (trying to keep my cross-platform functionality theme) and accepting this is not an iOS forum, is there a similar button / control for iOS ?
Much obliged.
I'd searched under 'menu' in the Dictionary but... welll...

Again, Thanks a mil.
As an aside (trying to keep my cross-platform functionality theme) and accepting this is not an iOS forum, is there a similar button / control for iOS ?
Much obliged.
I'm 'getting there'... just far too slowly !
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
Re: Menu icon (4 flat lines / 'hamburger' icon)
No, there isn't.
Mark
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Menu icon (4 flat lines / 'hamburger' icon)
Thanks Mark.
I'm 'getting there'... just far too slowly !
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1
Mac (Siera) and PC (Win7)
LiveCode 8.1.2 / 7.1.1