Search found 36 matches
- 19 Feb 2021, 22:29
- Forum: Ask For Help
- Topic: Is afx: the doom of Autohotkey ? Does Acc.ahk help ?
- Replies: 27
- Views: 2454
Re: Is afx: the doom of Autohotkey ? Does Acc.ahk help ?
If you spy an explorer like Opera or Edge little shows up that could be used by ahk. All common browsers always implemented their own controls - this is nothing new. Opera and Edge Beta (the future release) are both Chromium -based, like Chrome, and can be automated via the chrome debugging protoco...
- 05 Feb 2021, 18:43
- Forum: Outros Assuntos
- Topic: Re: Procuro programador de AHK projeto robotização
- Replies: 3
- Views: 3822
Re: Procuro programador de AHK projeto robotização
Deixando meu contato aqui, para possíveis interessados!
Letacio
+55 16 98213-0462
Letacio
+55 16 98213-0462
- 05 Feb 2021, 18:29
- Forum: Ajuda e Suporte Geral
- Topic: Procuro por programador de AHK que fale ingles
- Replies: 5
- Views: 1477
Re: Procuro por programador de AHK que fale ingles
Ola pessoal!
Estou disponível!
meu whats busines: +55 16 98213-0462
Obrigado!
Estou disponível!
meu whats busines: +55 16 98213-0462
Obrigado!
- 19 Jan 2021, 16:59
- Forum: Gaming
- Topic: Controlsend not working properly?
- Replies: 2
- Views: 312
Re: Controlsend not working properly?
Hello there! Any sucess with it? I have a poker game in which i want to insert bets, but i cant send numbers/letters, only delete and other keys! Thanks! I tried a lot of possible solutions, but without success... My experiences so far, are: -It only not works with hotkeys, like potions are on 1-2-3...
- 14 Jan 2020, 18:26
- Forum: Ask For Help
- Topic: Automate Chromium Based browsers with selenium?
- Replies: 0
- Views: 269
Automate Chromium Based browsers with selenium?
Hello there! I would like to automate a browser (Imnsoniac browser) with Selenium Basic, instead of OCR + clicks/keys navigation. I understand that if chromium is base for chrome, i might be able use chrome webdriver to do it? Is my logic correct? I wish it was, but i'm not sure on how this kind of ...
- 10 Dec 2019, 09:39
- Forum: General Discussion
- Topic: Tank needs a little help
- Replies: 19
- Views: 6854
Re: Tank needs a little help
Hey Tank, do you still need it?
- 26 Sep 2019, 10:53
- Forum: Scripts and Functions
- Topic: chrome steps recorder
- Replies: 4
- Views: 1483
Re: chrome steps recorder
Hello there!
i'm not sure if its working right, maybe i've done something wrong?
we need to record o IE, and the click on script, and it will open chrome and run it, right?
i'm not sure if its working right, maybe i've done something wrong?
we need to record o IE, and the click on script, and it will open chrome and run it, right?
- 15 Jun 2019, 12:35
- Forum: Ask For Help
- Topic: Return focus to selected items on Desktop Topic is solved
- Replies: 10
- Views: 1804
Re: Return focus to selected items on Desktop Topic is solved
This worked for me. F1:: if _class { Send, {Esc} if _class in Progman,WorkerW { WinActivate, ahk_class %_class% } _class := "" } else { WinGetClass, _class, A Send, !{Enter} } Return Could you elucidate for me what _class does, or what i could search about on the topic? Thanks!
- 15 Jun 2019, 12:29
- Forum: Ask For Help
- Topic: Way to control CMD in reliable way (like using COM) Topic is solved
- Replies: 2
- Views: 487
Re: Way to control CMD in reliable way (like using COM) Topic is solved
Thanks for the reply it helped!
Actually, i didnt find a way to do exactly what i intended, but found another estable way.
Instead of running the comands on the fly, i did file appends to create a .txt comand list. after that, it can be executed.
Thanks!
Actually, i didnt find a way to do exactly what i intended, but found another estable way.
Instead of running the comands on the fly, i did file appends to create a .txt comand list. after that, it can be executed.
Thanks!
- 12 Jun 2019, 16:21
- Forum: Ask For Help
- Topic: Way to control CMD in reliable way (like using COM) Topic is solved
- Replies: 2
- Views: 487
Way to control CMD in reliable way (like using COM) Topic is solved
Hello there! I want to execute some comands in cmd, BUT, my issue is: there is a chunk of code i can execute right away, that never changes. i start ftp, and log in/navigate to folder. after that, i want to copy files depending on some logic. i would like to get a handle to CMD, so i can make each o...
- 14 May 2019, 19:49
- Forum: General Discussion
- Topic: About AHK and RPA tools - Is AHK one of them? Is it robust enough?
- Replies: 3
- Views: 2321
About AHK and RPA tools - Is AHK one of them? Is it robust enough?
Hello everybody! I've been using AHK for 2,5 years now, and i would like to use it for a living (or most of it) in RPA (which would be the main use i think, maybe some automate testing as well). But i've got some questions. For instance, i don't know if i should focus on AHK, or if i should focus on...
- 14 May 2019, 19:00
- Forum: Ask For Help
- Topic: Automate windows folders (sort by date, name, etc)
- Replies: 8
- Views: 1706
Re: Automate windows folders (sort by date, name, etc)
No news on this issue? =(
- 13 May 2019, 16:53
- Forum: Ask For Help
- Topic: Automate windows folders (sort by date, name, etc)
- Replies: 8
- Views: 1706
Re: Automate windows folders (sort by date, name, etc)
I get it! About typo, that might not be saved on code, so as you said, it's no problem (it was me activating hotkey). About the message, i would love that, but i dont know how to send them, nor how to access the column element. Tried winspy spector to get messages to the window, but no success eithe...
- 13 May 2019, 15:04
- Forum: Ask For Help
- Topic: Automate windows folders (sort by date, name, etc)
- Replies: 8
- Views: 1706
Re: Automate windows folders (sort by date, name, etc)
Hello, thanks a lot! Only a question: i've made a flag, to change between asc and desc orders. for name it works fine, but for dates, it works only for asc order, would you have any insights on it? i've checked, it enters both loops, but does not do the sorting! full code #IfWinActive, ahk_class Cab...
- 09 May 2019, 21:45
- Forum: Ask For Help
- Topic: Automate windows folders (sort by date, name, etc)
- Replies: 8
- Views: 1706
Automate windows folders (sort by date, name, etc)
Hello there! Is there a way (system messages probably?) to make a folder to be sorted by last modified date, for example? I would like to open a folder and sort it automatically (instead of clicking on the "sort by date" button. I've looked a lot but couldnt find nothing that works I tried this http...
- 05 May 2019, 13:32
- Forum: Ask For Help
- Topic: Instr() DOES NOT WORK, ALWAYS TRUE
- Replies: 4
- Views: 852
Instr() DOES NOT WORK, ALWAYS TRUE
Hello there! Im for more then 12 hours trying lots of combinations of sintaxes and functions and im getting mad. What i have: a list of items in a text file (FILE A) example: 111220,32302,3020203,1203030,1110,443403 each one of this have a wav file that should be downloaded to a folder. What i want:...
- 03 Feb 2019, 15:32
- Forum: Ask For Help
- Topic: Sendmessage does not actually insert data in Edit control
- Replies: 4
- Views: 913
- 02 Feb 2019, 10:46
- Forum: Ask For Help
- Topic: Sendmessage does not actually insert data in Edit control
- Replies: 4
- Views: 913
Re: Sendmessage does not actually insert data in Edit control
I've tried it, but with no sucess.
What i think is strange, is that on top of that, i send messages to control 1 and control 2. and BOTH texts are displayed in control 1.
It makes no sense.
What i think is strange, is that on top of that, i send messages to control 1 and control 2. and BOTH texts are displayed in control 1.
It makes no sense.
- 01 Feb 2019, 21:01
- Forum: Ask For Help
- Topic: Sendmessage does not actually insert data in Edit control
- Replies: 4
- Views: 913
Sendmessage does not actually insert data in Edit control
Hello there, i want to insert login and password on a little window, with 2 edit controls. Nothing special. The point is: when i run script (another application calls it), yes, it has elevation (i think, as the caller has elevation), the data is inserted. But what happens: A) If i click the enter bu...
- 01 Feb 2019, 09:28
- Forum: Ask For Help
- Topic: Encrypt ?
- Replies: 4
- Views: 1788
Re: Encrypt ?
Hi again, i've tested again, and really, looks like the slower part is only reloading script. the rest looks fine.
Sorry about it =(
Sorry about it =(