FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Win11 input Chinese in TGet Bug- Solve 50%
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Win11 input Chinese in TGet Bug- Solve 50%
Posted: Tue Nov 02, 2021 05:37 PM
Hi
Work fine for Win7/Win10. But Win11 not work.
Look Gif below:

Code (fw): Select all Collapse
REDEFINE GET  ::oTK2_ADDR1  VAR ::cTK2_ADDR1  ID 136  OF ::oDlg UPDATE CHRGROUP CHR_WIDE
REDEFINE GET  ::oTK2_ADDR2  VAR ::cTK2_ADDR2  ID 137  OF ::oDlg UPDATE CHRGROUP CHR_WIDE
REDEFINE GET  ::oTK2_ADDR3  VAR ::cTK2_ADDR3  ID 138  OF ::oDlg UPDATE CHRGROUP CHR_WIDE


Prg file save UTF8
MySQL Server/UTF8
Harbour compile
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Win11 input Chinese in TGet Bug
Posted: Tue Nov 02, 2021 11:49 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 12:56 AM

Richard,

Maybe the used manifest file needs to be modified (from your RC file) for Win11

We needed to do it for FWH 64 on Win11

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 03:12 AM
Antonio Linares wrote:Richard,

Maybe the used manifest file needs to be modified (from your RC file) for Win11

We needed to do it for FWH 64 on Win11


Antonio,
I remove manifest file (from my RC file) same as problem.
input Chinese word. First word the cursor on the right. but Second word the cursor is always on the left of the Chinese word. Very strange. Look my post GIF file.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 03:45 AM
karinha wrote:Maybe, look this:

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=40932&sid=5949823d7fe50fa258aee900cdb0da94

Regards, saludos.


Thank you. But My question is different from it.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 06:59 AM
Antonio Linares wrote:Richard,

Maybe the used manifest file needs to be modified (from your RC file) for Win11

We needed to do it for FWH 64 on Win11


Antonio,
I test G. N. Rao. sample file. Look it.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 07:36 AM

We need Mr. Rao help here :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 08:47 AM
Antonio Linares wrote:We need Mr. Rao help here :-)


Antonio,

OK. Wait ...
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 10:11 AM

Mr. Richard

1) Is the same code working as expected on Win10?
2) Please try with unthemed ( without theme ) on Win11.

Also please give me a little time to test with Win11

Regards



G. N. Rao.

Hyderabad, India
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 10:16 AM
nageswaragunupudi wrote:Mr. Richard

1) Is the same code working as expected on Win10?
2) Please try with unthemed ( without theme ) on Win11.

Also please give me a little time to test with Win11


1) Is the same code working as expected on Win10?
>> Yes
2) Please try with unthemed ( without theme ) on Win11.
>>Not work. Please look gif file(your sample)
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 10:22 AM

Mr. Richard

Please give me some time.

Regards



G. N. Rao.

Hyderabad, India
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 03, 2021 10:23 AM
nageswaragunupudi wrote:Mr. Richard

Please give me some time.


Ok.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Tue Nov 09, 2021 04:13 PM
nageswaragunupudi wrote:Mr. Richard

Please give me some time.


Mr.Rao

Any news?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: Win11 input Chinese in TGet Bug
Posted: Wed Nov 10, 2021 11:47 PM

hi,

when IME work under Windows 10 but not under Windows 11 than it is a Windows 11 Problem.

as i can say Windows 11 is very buggy ... and it is just the beginning.
look into DEV Feedback which Problem User have

but even in DEV Channel we got "only" 22499 but "big News" are announce for 225xxx


i recommend to use Microsoft Feedback and "show" your Problem
IMHO it will take some Time until Windows 11 is as stabile as Windows 10

greeting,

Jimmy
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Win11 input Chinese in TGet Bug
Posted: Fri Nov 12, 2021 01:24 PM
Jimmy wrote:hi,

when IME work under Windows 10 but not under Windows 11 than it is a Windows 11 Problem.

as i can say Windows 11 is very buggy ... and it is just the beginning.
look into DEV Feedback which Problem User have

but even in DEV Channel we got "only" 22499 but "big News" are announce for 225xxx

---

i recommend to use Microsoft Feedback and "show" your Problem
IMHO it will take some Time until Windows 11 is as stabile as Windows 10


Maybe, you're right.
But I think Fivetech need to solve it.
Because My customer wait it. I can't call my customer reinstall Windows 10.
Mr.Rao any solutions?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit