Page 1 of 1
TEXTBOX in GRID with Traditional Chinese New Phonetic IME
Posted: Thu May 27, 2010 2:28 pm
by bootwan
.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sat May 29, 2010 3:36 am
by bootwan
.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sat May 29, 2010 4:07 am
by sudip
Hello Bootwan,
Great

Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sat May 29, 2010 3:42 pm
by bootwan
.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sat May 29, 2010 3:54 pm
by Rathinagiri
You have to use a new modal window (without caption/sysmenu) with only the control you want.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sun May 30, 2010 9:42 am
by bootwan
.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sun May 30, 2010 1:38 pm
by Rathinagiri
Hmm.
As of now, we use the native ListView control of the Win32 API. IMHO, Roberto has done maximum possible things on grid like cell navigation, in-place edit etc., which even the native Win32 API is not supporting. In the future, once we cross the barrier of platform dependency, like we can select GTK, we can have different type(s) of grid(s).
I had been trying for unicode version of HMG since long time back, but could not succeed.

Happy that you can run the program in your language.

Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Thu Jun 03, 2010 4:35 pm
by chrisjx2002
Hello Bootwan,
I want to use Japanese and Korean characteres in an HMG program. I saw that you do that with chinese one. How do you do that?
Thanks for your answer.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Fri Jun 04, 2010 6:44 am
by bootwan
.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Posted: Sat Jun 05, 2010 9:09 am
by chrisjx2002
Thanks for these information