09-28-2006, 08:57 PM
Is there a way to have the exe macro perform commands when the "End Hotkey"?
Hotkey in exe macro
|
09-28-2006, 08:57 PM
Is there a way to have the exe macro perform commands when the "End Hotkey"?
09-29-2006, 09:10 AM
Can be used atend, or destructor, but exe does not know that it ends due to hotkey. Destructor or function registered by atend can run max 100 ms after hotkey is pressed.
You can use alternative hotkey. Start new thread (mac) with hidden dialog and use RegisterHotKey and WM_HOTKEY. Then you'll have full control.
09-29-2006, 01:11 PM
EXAMPLE
Main macro Macro297 #if !EXE Function exe_thread_2 ;\Dialog_Editor Function exe_end_thread_2 You can also use RegisterHotKey to make global hotkeys for other purposes.
09-29-2006, 05:43 PM
whew....i'll have to mull that over a bit...
thanks.
10-13-2006, 04:02 PM
in my efforts to implement an "atend" process in a macro i have run into a problem.
does exe support "mes" commands? here is the code that im compiling and it's not showing up when i run the exe.
10-13-2006, 04:15 PM
nvrmd: i must have botched the make process; it's working just fine.
thanks anyway. :oops: |
« Next Oldest | Next Newest »
|