When button-bar is used without 2007 style, the bitmaps and prompts are getting mixed up.
Sample Source Code:
Result

Is there anything I am missing? Or is there a problem to be fixed in BtnBmp.Prg ?
Sample Source Code:
#include 'fivewin.ch'
function Main()
local ownd, oBar
DEFINE WINDOW oWnd
DEFINE BUTTONBAR oBar OF oWnd SIZE 64,64 //2007
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\level1.bmp' PROMPT 'Level1' TOP
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\level2.bmp' PROMPT 'Level2' TOP
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\level3.bmp' PROMPT 'Level3' TOP
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\level4.bmp' PROMPT 'Level4' TOP
ACTIVATE WINDOW oWnd
return nilResult

Is there anything I am missing? Or is there a problem to be fixed in BtnBmp.Prg ?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
