Antonio, linking with the latest lib emailed to me causes the images in my buttonbar seems to be shifted up. It became from this,

to this,

WindowsXP.Manifest was linked-in and BUTTONBAR was using neither 2007 nor 2010 clause.
Snippet of buttonbar creation
Please tell me how to fix this.
TIA
p.s. I could've sworn I've read something similar in the past but couldn't find the thread

to this,

WindowsXP.Manifest was linked-in and BUTTONBAR was using neither 2007 nor 2010 clause.
Snippet of buttonbar creation
define buttonbar oBar of oWnd size 30,33 3dlook
oBar:setBrush(oBrush1)
DEFINE BUTTON oBtnB_Xtract RESOURCE "EXTRACT" OF oBar ;
TOOLTIP "Xtract" ;
ACTION ( ;
lExtract := TRUE, ;
IF( cStat == STAT_DISP, ;
( ;
EVAL( oBtnB_Add:bAction ) ;
), ;
), ;
I_Xtract() ;
)Please tell me how to fix this.
TIA
p.s. I could've sworn I've read something similar in the past but couldn't find the thread
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour


