halweg wrote:
It becomes blind a little bit if one cannot launch different ahk files separately. Always "autohotkey.ahk" is used.
I'm working on that....
Quote:
Now the dialog box works.
Good news. Lets see, what else is working....
Quote:
But it often happens to me that the PDA hangs while testing.
I don't know if I can do much against this. Huge objects are allocated on the stack. A lot of functions are called, so the stack is sometimes huge (>10 functions-calls on the stack).
If the stack is full, AutohotkeyCE will crash.
Without rewriting all the huge functions, the crash will remain, but I so not want to rewrite all the code.
My goal is to provide a usable autohotkeyCE even if not all functions are working. I'll upload the latest code, so perhaps other coders can help.
Quote:
What about SEND? How does it works? Was it tested?
I've tested send, and in my small example it worked.
Quote:
Does GUI, ADD, PICTURE works?
I haven't tested this. (Just buttons, edits, combos.)
Ciao
Micha