FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos Bug in TBtnBmp [Solved]
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TBtnBmp [Solved]
Posted: Sat Apr 11, 2009 09:28 PM
In the following sample (with themes activated) I can't see the border to appear on mouse hovering anymore:

Code (fw): Select all Collapse
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg

    @ 2, 2 BTNBMP FILE "c:\fwh\bitmaps\open.bmp";
           NOBORDER

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in TBtnBmp
Posted: Mon Apr 13, 2009 06:03 PM

Enrico,

We have just published a new FWH 9.04 build that fixes it, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TBtnBmp
Posted: Mon Apr 13, 2009 08:42 PM
Another little bug. In the following sample, the vertical line between the button and the menu arrow is not visible until you click on the button:

Code (fw): Select all Collapse
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oWnd, oMen

    MENU oMen
    ENDMENU

    DEFINE WINDOW oWnd

    DEFINE BUTTONBAR OF oWnd 2007

    DEFINE BUTTON OF oWnd:oBar;
           MENU oMen;
           NOBORDER

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in TBtnBmp
Posted: Tue Apr 14, 2009 08:07 AM

Enrico,

Again, we have just published a new FWH 9.04 build that fixes it, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in TBtnBmp
Posted: Wed Apr 15, 2009 01:49 AM

Enrico,

Many thanks for your great feedback :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion