Search found 129 matches

by JoeSchmoe
12 Oct 2023, 10:20
Forum: Scripts and Functions (v2)
Topic: WatchFolder() - monitor changes of files and/or folders
Replies: 7
Views: 3311

Re: 2.0-beta.1 - WatchFolder() (alpha.1)

I briefly tested the library in version 2.0.2 and it worked fine. The sample scripts gave a nice illustration of the types of messages you receive when a change is made.

@just me – perhaps it is worth re-titling this thread so people know it runs just fine in the release version of 2.0?
by JoeSchmoe
24 Jul 2023, 21:36
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 138863

Re: Get the URL of the current (active) browser tab

Did you find a solution for this? I also have this issue. I'm afraid this was a while ago and I don't remember the error. The bottom line is that I learned the code well enough to customize it heavily and now it works 99% of the time. I have it ignore the other 1%. Perhaps I could fix that 1%, but ...
by JoeSchmoe
24 Jul 2023, 21:28
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26550

Re: Snipper - Window Snipping Tool

Thanks. Here you go: Error: Target window not found. Specifically: ahk_id329502 ---- C:\Myscript\Snipper\Snipper.ahk 522: OnMessage(0x6, WM_ACTIVATE) 524: { ▶ 526: If WinGetTitle('ahk_id' hwnd) = 'SnipperWindow' 527: If (Activated := wParam << 48 >> 48) 528: SnipWinBorderColor(guiSnips[hwnd].GuiObj,...
by JoeSchmoe
24 Jul 2023, 15:13
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26550

Re: Snipper - Window Snipping Tool

Hi FanaticGuru , thanks for this script - I find myself using it quite frequently and I really miss it when I don't have it. Have you considered putting it up on github? Many of the best scripts are distributed that way, and people might add code improvements via pushes. Also, it would allow you to ...
by JoeSchmoe
18 Apr 2023, 14:18
Forum: Scripts and Functions (v2)
Topic: (M)ArkDown - 2023/04/20 - AHK v2.0.2
Replies: 18
Views: 3746

Re: (M)ArkDown - 2023/04/17 - AHK v2.0.2

I'm glad you find it useful :dance: Many thanks from me as well. I looked at the code and love the changes you've made. I definitely appreciate that raw HTML is fully available. I've integrated the library into the script I use on a daily basis. Previously, I had started by ripping out 173 lines of...
by JoeSchmoe
13 Apr 2023, 09:09
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 84497

Re: Thanks!!!

I came across AutoHotKey some time ago while looking to create some easy keyboard shortcuts, but after seeing the software's capabilities, I have decided to try and learn more about it. I would appreciate any help that you can provide me with when I need it, and I hope that the day will come soon w...
by JoeSchmoe
13 Apr 2023, 08:07
Forum: Scripts and Functions (v2)
Topic: (M)ArkDown - 2023/04/20 - AHK v2.0.2
Replies: 18
Views: 3746

Re: (M)ArkDown - 2022/09/08 - beta.8

Thanks for responding so quickly! Yeah, I get that. Currently, your code does the following: make_html('`nAn <a href="google.com">inline link</a>.`n', options, true, false) ⇨ <p>An <a href="google.com">inline link</a>.</p> AND make_html('`nAn *<a href="google.com">inline link</a>*.`n', options, true...
by JoeSchmoe
12 Apr 2023, 13:16
Forum: Scripts and Functions (v2)
Topic: (M)ArkDown - 2023/04/20 - AHK v2.0.2
Replies: 18
Views: 3746

Re: (M)ArkDown - 2022/09/08 - beta.8

Many thanks! I don't recall seeing the \ escapes in there yet, but hopefully they can be added near the end with a couple of strreplace()s. For my on personal copy of the code, I just removed the ltgt() calls on lines 554, 564, 574, and 583 . For me, that fixed everything except the table row issue....
by JoeSchmoe
11 Apr 2023, 23:48
Forum: Scripts and Functions (v2)
Topic: (M)ArkDown - 2023/04/20 - AHK v2.0.2
Replies: 18
Views: 3746

Re: (M)ArkDown - 2022/09/08 - beta.8

Hi TheArkive , I'm loving your library. I looked into a couple of other different approaches, but I've grown to really like this one. It covers quite a lot of code features while keeping the code size manageable. I just wanted to report a couple results that I didn't expect. First, I ran the followi...
by JoeSchmoe
10 Apr 2023, 17:10
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26550

Re: Snipper - Window Snipping Tool

Many thanks!
by JoeSchmoe
09 Apr 2023, 12:50
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26550

Re: Snipper - Window Snipping Tool

Looks terrific! I can see a couple of ways this will improve upon my current software. As many others may do, I'm customizing the hotkeys and menu. Would you consider splitting this script into two files? Lines 135 and after would become a 'library' file. This wouldn't contain any hotkeys or menus, ...
by JoeSchmoe
09 Apr 2023, 11:56
Forum: Ask for Help (v2)
Topic: Run javascript library within AHK
Replies: 0
Views: 249

Run javascript library within AHK

This is a follow-up from a v1 question from iseahound: I've been poking around for a good math eval() function on AHK but couldn't find one to suit my needs. So I decided to use mathJS , specifically this library . All I need to do is pipe a string into their eval function and return a string to AHK...
by JoeSchmoe
06 Apr 2023, 21:35
Forum: Scripts and Functions (v2)
Topic: [AHK v2] RichEdit Class
Replies: 5
Views: 1918

Re: [AHK v2] RichEdit Class

Awesome. While I'd love to have RichEdit, Scintilla is super important, too, and we only have so much time. I'm super grateful for all of the important libraries you converted back when activity on this subforum was far lighter!
by JoeSchmoe
05 Apr 2023, 13:29
Forum: Scripts and Functions (v2)
Topic: [AHK v2] RichEdit Class
Replies: 5
Views: 1918

Re: [AHK v2] RichEdit Class

Would anyone be interested in taking this over? Just Me ? TheArkive ? FanaticGuru , teadrinker , or anyone else? oif2003 has only made 2 posts since Dec 2018, a month after he posted this. One was in 2019 and another in 2020. His "last active" field is blank, and this is mostly Just Me's work anyway...
by JoeSchmoe
05 Apr 2023, 11:55
Forum: Ask for Help (v1)
Topic: RichEdit : New Features to All
Replies: 15
Views: 6081

Re: RichEdit : New Features to All

Hi @DigiDon, would you be willing to post your most recent code, even if it isn't release-worthy yet? Forum-searchers thank you!
by JoeSchmoe
04 Apr 2023, 19:03
Forum: Ask for Help (v1)
Topic: Copying rich-text from Docx document, and paste as "Rich Text" (in Browser/Word Doc, etc)?
Replies: 3
Views: 1176

Re: Copying rich-text from Docx document, and paste as "Rich Text" (in Browser/Word Doc, etc)?

Need help now with dealing with the flashing black window from Powershell :) Hi llinfeng, I saw your gist when I Googled using Autohotkey with Pandoc. The following code from swagfag may help with the flashing black Powershell window: https://www.autohotkey.com/boards/viewtopic.php?style=2&t=59286 ...
by JoeSchmoe
04 Apr 2023, 12:58
Forum: Scripts and Functions (v2)
Topic: debug--an easier output about var
Replies: 10
Views: 1995

Re: debug--an easier output about var

Looks very interesting and helpful! I've wanted something like this for a while. Would it be possible to add a setting to provide information about base properties of objects and prototype properties of classes? The setting might be turned off by default, but it could be a nice feature for people tr...
by JoeSchmoe
03 Apr 2023, 23:50
Forum: Ask for Help (v2)
Topic: "Send()" but for richer content
Replies: 15
Views: 1450

Re: "Send()" but for richer content

Thanks for the tip. I'm familiar with that tip, but I appreciate you taking the time.

On another note, I guess it shouldn't surprise me, but I've noticed that Chrome doesn't seem to accept RTF formats. This means I'll standardize on HTML, as I do most of my work in the browser.
by JoeSchmoe
03 Apr 2023, 14:11
Forum: Ask for Help (v2)
Topic: ComObject("HTMLfile") for extracting HTML Source from clipboard Topic is solved
Replies: 23
Views: 3193

Re: ComObject("HTMLfile") for extracting HTML Source from clipboard Topic is solved

Thanks! Seemed to work fine beforehand anyway due to the null termination.

Go to advanced search