TEXTBOX in GRID with Traditional Chinese New Phonetic IME
Moderator: Rathinagiri
TEXTBOX in GRID with Traditional Chinese New Phonetic IME
.
Last edited by bootwan on Sat Jun 26, 2010 3:34 pm, edited 1 time in total.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
.
Last edited by bootwan on Sat Jun 26, 2010 3:34 pm, edited 1 time in total.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Hello Bootwan,
Great
Great
With best regards,
Sudip
Sudip
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
.
Last edited by bootwan on Sat Jun 26, 2010 3:30 pm, edited 1 time in total.
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
You have to use a new modal window (without caption/sysmenu) with only the control you want.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
.
Last edited by bootwan on Sat Jun 26, 2010 3:30 pm, edited 1 time in total.
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
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. 
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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
-
chrisjx2002
- Posts: 192
- Joined: Wed Jan 06, 2010 5:39 pm
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
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.
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
.
Last edited by bootwan on Sat Jun 26, 2010 3:30 pm, edited 1 time in total.
-
chrisjx2002
- Posts: 192
- Joined: Wed Jan 06, 2010 5:39 pm
Re: TEXTBOX in GRID with Traditional Chinese New Phonetic IM
Thanks for these information