TjvHotKey (Jedi) translation

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Phoner
Posts: 23
Joined: Tue May 02, 2006 6:48 am

TjvHotKey (Jedi) translation

Post by Phoner »

The TjvHotkey component from Jedi allows to edit a hotkey. But the string representation uses the installed language.
Is there a way to to do an own translation like here?
Or is there an alternative to TjvHotkey?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

TjvHotkey inherits THotkey, which is just a wrapper of Windows control and it's functionality is inside Windows standard class. So it will use only OS settings for the hotkey representation.
Best regards,
Igor Siticov.
Phoner
Posts: 23
Joined: Tue May 02, 2006 6:48 am

Post by Phoner »

Is there no possibility to hook into that (WndProc?) to do my own translation?
Do you know an alternative for that TjvHotKey component?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

You can try to use SetWindowLong() to override WndProc.
Best regards,
Igor Siticov.
Post Reply