Search found 407 matches

by User
25 Jan 2019, 23:23
Forum: Scripts and Functions (v1)
Topic: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)
Replies: 16
Views: 7012

Re: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)

burque505 wrote:
25 Jan 2019, 17:34
Well, it seems that "#32770" is the class name for message boxes (at least for AHk's msgboxes)!

something like:

if event 1
get winclass
if winclass #32770
do this
by User
25 Jan 2019, 22:36
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

Oh My God, what a shitty code! First of all, your code returns only "out of memory" blah blah blah! Secondly, the point of "Is()" function is to show where (string position) the 2 strings don't match each other! I dismiss your shitty code 100%! https://www.autohotkey.com/boards/download/file.php?id...
by User
25 Jan 2019, 13:53
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

Though you are putting a condition on possible solutions, that was never our argument. The counter-argument was that you could use machine code , if performing a task in AutoHotkey was too slow. And that if you had to learn another language, this would be no harder than learning to implement machin...
by User
25 Jan 2019, 13:14
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

Just a simple example, make "Is()" function faster! (Without resorting to C\C++, Machine Codes, etc, etc) "==" takes only 31 milliseconds to compare 2 strings of ~= 20 megabytes each! "Is()" function takes 14000 milliseconds! (Too slow) 99_ SubStr() - can handle 20100100 (Recommended).png SubStr() ...
by User
25 Jan 2019, 09:01
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

Oh my God, this is really silly, watching 2 people with good programming knowledge trying to prove that AHK, an interpreted language, a language that requires its interpreter all the time during script execution, to not be a slow language! If you don't want to search google, well, I will not be the ...
by User
24 Jan 2019, 17:21
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

- @User: I find AutoHotkey great for handling strings. None of the strings I've used have been so big that speed has been a problem. And machine code functions can be created to handle binary data if needed. I have no problem with writing C++ exes to handle strings/data, but I haven't needed to, so...
by User
24 Jan 2019, 13:10
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

swagfag wrote:
24 Jan 2019, 12:50
shieeeeeeeeeeeeeeeeeet

quick! better go tell all these data scientists to stop using python then. same goes for webdevs and js
Hehe, you funny! Lol!
by User
24 Jan 2019, 12:45
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

SOTE and jeeswg: It seems to me like you are trying to convince people of staying with this language longer than they need it. He says he needs a faster language and that just might be the case. For the first time, I must agree with you! @SOTE and @jeeswg, 1 question for you 2: Would you really rec...
by User
23 Jan 2019, 20:22
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

- It would be interesting to know what kinds of programs you think need to be written in other languages. Hi @jeeswg, As it is already mentioned, AHK may be fast enough for Windows OS and games automation tasks! But, for example, for data processing, string manipulation, and many other things, AHK ...
by User
23 Jan 2019, 12:41
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

Thanks for your advices! And the great thing is you know AutoHotkey, so it's there if you need it and has given you the foundation to understand programming better. In my case, Javascript, PHP and even AutoIt gave me some proper foundation to understand programming better, then I started to apply th...
by User
23 Jan 2019, 11:31
Forum: Ask for Help (v1)
Topic: Pulover's Macro Creator tool update
Replies: 9
Views: 3232

Re: Pulover's Macro Creator tool update

Good day, regards. I'm doing a proof of concept of the tool Pulover's Macro Creator, but I've noticed that it has not had updates for more than 2 years, within its work plan there will be a future update of the tool? Thank you for your timely response. A lot of people is complaining that "Pulover's...
by User
23 Jan 2019, 11:21
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

AHK is a slow language in general, that's already a common sense and I know that you already know it! AHK may be fast enough for windows Os and games automation tasks, but, For data processing, string manipulation, etc, etc, AHK is definitely not the way to go! Believe me, most of people here alrea...
by User
22 Jan 2019, 11:11
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

nnnik wrote:
22 Jan 2019, 11:06
Which is a different language than Autohotkey - not help with the usage of AutoHotkey.
Python is the way to go - it's a good language. Other than that I dont have much hope for you.
Hehe, Lol!
by User
22 Jan 2019, 11:04
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Re: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

This thread should be in "Ask For Help" instead "Other Programming Languages" forum!

I'm not "Discussing other programming languages besides AutoHotkey"!

I'm asking for people here to help me find an alternative scripting language similar, but faster, than AHK or AutoIt!
by User
22 Jan 2019, 10:34
Forum: Other Programming Languages
Topic: Is there any non-100%-interpreted scripting language alternative to AutoHotKey?
Replies: 59
Views: 33262

Is there any non-100%-interpreted scripting language alternative to AutoHotKey?

Yes, Autohotkey is a scripting language that can be defined as being a 100% interpreted language! Why? Because every time a line from ".ahk" scripts is executed, it needs to be translated to "machine code" by AHK interpreter in order to allow the cpu to understand and execute it! (This makes AHK a v...
by User
20 Jan 2019, 09:57
Forum: Scripts and Functions (v1)
Topic: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)
Replies: 16
Views: 7012

Re: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)

Now it works perfectly. Thank you both. :angel: You Welcome! HSHELL_RUDEAPPACTIVATED = 32772 (Example below!) gui, +AlwaysOnTop gui, add, text, w50 vNotepad_Counter +border center, 0 gui, add, text, x+5, The "counter" increases every time a "NotePad" window is activated! gui, add, text, xm w50 vPai...
by User
16 Jan 2019, 13:54
Forum: Scripts and Functions (v1)
Topic: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)
Replies: 16
Views: 7012

Re: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)

if ((event = 32772) || (event = 4)) { Hehe, Windows and its Oddities ! It seems that if any application is in "FullScreen" Mode, windows sends "32772" instead "4" when any other window is activated! HSHELL_WINDOWACTIVATED = 4 (A handle to the activated window) HSHELL_RUDEAPPACTIVATED = 32772 (A han...
by User
16 Jan 2019, 12:35
Forum: Scripts and Functions (v1)
Topic: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)
Replies: 16
Views: 7012

Re: [Functions] - OnWin() - On_WinType_Event() - etc (SHELL HOOK)

murataygun wrote:
16 Jan 2019, 12:31
I don't know, did you change the original code or something?

Go to advanced search