FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in labels
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Bug in labels
Posted: Tue Mar 29, 2011 09:28 AM
In the following sample the last character of the label is truncated:

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


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg;
           TRANSPARENT

    @ 1, 1 SAY "Test"

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in labels
Posted: Tue Mar 29, 2011 10:02 AM

Enrico,

Fixed, thanks! :-) (uploaded to the repository)

We may publish a revised version 11.03 with it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in labels
Posted: Tue Mar 29, 2011 10:15 AM

Thank you, Antonio!

EMG

Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: Bug in labels
Posted: Tue Apr 05, 2011 12:52 AM
Dear Mr. Antonio,

I re-download v11.03 then delete all obj/c and re-compile my project.

Still having problem with redefine say..




Kind Regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: Bug in labels
Posted: Tue Apr 05, 2011 10:44 AM
Antonio ,

I have the same problem
http://img844.imageshack.us/i/immagineqc.jpg/
Regards
MAurizio
Posts: 2
Joined: Tue Apr 05, 2011 01:41 PM
Re: Bug in labels
Posted: Wed Apr 06, 2011 11:03 AM

Hello,

Please, when will Fivetech provide a fixed version. We need to update our FWH but there are many bugs they are not fixed and we need a stable product.

Thank you.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in labels
Posted: Wed Apr 06, 2011 01:11 PM

We have just published a revised FWH 11.03 build. It should be available to download in a few minutes, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion