Bug in TBtnBmp [Solved]

Bug in TBtnBmp [Solved]

Postby Enrico Maria Giordano » Sat Apr 11, 2009 9:28 pm

In the following sample (with themes activated) I can't see the border to appear on mouse hovering anymore:

Code: Select all  Expand view
#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
User avatar
Enrico Maria Giordano
 
Posts: 8307
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBtnBmp

Postby Antonio Linares » Mon Apr 13, 2009 6:03 pm

Enrico,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41289
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Re: Bug in TBtnBmp

Postby Enrico Maria Giordano » Mon Apr 13, 2009 8: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: Select all  Expand view
#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
User avatar
Enrico Maria Giordano
 
Posts: 8307
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBtnBmp

Postby Antonio Linares » Tue Apr 14, 2009 8: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41289
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Re: Bug in TBtnBmp

Postby Antonio Linares » Wed Apr 15, 2009 1:49 am

Enrico,

Many thanks for your great feedback :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41289
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to Bugs report & fixes / Informe de errores y arreglos

Who is online

Users browsing this forum: No registered users and 2 guests