the interface tester is included in the documentation (there's a link) -- but I don't think you're supposed to redistribute it...
quote:
Originally posted by Mattike
quote:
Originally posted by deAd
Yes it does use the dll, but actually you can use a hidden plus window along with API calls and PlusWnd.RegisterMessageNotification (new function!) to create your own.
But that would mean that the window is always activate, no? So you can't activate any other windows?
No, it will be invisible so it can't be activated. Also, the hotkeys would be registered with WM_SETHOTKEY (or something like that
) or the global RegisterHotKey function, and messages are sent to the window when the hotkeys are pressed.
quote:
Originally posted by phalanxii
I actually have no idea how to implement hotkeys, and the HopperLive script looks really complicated to me so... can anyone teach me?
See above and my first post in this thread.