Search found 260 matches
- 18 Oct 2019, 12:05
- Forum: Ask For Help
- Topic: Connection between 2 PC with AHK ?
- Replies: 6
- Views: 842
Re: Connection between 2 PC with AHK ?
Do I understand right? You have a script that runs all the time. And this script has to get the new variable a soon there is one. But this script should not check permanently the source. So it's not a pull, it's a push from the other side. Therefore, the pastebin solution is not the best. And to be ...
- 18 Oct 2019, 11:06
- Forum: Ich brauche Hilfe
- Topic: Text aus Outlook kopieren?
- Replies: 6
- Views: 1640
Re: Text aus Outlook kopieren?
Über Com anstatt controls. Nice. Gute Idee.
- 17 Oct 2019, 15:55
- Forum: Ask For Help
- Topic: Parse text file
- Replies: 2
- Views: 436
Re: Parse text file
Sure we can help. Where is the problem. Post the code you've got.
- 17 Oct 2019, 15:46
- Forum: Ask For Help
- Topic: Connection between 2 PC with AHK ?
- Replies: 6
- Views: 842
Re: Connection between 2 PC with AHK ?
If you want to communicate between two PCs you need something like a server and a client. In Python, I would use sockets (if they are not blocked by firewalls) and there is a AHK implementation: https://autohotkey.com/board/topic/53827-ahksock-a-simple-ahk-implementation-of-winsock-tcpip/ There is a...
- 17 Oct 2019, 15:19
- Forum: Ich brauche Hilfe
- Topic: Text aus Outlook kopieren?
- Replies: 6
- Views: 1640
Re: Text aus Outlook kopieren?
Ich verstehe das nicht. Normalerweise sollte es so gehen. DetectHiddenWindows, On ControlGetText, OutputVar, _WwG1, ahk_class rctrl_renwnd32 MsgBox % OutputVar Aber ich bekomme bei mir auch nur "Nachricht" heraus. Bei der Betreffzeile funktioniert es. ControlGetText, OutputVar, RichEdit20WPT4, ahk_c...
- 16 Oct 2019, 08:10
- Forum: Ich brauche Hilfe
- Topic: Help: Using AutoHotKey with Skype
- Replies: 1
- Views: 1089
Re: Help: Using AutoHotKey with Skype
Ich habe mir vor langem mal das automatische wählen von Telefonnummern in Skype gebastelt. Das ist Grundgerüst für dich um zumindest die Meetings aufzurufen. Deine Anforderungen sind nicht ohne. Es wäre besser du hättest ein Grundprogramm und das Forum hilft dir bei Problemen. ;Telefonummer wählen ^...
- 12 Oct 2019, 06:27
- Forum: Ask For Help
- Topic: Regex Issues
- Replies: 5
- Views: 658
Re: Regex Issues
This issue did cost me many headaches, too. Take a look to https://www.autohotkey.com/boards/viewtopic.php?p=275713#p275713 and https://www.autohotkey.com/boards/viewtopic.php?p=275319#p275319 . The last one is in german, but following the step and Google translate help. You have to parse with a loo...
- 03 Oct 2019, 04:33
- Forum: Ask For Help
- Topic: Autocorrect working inconsistently
- Replies: 5
- Views: 625
Re: Autocorrect working inconsistently
I don't use the autocorrect.ahk, but I have a few autocorrection and hotstrings in my main script. I have the same issues on few programms. Don't think that is a windows or driver problem. For example in our ticket system Cherwell every hotstring works fine execpt in the "reply woth email" window/ed...
- 27 Sep 2019, 12:20
- Forum: Ask For Help
- Topic: Pulling Data from PDF - Regex Loop Issues
- Replies: 4
- Views: 576
Re: Pulling Data from PDF - Regex Loop Issues
@Monoxide3009 sorry for not explaining me right. I suggest to split up the PDF to scan it. You don't have to save it back. The original PDF can stay untouched.
- 27 Sep 2019, 00:23
- Forum: Gaming
- Topic: Is it possible to create a loader script that verifies a key via the web?
- Replies: 1
- Views: 438
Re: Is it possible to create a loader script that verifies a key via the web?
yes, it's possible. You don't need a loader. Just check the web adress at the start of the script and when the return is negative close the script.
- 26 Sep 2019, 23:35
- Forum: Ask For Help
- Topic: Pulling Data from PDF - Regex Loop Issues
- Replies: 4
- Views: 576
Re: Pulling Data from PDF - Regex Loop Issues
You are executing your regex on the complete PDF. You could split the PDF in separate pages before and them loop trough them.
- 26 Sep 2019, 13:22
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
- 25 Sep 2019, 05:00
- Forum: Ask For Help
- Topic: toggle an autohotkey script with .bat script
- Replies: 2
- Views: 364
Re: toggle an autohotkey script with .bat script
Why don't pause the script via hotkey?
Code: Select all
$+p::Pause,Toggle
- 23 Sep 2019, 05:55
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
Re: Identifying unique strings in a block of text
One problem was, that InStr() does only catch the first occurrence. I tested a few RegEx but didn't get the right combination. With a little help of Google I found this https://autohotkey.com/board/topic/115744-instr-for-multiple-occurrences and could modify "our" script. With findstr() it find all ...
- 21 Sep 2019, 04:06
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
Re: Identifying unique strings in a block of text
I had another idea. You could search with InString. Then compare the result with RegEx. If the it match, then go on. If it doesn't match, a pop up appears with the possibility to ad the new "needle" to the dictionary. Probably we could build a possibility to correct it, too. As I'm writing this, I t...
- 20 Sep 2019, 07:30
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
Re: Identifying unique strings in a block of text
Sorry, I don't understand the problem. I took a closer look and found this: 2019-09-20 14_24_06-lib.ahk - Editor.png But that is unfortunately doing the right thing. In the lib the needle "Kingsborough's Mex. Antiq" is without "." at the end. Therefore, the needle is different to the text and it wil...
- 19 Sep 2019, 03:02
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
Re: Identifying unique strings in a block of text
I thought that, too. But there a not so many "hits" in your example. Launch italic.ahk. Open the "page_text_after_proofreading.txt" in an editor, I prefer Notepad++. Click on the text. Press alt+F12 . After that search for a ' and you will finde them in every changed position. Did you change the fil...
- 18 Sep 2019, 14:54
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
Re: Identifying unique strings in a block of text
No problem, as you wrote is an interesting challenge. I downloaded the file and had a few problems to run them. You have to pay attention with the coding of the files. Probably it's a problem with the download from pastebin. I removed all the " from the lib.ahk. I modified the italics.ahk. Now it re...
- 17 Sep 2019, 23:55
- Forum: Ask For Help
- Topic: Replace string if string exists
- Replies: 8
- Views: 1044
Re: Replace string if string exists
We are discussing are similar task here https://www.autohotkey.com/boards/viewtopic.php?f=76&t=67980 take a look, probalby there is an inspiration for you. You could load the file and perform a RegExMatch . If it found something, you can replace it with RegExReplace and do your file delete and save....
- 17 Sep 2019, 23:47
- Forum: Ask For Help
- Topic: Identifying unique strings in a block of text
- Replies: 32
- Views: 3412
Re: Identifying unique strings in a block of text
took a quick look into the files. This is a massive task and my solution is working with the clipboard and a dictionary in memory. I probably think, that is to large. I would go on with one of this ways 1st Instead of loading file and dictionary in memory, i would parse them as a file. We could read...