I made allways
oMenu:oFont := oFont
then on the menu only I insert 2010/2013/2015 it take the color
if I add my colors it not run
local nClrText := RGB( 99, 54, 128 )
local nClrTDisa := RGB( 197, 194, 184 )
local nClrPane := RGB( 245, 245, 245 )
local nClrSepar := RGB( 94, 129, 197 )
local nClrPMgn1 := RGB( 227, 238, 255 )
local nClrPMgn2 := RGB( 128, 167, 226 )
local nClrPSel := RGB( 255, 252, 203 )
local nClrPSel2 := RGB( 255, 213, 61 )
local nClrBPSel := RGB( 185, 158, 106 )
local nClrPCheck := RGB( 225, 230, 232 )
local nClrBCheck := RGB( 49, 106, 197 )
MENU oMenu ;
COLORMENU nClrPane, nClrText ;
COLORSELECT nClrPSel, nClrPSel2, nClrBPSel ;
COLORLEFT nClrPMgn1 ;
COLORRIGHT nClrPMgn2;
COLORSEPARATOR nClrSepar ;
logomenu "medical.BMP"
it 's not run ok, for me this menu class not run ok