Search found 1665 matches

by kczx3
16 Sep 2024, 15:02
Forum: Scripts and Functions (v2)
Topic: [Function] SpellCurrency
Replies: 2
Views: 804

Re: [Function] SpellCurrency

I somehow didn't realize that hyphens were used between words of digit pairs like that... Guess I've written checks wrong all this time. Seems like you intend to support other languages since you accept options for bill and coin, singular and plural. What about locale's that use the comma instead of...
by kczx3
13 Sep 2024, 11:50
Forum: Scripts and Functions (v2)
Topic: ImagePut - A core library for images in AutoHotkey (Now supports HEIC & WEBP)
Replies: 101
Views: 38982

Re: ImagePut - A core library for images in AutoHotkey (Now supports HEIC & WEBP)

Stop calling LoadPicture inside your function... Either call it outside and reference the global variable inside your function or assign it to a static variable inside the function.
by kczx3
10 Sep 2024, 06:37
Forum: Scripts and Functions (v2)
Topic: mwClipboard clipboard manager
Replies: 14
Views: 1405

Re: mwClipboard clipboard manager

Not sure but some of the discussion in viewtopic.php?f=14&t=130465&p=577793&hilit=clipboard#p577793 might be relevant here.
by kczx3
08 Sep 2024, 07:02
Forum: Scripts and Functions (v2)
Topic: WebView2
Replies: 213
Views: 62364

Re: WebView2

I really doubt anything that thqby would write anything that required tricks
by kczx3
04 Sep 2024, 08:44
Forum: Forum Issues
Topic: Forum down
Replies: 12
Views: 4807

Re: Forum down

TAC109 What you describe as a reason that it is not DNS related is not valid. Clicking the "Mark topis read" and getting the confirmation prompt is entirely a client-side operation that would have no bearing on DNS at all. I'm curious to know if anyone on this forum has experience with similar issu...
by kczx3
03 Sep 2024, 08:39
Forum: Forum Issues
Topic: Slow forum
Replies: 114
Views: 25369

Re: Slow forum

Not just you
by kczx3
28 Aug 2024, 14:16
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 48
Views: 14619

Re: Syntax highlighting v2

Maybe it can be fixed but I didn't even realize that there was alternating line background colors. I use the Digi theme and there is no gradient in the CSS that I can see and I'd prefer it be kept that way.
by kczx3
28 Aug 2024, 06:33
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 48
Views: 14619

Re: Syntax highlighting v2

Ignore me... I thought Ragnar had replied to me :facepalm:
by kczx3
27 Aug 2024, 17:20
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 48
Views: 14619

Re: Syntax highlighting v2

@Ragnar yeah the left padding is not enough when line numbers are disabled
by kczx3
02 Aug 2024, 13:34
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 48
Views: 14619

Re: Syntax highlighting v2

Ahhhh, I see. Thank you for clarifying.
by kczx3
02 Aug 2024, 08:43
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 48
Views: 14619

Re: Syntax highlighting v2

I probably just don't understand the full picture with how this all "works". So we're not using prism anymore? Is highlighter.js custom?
by kczx3
02 Aug 2024, 06:18
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 48
Views: 14619

Re: Syntax highlighting v2

The loss of highlighting for other languages came about due to your changes @Ragnar? Or was that existing broken functionality? If new, why exactly?
by kczx3
20 Jul 2024, 07:16
Forum: Bug Reports
Topic: [bug:V2.0.18] 'str’ !x will throw Topic is solved
Replies: 4
Views: 2786

Re: [bug:V2.0.18] 'str’ !x will throw Topic is solved

Pretty sure that’s by design
by kczx3
16 Jul 2024, 13:24
Forum: Scripts and Functions (v2)
Topic: SQLite Library for AHK v2
Replies: 17
Views: 3025

Re: SQLite Library for AHK v2

Note, I solved the above problem like this: && !FileExist(SQLite3.dllPath '\' SQLite3.bin) { DirCreate SQLite3.dllPath if A_PtrSize = 4 FileInstall 'lib\SQlite\lib\bin\sqlite332.dll', SQLite3.dllPath '\' SQLite3.bin, true else FileInstall 'lib\SQlite\lib\bin\sqlite364.dll', SQLite3.dllPath '\' SQLi...
by kczx3
02 Jul 2024, 07:38
Forum: Scripts and Functions (v2)
Topic: Dynamic Tray Icon Generation
Replies: 6
Views: 738

Re: Dynamic Tray Icon Generation

Is zlib1 something that Windows comes with? I question that it does.
by kczx3
21 Jun 2024, 13:49
Forum: Scripts and Functions (v2)
Topic: WebView2
Replies: 213
Views: 62364

Re: WebView2

I see. so webview2.create just returns zero in that case, correct? I swear I was checking that return value in the debugger but might have missed it!
by kczx3
20 Jun 2024, 14:23
Forum: Scripts and Functions (v2)
Topic: WebView2
Replies: 213
Views: 62364

Re: WebView2

I tried but have no idea either. Sorry!
by kczx3
29 May 2024, 12:18
Forum: Tips and Tricks (v2)
Topic: Detect Enter key presses on Listview and Treeview controls
Replies: 6
Views: 2716

Re: Detect Enter key presses on Listview and Treeview controls

@just me FYI that method #2's example is missing the line to register the TreeView control.
by kczx3
09 May 2024, 08:20
Forum: Scripts and Functions (v2)
Topic: Notify - Display Notifications GUIs
Replies: 47
Views: 11261

Re: Notify - Display Notifications GUIs

XMCQCX wrote:
07 May 2024, 14:26
reddyshyam wrote:
07 May 2024, 10:49
It would be nice to show some screenshots too so that we know what we get before we start using it. :) Hope this is ok.
Hi @reddyshyam. Thanks for the suggestion! I’ve updated my post with screenshots.
You did?
by kczx3
06 May 2024, 15:09
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 38
Views: 6499

Re: Error trying to download the V1 and V2 files with current version number

I tried them and they didn't work. The WinHTTP example timed out and the XMLHttpRequest example gave error 12031.

Go to advanced search