☰ Burger Menue für iOS / Android

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ace16vitamine
Posts: 130
Joined: Fri Apr 13, 2018 1:53 pm

☰ Burger Menue für iOS / Android

Post by ace16vitamine » Wed Sep 02, 2020 2:11 pm

Dear all,

I am looking for a possibility to integrate a menue to my app.

is there any Widget / Idea for a ☰ Hamburger icon availible or are there any other ideas for a menue?

Thanks
Stefan

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9287
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: ☰ Burger Menue für iOS / Android

Post by richmond62 » Wed Sep 02, 2020 2:24 pm

Unicode U+1F354
-
Screenshot 2020-09-02 at 16.23.09.png
You spell 'available' & 'menu' like this.
Attachments
Sandwich.livecode.zip
Here's the stack
(939 Bytes) Downloaded 167 times

ace16vitamine
Posts: 130
Joined: Fri Apr 13, 2018 1:53 pm

Re: ☰ Burger Menue für iOS / Android

Post by ace16vitamine » Wed Sep 02, 2020 2:42 pm

Haha.

Iam talking about a vertical menue if I press the burger icon
Attachments
menue.jpg

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9287
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: ☰ Burger Menue für iOS / Android

Post by richmond62 » Wed Sep 02, 2020 4:58 pm

Screenshot 2020-09-02 at 18.56.47.png
-
Screenshot 2020-09-02 at 18.56.59.png
Attachments
Sandwich2.livecode.zip
Here's the stack
(1019 Bytes) Downloaded 168 times

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7215
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: ☰ Burger Menue für iOS / Android

Post by jacque » Wed Sep 02, 2020 5:35 pm

The icon is available in the SVG library but you need to create the sliding panel yourself. (This would make a good widget if anyone wants to tackle that.)

Create a group and put the menu items in it. I usually use a list field. The script of the hamburger icon should check either the location or visibility of the group to see if it's showing. If not, lock the screen for visual effect in rect, show the group, place it at the location you want, and use a visual effect to unlock the screen so it appears to slide into view. When you want to hide it, reverse the process.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

ace16vitamine
Posts: 130
Joined: Fri Apr 13, 2018 1:53 pm

Re: ☰ Burger Menue für iOS / Android

Post by ace16vitamine » Thu Sep 03, 2020 8:06 am

Hi Jacqueline,

I already had the same Idea :D Seems that it is working.

Stefan

Post Reply

Return to “iOS Deployment”