Coder Social home page Coder Social logo

Comments (13)

katahiromz avatar katahiromz commented on May 24, 2024 1

https://katahiromz.web.fc2.com/colony3rd/imehackerz/en/ImmNotifyIME.html
https://katahiromz.web.fc2.com/colony3rd/imehackerz/en/NI_OPENCANDIDATE.html
https://katahiromz.web.fc2.com/colony3rd/imehackerz/en/NI_CLOSECANDIDATE.html

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

What's up?

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

The current implementation is not stable and limited in functionality. Do you have any present for me?

from imestudy.

thebluetropics avatar thebluetropics commented on May 24, 2024

Nope, I just want to know how can I work with IME in Win32 API. Looks like we are here on the same road, using IMM rather than using TSF (Text Services Framework).

from imestudy.

thebluetropics avatar thebluetropics commented on May 24, 2024

Have you written a code that capable of showing/hiding, triggering an IME candidate window?

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

The candidate list not working yet.
The status window display is unstable.
The IME hotkeys not working correctly.

Here is Japanese free IME :
https://github.com/katahiromz/mzimeja

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

I am still unable to manage the internal status of IMM/IME.

from imestudy.

thebluetropics avatar thebluetropics commented on May 24, 2024

Why is IME handling in Win32 application is this hard?

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

I am writing the code of the system beyond one application.

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

Win32 GWES has complicated structure. Processes, Threads, Modules, Control path, Windows, Messaging etc.

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

To get the system info, we have to use kernel debugger (such as WinDbg).
Kernel debugging needs a special skill and howto knowledge.
There's difficulty in fulfilling the mission.

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024

In addition, the final implementation should be the same or similar to Windows. But we can't use Ctrl+C and Ctrl+V for that.

from imestudy.

katahiromz avatar katahiromz commented on May 24, 2024
#include <imm.h>
...
HIMC hImc = ImmGetContext(hWnd);
...(Use hImc here)...
ImmReleaseContext(hWnd, hImc);

This is a basic form to control the ime.

from imestudy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.