Hi to all,
i got problem in new release FWH 15.12 and Harbour 3.2.0dev (r1601050904)
You can see di problem using the TESTMENU.PRG in samples dir of Fwin
It seems not working when use file BMP in MENUITEM:
Example
MENUITEM FILE "..\BITMAPS\END.BMP" MESSAGE "BLA BLA" action oWnd:End()
*DOES NOT Work !! if you click on it, it does NOTHING
but if i change it into:
MENUITEM PROPT "EXIT" MESSAGE "BLA BLA" action oWnd:End()
IT Works well
Any help ?
tks