Page 1 of 1

TjvHotKey (Jedi) translation

Posted: Tue Jan 20, 2009 2:00 pm
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?

Posted: Wed Jan 21, 2009 9:49 am
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.

Posted: Wed Jan 21, 2009 12:27 pm
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?

Posted: Wed Jan 21, 2009 12:42 pm
by isiticov
You can try to use SetWindowLong() to override WndProc.