FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos FWH 15.02 btnbmp and popup
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
FWH 15.02 btnbmp and popup
Posted: Wed Mar 18, 2015 11:51 AM
Hello,
I noticed that, in the bitmap button with popup, the bitmap is painted a close the popup section, the problem seems this line:
Code (fw): Select all Collapse
         aBmpRect := GetClientRect( ::hWnd )

at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:
Code (fw): Select all Collapse
         aBmpRect := oBtnRect:aRect


In our application we don't have captions, maybe the problem is present in other cases too.

I hope to help,
Regards,
Antonino Perricone
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 15.02 btnbmp and popup
Posted: Thu Mar 19, 2015 12:34 PM

Antonino,

Included for next FWH 15.03

many thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion