News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kowovomp

#1
sourcefile VOPTS.CC needs to be corrected:

WRONG: option = new Option(19, "Advanced Menu", "General", "Menu type",Option::TYPE_TEXT, 2, 0, 0, options19);
CORRECT: option = new Option(19, "Advanced Menu", "Advanced", "Menu type",Option::TYPE_TEXT, 2, 0, 0, options19);
#2
I've found the error  ;D

The client tries to load the option from the ADVANCED section, but it's saved to GENERAL.
As a workaround i've moved the "Menu type = Classic" parameter in the conf-file to the correct section.

#3
Hi,

the 0.5.0 image is running well, but the "advanced menu" option is not working properly.

I would like to stay with "classic" menu, that works fine until i restart the raspberry.
after a reboot the option ist still set to "classic", but the skin looks like "advanced".
if i set the option to advanced and back to classic, it's fine again.

the option is also saved correct in <MAC>.conf file as "Menu type = Classic".

Thanks for help,
Wolfgang