View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-26-2024 , 21:41   Re: Change color in menu
Reply With Quote #9

It looks like you can change the number color in the "new menus" by setting the MPROP_NUMBER_COLOR property:

PHP Code:
menu_setprop(menuMPROP_NUMBER_COLOR"\r"
Obviously change the "\r" to one of the other valid colors mentioned by mlibre.


If you wanted to change them individually, I suspect you'd have to create the entire menu in the "old" menus method (the "new" menus are called "new" and the original method is often referred to as "old" but it would probably more apt to refer to the "old" as simply "advanced menus").
__________________

Last edited by fysiks; 04-26-2024 at 21:47.
fysiks is offline