Page 1 of 1
Bug in TBtnBmp [Solved]
Posted: Sat Apr 11, 2009 9:28 pm
by Enrico Maria Giordano
In the following sample (with themes activated) I can't see the border to appear on mouse hovering anymore:
Code: Select all
#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
Re: Bug in TBtnBmp
Posted: Mon Apr 13, 2009 6:03 pm
by Antonio Linares
Enrico,
We have just published a new FWH 9.04 build that fixes it, thanks
Re: Bug in TBtnBmp
Posted: Mon Apr 13, 2009 6:43 pm
by Enrico Maria Giordano
Thank you Master!
EMG
Re: Bug in TBtnBmp
Posted: Mon Apr 13, 2009 8:42 pm
by Enrico Maria Giordano
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
#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
Re: Bug in TBtnBmp
Posted: Tue Apr 14, 2009 8:07 am
by Antonio Linares
Enrico,
Again, we have just published a new FWH 9.04 build that fixes it, thanks
Re: Bug in TBtnBmp
Posted: Tue Apr 14, 2009 8:37 am
by Enrico Maria Giordano
Thank you again!
EMG
Re: Bug in TBtnBmp
Posted: Wed Apr 15, 2009 1:49 am
by Antonio Linares
Enrico,
Many thanks for your great feedback