Bug in TGet

Bug in TGet

Postby Enrico Maria Giordano » Fri Jun 24, 2011 6:36 pm

In the following sample, please click on the second get and you will see the caret placed on the next digit and not on the clicked digit.

Code: Select all  Expand view
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    LOCAL cVar := SPACE( 30 )
    LOCAL nVar := 0

    DEFINE DIALOG oDlg

    @ 1, 1 GET cVar

    @ 3, 1 GET nVar;
           PICTURE "@EZ 999,999.99";
           RIGHT

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


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

Re: Bug in TGet

Postby gkuhnert » Tue Jul 05, 2011 9:26 am

EMG,

that obviously only happens if the 2nd get doesn't have the focus. As soon as it has the focus everything is OK. So maybe it has something to do what happens if the get gets the focus?
Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
User avatar
gkuhnert
 
Posts: 274
Joined: Fri Apr 04, 2008 1:25 pm
Location: Aachen - Germany // Kerkrade - Netherlands

Re: Bug in TGet

Postby Enrico Maria Giordano » Tue Jul 05, 2011 9:30 am

Yes, it happens when you click on the second GET.

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: Google [Bot] and 104 guests