i have "read" about COLORMENU
Code: Select all | Expand
MENU oMenu HEIGHT -4.8 FLAT COLORMENU RGB(1,1,1), CLR_MSPURPLE ;
COLORLINEBOTTOM RGB(1,1,1) FONT oFontMenu NOBORDER // 2013
Code: Select all | Expand
║ MENU oMenu COLORMENU BGcolor, BFcolor ;
║ COLORLINEBOTTOM BGcolor FONT oFontDefault NOBORDER // 2013
![Image](https://i.postimg.cc/hPtzkJSF/Color-Menu.png)
what i´m doing wrong
![Question :?:](./images/smilies/icon_question.gif)
p.s. how does COLORMENU work with POPUP ?
Code: Select all | Expand
MENU oMenu POPUP COLORMENU BGcolor, BFcolor ;
COLORLINEBOTTOM BGcolor FONT oFontDefault // NOBORDER 2015