FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Gets and languages
Posts: 83
Joined: Mon Oct 17, 2005 10:33 AM
Gets and languages
Posted: Mon Dec 04, 2006 10:14 AM

In this sample when I right click for the copy/paste menu I get it
- in german (one line get)
- in english (multiline get)
why? how can I cange to german?
Thanks,
Dietmar

include "Fivewin.ch"

FUNCTION MAIN()

DEFINE DIALOG copyDlg FROM 10, 20 TO 35, 90 TITLE "RIDA-Indexdokument kopierbar"

copyText = "Memo "

@0.5, 0.5 GET copyText of copyDlg;

@2, 2 GET copyText of copyDlg;
MEMO;
SIZE 100, 100;
READONLY;

@ 9.5, 20 BUTTON "&Beenden" OF copyDlg SIZE 40, 12;
ACTION ( copyDlg:End(), lOk := .t. ) DEFAULT

ACTIVATE DIALOG copyDlg CENTERED

RETURN NIL

Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
Gets and languages
Posted: Mon Dec 04, 2006 10:29 AM

Hello Dietmar,

Check your TGet and MGet source code for Right click.

Regards,

Richard

Posts: 83
Joined: Mon Oct 17, 2005 10:33 AM
Gets and languages
Posted: Mon Dec 04, 2006 10:59 AM

That' what I did.

I couldn't find anything in these two classes.
I figured the code must be somewhere else - that's why I don't understand the difference in languages.

Dietmar

Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
Gets and languages
Posted: Mon Dec 04, 2006 11:07 AM
Check this in your source\CLASS

METHOD RButtonDown( nRow, nCol, nFlags ) CLASS TGet
METHOD RButtonDown( nRow, nCol, nFlags ) CLASS TMultiGet


Richard
Posts: 83
Joined: Mon Oct 17, 2005 10:33 AM
Gets and languages
Posted: Mon Dec 04, 2006 11:14 AM

Your are right:

tGet invokes the default popup menu,
mGet has its own in english.

Thanks!
Diemtar

Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
Gets and languages
Posted: Tue Dec 05, 2006 02:00 AM
Dietmar Jahnel wrote:Your are right:

tGet invokes the default popup menu,
mGet has its own in english.

Thanks!
Diemtar


You're welcome. :-)

Richard
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: Gets and languages
Posted: Tue Mar 30, 2010 02:38 PM

Thanks for info.

It has been 4 years since this message. I don't know why this class has not been changed ?

Regards,

Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06

Continue the discussion