Page 1 of 1

Separators in menus

Posted: Fri Aug 07, 2020 9:57 pm
by az-terisk
Hi gang !

How can i add separators in the menus, please ? Like Adam Szabo's Viper main menu : https://image.noelshack.com/fichiers/2020/32/5/1596834020-capture.png

Thanks !

Re: Separators in menus

Posted: Sat Aug 08, 2020 9:18 am
by adamszabo
That is possible in the alpha versions only

Re: Separators in menus

Posted: Sat Aug 08, 2020 10:21 am
by az-terisk
adamszabo wrote:That is possible in the alpha versions only


Hello Adam, i'm an user of Alpha version ! :)

Re: Separators in menus

Posted: Sat Aug 08, 2020 10:39 am
by adamszabo
Then you can write this string in the dropdown list to create a line between item 3 and 4: "Item1, Item2, Item3, -----, Item4" and you will get the separator. Just watch out because the separator still counts as a value, but you cannot click on it. So like this:

Item1 will output 0
Item2 will output 1
Item3 will output 2
(the separator will output 3 but you cannot select it)
Item4 will output 4

Re: Separators in menus

Posted: Sun Aug 09, 2020 8:31 am
by az-terisk
Many thanks to you Adam, i will made it ! :)