My test

Perhaps there is an error ?
the source
( is one test of c5)
#include "fivewin.ch"
function main()
local oWnd
local oBar
local oMenu, oMenu2
local oItem
local oFont
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 )
DEFINE FONT oFont NAME "Tahoma" SIZE 0, -10
// oMenu:SetStyle( 14 )
MENU oMenu 2015 ;
COLORMENU nClrPane, nClrText ;
COLORSELECT nClrPSel, nClrPSel2, nClrBPSel ;
COLORLEFT nClrPMgn1 ;
COLORRIGHT nClrPMgn2;
COLORSEPARATOR nClrSepar ;
logomenu "medical.BMP"
oMenu:oFont := oFont
MENUITEM "&File" :
MENU
MENUITEM "&New" + chr(9) + "Ctrl+N" NAME "btn1"
MENUITEM "&Open" + chr(9) + "Ctrl+O" NAME "btn2"
MENUITEM "&Save" + chr(9) + "Ctrl+S" NAME "btn3"
SEPARATOR
MENUITEM "S&end" NAME "btn4"
SEPARATOR
MENUITEM "&Print" + chr(9) + "Ctrl+P" NAME "btn5"
MENUITEM "Print Preview" NAME "btn6"
SEPARATOR
MENUITEM "E&xit"
ENDMENU
ENDMENU
DEFINE WINDOW oWnd MENU oMenu
ACTIVATE WINDOW oWnd
return 0
res
btn1 BITMAP "bmps\image1.bmp"
btn2 BITMAP "bmps\image2.bmp"
btn3 BITMAP "bmps\image3.bmp"
btn4 BITMAP "bmps\image4.bmp"
btn5 BITMAP "bmps\image5.bmp"
btn6 BITMAP "bmps\image6.bmp"
btn7 BITMAP "bmps\image7.bmp"
btn8 BITMAP "bmps\image8.bmp"
btn9 BITMAP "bmps\image9.bmp"
I tried also with
MENU oMenu ;
COLORMENU nClrPane, nClrText ;
COLORSELECT nClrPSel, nClrPSel2, nClrBPSel ;
COLORLEFT nClrPMgn1 ;
COLORRIGHT nClrPMgn2;
COLORSEPARATOR nClrSepar ;
LOGOMENU "medical.bmp" ;
IMGMENU "medical.bmp" ;
LEFTWIDTH 24
it seems to ignore any color that I have entered
if I insert 2015 or 2013 then it colorized the menu but I not see the bitmaps
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com