FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in TBtnBmp
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TBtnBmp
Posted: Sat Sep 29, 2007 12:16 PM
The following sample shows the problem (the button is inset and partially visible):

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg

    @ 1, 1 BTNBMP

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Bug in TBtnBmp
Posted: Sat Sep 29, 2007 01:11 PM

Enrico,

Are you testing it in XP or in Vista ?

In Vista it looks fine (inset), the only problem I see is that the focus dotted line is not visible on the right side.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TBtnBmp
Posted: Sat Sep 29, 2007 04:22 PM
Antonio Linares wrote:Enrico,

Are you testing it in XP or in Vista ?

In Vista it looks fine (inset), the only problem I see is that the focus dotted line is not visible on the right side.


I tested it in XP and inset is one of the problems. It is not inset when defined from resources.

The BUTTONBMPs work fine instead.

EMG
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Bug in TBtnBmp
Posted: Sat Sep 29, 2007 04:56 PM

Enrico,

So we are talking about the inset and the dotted line, right ? :-)

Thanks for your help,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TBtnBmp
Posted: Sat Sep 29, 2007 05:05 PM
Antonio Linares wrote:Enrico,

So we are talking about the inset and the dotted line, right ? :-)


Exactly.

EMG

Continue the discussion