Bug in TBar

Bug in TBar

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

Re: Bug in TBar

Postby Enrico Maria Giordano » Mon May 30, 2011 10:21 am

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8712
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBar

Postby Daniel Garcia-Gil » 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

Image
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: Bug in TBar

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

Re: Bug in TBar

Postby Enrico Maria Giordano » Mon May 30, 2011 1: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
User avatar
Enrico Maria Giordano
 
Posts: 8712
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBar

Postby Enrico Maria Giordano » Mon May 30, 2011 1: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
User avatar
Enrico Maria Giordano
 
Posts: 8712
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 111 guests