Page 1 of 1

FWH 15.02 btnbmp and popup

Posted: Wed Mar 18, 2015 11:51 am
by AntoninoP
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: Select all

         aBmpRect := GetClientRect( ::hWnd )
at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:

Code: Select all

         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

Re: FWH 15.02 btnbmp and popup

Posted: Thu Mar 19, 2015 12:34 pm
by Antonio Linares
Antonino,

Included for next FWH 15.03

many thanks! :-)