Hello,
I noticed that, in the bitmap button with popup, the bitmap is painted a close the popup section, the problem seems this line:
at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:
In our application we don't have captions, maybe the problem is present in other cases too.
I hope to help,
Regards,
Antonino Perricone
I noticed that, in the bitmap button with popup, the bitmap is painted a close the popup section, the problem seems this line:
    aBmpRect := GetClientRect( ::hWnd )at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:
    aBmpRect := oBtnRect:aRectIn our application we don't have captions, maybe the problem is present in other cases too.
I hope to help,
Regards,
Antonino Perricone