Search:
|
Browse by category:
|
| | | |
|
Problem
The Input Method Editor (IME) window sometimes flickers. How can I improve this behavior?
Cause
Action
You should call GXEnableIme() in your InitInstance() method.
Example:
Insert
GX_IMPLEMENT_IME()
in your application class .CPP file.
Insert
GXEnableIme();
into your InitInstance() method.
Change the Project Settings. Open Link and enter
ime32.lib
in the object library/modules edit box.
Prev | Next | |
Objective Grid: Column header text too large when zoomed. | Objective Grid: Filling a large grid with a formula |