Bug in labels

Post Reply
User avatar
Enrico Maria Giordano
Posts: 8784
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 9 times
Contact:

Bug in labels

Post by Enrico Maria Giordano »

In the following sample the last character of the label is truncated:

Code: Select all | Expand

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg;
           TRANSPARENT

    @ 1, 1 SAY "Test"

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG
User avatar
Antonio Linares
Site Admin
Posts: 42831
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 155 times
Been thanked: 120 times
Contact:

Re: Bug in labels

Post by Antonio Linares »

Enrico,

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

We may publish a revised version 11.03 with it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: Bug in labels

Post by fraxzi »

Dear Mr. Antonio,

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

Still having problem with redefine say..

Image


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
User avatar
Maurizio
Posts: 833
Joined: Mon Oct 10, 2005 1:29 pm
Been thanked: 1 time
Contact:

Re: Bug in labels

Post by Maurizio »

Antonio ,

I have the same problem
http://img844.imageshack.us/i/immagineqc.jpg/
Regards
MAurizio
pascual
Posts: 2
Joined: Tue Apr 05, 2011 1:41 pm

Re: Bug in labels

Post by pascual »

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.
User avatar
Antonio Linares
Site Admin
Posts: 42831
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 155 times
Been thanked: 120 times
Contact:

Re: Bug in labels

Post by Antonio Linares »

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
Post Reply