The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

[done] A user setting item to resize the main menu buttons

Any question about the app? Ask it here
Post Reply
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

[done] A user setting item to resize the main menu buttons

Post by alexlong »

Is it possible to add a user setting item to resize the main menu buttons as it is done for map.buttons.size_dp? People say sometimes it is difficult to get the main menu buttons when working with the app in poor conditions on tablets ets.
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: A user setting item to resize the main menu buttons

Post by Psyberia-Support »

Hi,
I'll try to add this.
Do you like AlpineQuest ? Leave a small comment on Google Play !
boowoo
Posts: 512
Joined: Sat Mar 30, 2019 7:12 pm
Location: France

Re: A user setting item to resize the main menu buttons

Post by boowoo »

Hello,
in same time, if you could add an other user setting for transparency of the grey background it should be perfect ...
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: A user setting item to resize the main menu buttons

Post by Psyberia-Support »

I know you want this, but it's not that simple...
Do you like AlpineQuest ? Leave a small comment on Google Play !
boowoo
Posts: 512
Joined: Sat Mar 30, 2019 7:12 pm
Location: France

Re: [done] A user setting item to resize the main menu buttons

Post by boowoo »

I've tried ... ;)
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: [done] A user setting item to resize the main menu buttons

Post by Psyberia-Support »

Actually I've added some new user setting to change the style of the menu.
You cannot change the style of the icons, only the background. You can use color names like "red" for any setting or even "transparent" to not display at all.

Code: Select all

# background of menu when it's visible (default: #505050)
core.menu.buttons.background_color=

# background of menu when it's hidden (default: #64505050)
core.menu.buttons.background_color_hidden=

# shadow color of the menu (default: #444444)
core.menu.buttons.shadow_color=

# color of menu items separator (default: #1FFFFFFF)
core.menu.buttons.separators_color=

# corners round radius (default: 2)
core.menu.buttons.corners_round_radius_dp=
This will be available in next update.
Do you like AlpineQuest ? Leave a small comment on Google Play !
boowoo
Posts: 512
Joined: Sat Mar 30, 2019 7:12 pm
Location: France

Re: [done] A user setting item to resize the main menu buttons

Post by boowoo »

Thank you very much. Great. :D
And what about the menu resize ?
boowoo
Posts: 512
Joined: Sat Mar 30, 2019 7:12 pm
Location: France

Re: [done] A user setting item to resize the main menu buttons

Post by boowoo »

In the same way, on some maps it's difficult to see the + - zoom buttons.
Is it possible to get a background for them with same settings than menu buttons ?
I don't use it but maybe a similar background for the zoom slider should be logic also.
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: [done] A user setting item to resize the main menu buttons

Post by Psyberia-Support »

The user setting to resize the menu buttons is:

Code: Select all

# define the size of the menu items (default: 48)
core.menu.buttons.size_dp=
All those settings are available in the currently released beta (2.2.6.r6366).
Do you like AlpineQuest ? Leave a small comment on Google Play !
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: [done] A user setting item to resize the main menu buttons

Post by Psyberia-Support »

For now I'll stop adding new user settings, I've only done this for the past two weeks I need to work on features that will benefit everyone.
And every time I add one new setting, I get the request for 3 more, I cannot follow anymore.
Do you like AlpineQuest ? Leave a small comment on Google Play !
boowoo
Posts: 512
Joined: Sat Mar 30, 2019 7:12 pm
Location: France

Re: [done] A user setting item to resize the main menu buttons

Post by boowoo »

No problem, i understand but tout app is too great so we want always more ... ;)
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: [done] A user setting item to resize the main menu buttons

Post by alexlong »

Hi, François!

Code: Select all

# define the size of the menu items (default: 48)
core.menu.buttons.size_dp=
Nice work! Thank you. It's very good for fablets.

Code: Select all

core.menu.buttons.size_dp=120
map.buttons.size_dp=100
Samsung 10"
Tablet.jpg
(134.45 KiB) Downloaded 1694 times
And the same device without user settings as above:
Tablet_no_set.jpg
(138.3 KiB) Downloaded 1694 times
Now it is much more convenient to use the app on a large screen than it was before.
;)
Post Reply