FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in TBar
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Bug in TBar
Posted: Mon May 30, 2011 10:17 AM
In the following sample, please click on the button and you will see a red line under the toolbar of the dialog. It looks like the bottom line of the toolbar is transparent:

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


FUNCTION MAIN()

    LOCAL oWnd

    DEFINE WINDOW oWnd;
           COLOR NIL, CLR_HRED

    @ 10, 10 BUTTON "Test";
             SIZE 100, 100;
             ACTION TEST()

    ACTIVATE WINDOW oWnd;
             MAXIMIZED

    RETURN NIL


FUNCTION TEST()

    LOCAL oDlg

    DEFINE DIALOG oDlg

    ACTIVATE DIALOG oDlg;
             ON INIT TOOLBAR( oDlg );
             CENTER

    RETURN NIL


STATIC FUNCTION TOOLBAR( oDlg )

    DEFINE BUTTONBAR OF oDlg SIZE 40, 40 2007

    RETURN NIL


EMG
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TBar
Posted: Mon May 30, 2011 10:21 AM

Please note that the previous FWH release didn't have this bug.

EMG

Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Bug in TBar
Posted: Mon May 30, 2011 10:42 AM
Hello Enrico

i cant see the problem...

i use win7 32 and current fivewin svn... please test the exe

http://www.sitasoft.net/fivewin/samples/testbb.zip

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in TBar
Posted: Mon May 30, 2011 10:53 AM

Enrico,

Could you please post a screenshot ? thanks :-)

In Windows 7 seems to look fine...

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TBar
Posted: Mon May 30, 2011 01:25 PM
Daniel Garcia-Gil wrote:Hello Enrico

i cant see the problem...

i use win7 32 and current fivewin svn... please test the exe


Your EXE shows the bug here (Windows XP).

EMG
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TBar
Posted: Mon May 30, 2011 01:26 PM
Antonio Linares wrote:Enrico,

Could you please post a screenshot ? thanks :-)

In Windows 7 seems to look fine...


Sent to your private email.

EMG

Continue the discussion