How to Hide the 3 Dot Settings Button

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Wolfbyte
Posts: 6
Joined: Wed Jan 21, 2015 12:14 pm

How to Hide the 3 Dot Settings Button

Post by Wolfbyte » Fri Apr 24, 2015 12:06 pm

Hi All,

I'm working on an Android game and having difficulty finding out how (if possible) to remove the 3 dot settings button from the standard android menu.
Also how to make a true full screen app/game. I have been using the "fullscreenmode" but it still leaves the default Android button etc visible.

Any help would be much appreciated.
Wolfbyte

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: How to Hide the 3 Dot Settings Button

Post by Simon » Fri Apr 24, 2015 6:59 pm

Hi Wolfbyte,
Do you mean the 3 dash button?
For me it's a hardware button next to the Home button and cannot be removed.
Which device are you using?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Wolfbyte
Posts: 6
Joined: Wed Jan 21, 2015 12:14 pm

Re: How to Hide the 3 Dot Settings Button

Post by Wolfbyte » Fri Apr 24, 2015 11:22 pm

Hi Simon,

I'm mainly using a HTC one M7. it has hardware buttons for the back and home keys. But any app created in Livecode seems to have the 3 dash button appear above them in either portrait or landscape which take away a-lot of the screen real estate and doesn't look very professional.
From testing it appears it be only an issue with phones of tablets that have physical buttons for the android menu.

If it has software buttons for the home and back keys the 3 dash button appears inline with them so not an issue.
So is there a way to disable the 3 dash button when hardware buttons are present??
Wolfbyte

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: How to Hide the 3 Dot Settings Button

Post by Simon » Sat Apr 25, 2015 1:15 am

Hi Wolfbyte,
Are you saying that if you make just a blank stack and test it on your device you automatically get the 3 dash?
I've never seen this on my Galaxy.

How about a screen shot.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Wolfbyte
Posts: 6
Joined: Wed Jan 21, 2015 12:14 pm

Re: How to Hide the 3 Dot Settings Button

Post by Wolfbyte » Sat Apr 25, 2015 1:59 am

Hi Simon,

Here you go. This is a completely new stack with the status bar hidden in settings.
Screenshot_2015-04-25-10-52-08.png
blank stack
Screenshot_2015-04-25-10-52-08.png (3.39 KiB) Viewed 10791 times
Wolfbyte

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: How to Hide the 3 Dot Settings Button

Post by Simon » Sat Apr 25, 2015 2:42 am

I never have that.
Screenshot_2015-04-24-18-39-31_resized.png
Screenshot_2015-04-24-18-39-31_resized.png (643 Bytes) Viewed 10785 times
Using this stack;
BlankTest.zip
(1009 Bytes) Downloaded 327 times
Does that stack do it on your device?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Wolfbyte
Posts: 6
Joined: Wed Jan 21, 2015 12:14 pm

Re: How to Hide the 3 Dot Settings Button

Post by Wolfbyte » Sat Apr 25, 2015 2:57 am

HI Simon,
Yeah same issue.
Screenshot_2015-04-25-11-54-39.png
Screenshot_2015-04-25-11-54-39.png (3.39 KiB) Viewed 10781 times
Wolfbyte

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: How to Hide the 3 Dot Settings Button

Post by Simon » Sat Apr 25, 2015 3:31 am

Hi Wolfbyte,
I wonder if it's an HTC (Sense) thing? But then I guess all your (non-livecode) apps would show it.
Have you managed to get the emulator working, you can try it on that.

Just to reiterate, the screenshot I posted is exactly all I see.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Wolfbyte
Posts: 6
Joined: Wed Jan 21, 2015 12:14 pm

Re: How to Hide the 3 Dot Settings Button

Post by Wolfbyte » Sat Apr 25, 2015 6:56 am

Hi Simon,

Thanks for getting back to me. I'll try and dispute sense and see if that fixes the issue.
Wolfbyte

jekyllandhyde
Posts: 92
Joined: Thu Feb 14, 2013 7:17 pm

Re: How to Hide the 3 Dot Settings Button

Post by jekyllandhyde » Mon May 04, 2015 10:36 pm

I'm getting the three dot settings button show up on a LG Nexus 5 (fourth button to the right next to app switching button). I would like to figure out how to turn it off. Most other installed Apps don't light up this button. If you find a solution please post.

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: How to Hide the 3 Dot Settings Button

Post by MaxV » Wed May 06, 2015 11:06 am

On my Hauwei P6 I have no bottom status bar selecting status bar hidden in standalone application settings.
Wolfbyte result is very strange.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: How to Hide the 3 Dot Settings Button

Post by MaxV » Wed May 06, 2015 11:10 am

jekyllandhyde wrote:I'm getting the three dot settings button show up on a LG Nexus 5 (fourth button to the right next to app switching button). I would like to figure out how to turn it off. Most other installed Apps don't light up this button. If you find a solution please post.
Regarding having 4 buttons in the bottom status bar, that's is the normal behaviour. You can change it selecting hidden status bar in the standalone application settings and creating your personal bottom status bar.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

jekyllandhyde
Posts: 92
Joined: Thu Feb 14, 2013 7:17 pm

Re: How to Hide the 3 Dot Settings Button

Post by jekyllandhyde » Wed May 06, 2015 9:59 pm

Actually, having three buttons in the bottom status bar seems to be normal behaviour (on the LG Nexus 5) when using all sorts of Apps created by Google and others. One of our mobile developers (who doesn't code livecode but owns the LG Android phone) mentioned he had never seen the fourth 3 dot settings button implemented before. So to clarify, I am wondering how you turn off that button only?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: How to Hide the 3 Dot Settings Button

Post by jacque » Thu May 07, 2015 8:22 pm

My Nexus 7 shows either 3 or 4 icons in the bottom bar, depending on the app. Some apps have the menu button but it is inactive, other apps have it and use it to display a menu. Some apps just hide it if there are no menu options. So I think it varies by app, but I don't believe there is a way to control each button individually in LC.

The odd part is that if the bottom bar is hidden, this particular device still shows the default menu button. That sounds like a manufacturer's decision.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply