Search found 1641 matches

by kczx3
Today, 08:04
Forum: Forum Issues
Topic: Slow forum
Replies: 94
Views: 8866

Re: Slow forum

Sure feels snappy now. Wonder if they had to roll back to a previous snapshot
by kczx3
Yesterday, 09:38
Forum: Forum Issues
Topic: Slow forum
Replies: 94
Views: 8866

Re: Slow forum

Slow this morning for me too. Is "Under Attack Mode" still on or is it no longer helping?
by kczx3
02 Mar 2024, 10:07
Forum: Forum Issues
Topic: Slow forum
Replies: 94
Views: 8866

Re: Slow forum

In fact, my previous post took about 15 seconds
by kczx3
02 Mar 2024, 10:06
Forum: Forum Issues
Topic: Slow forum
Replies: 94
Views: 8866

Re: Slow forum

When making a post there's a bit of a wait before the page refreshes to show it, opening the topic in another window/tab before the refresh often shows the post already included in the topic. This has been the case for almost a year, the wait is getting longer no doubt as the DB grows in size. By c...
by kczx3
19 Feb 2024, 10:41
Forum: Scripts and Functions (v2)
Topic: RichEdit - a rich edit control for AHK v2 (2023-05-23)
Replies: 14
Views: 2385

Re: RichEdit - a rich edit control for AHK v2 (2023-05-23)

@Spitzi the repo I linked to does have a branch called v2-main that would likely work on current v2. It doesn't appear highlighters were updated though - just the main script.
by kczx3
31 Jan 2024, 22:22
Forum: Scripts and Functions (v2)
Topic: Class LV_Colors v2.0 - 2023-05-06
Replies: 59
Views: 13801

Re: Class LV_Colors v2.0 - 2023-05-06

You could probably use viewtopic.php?t=35119 at least as a starting point.
by kczx3
23 Jan 2024, 08:22
Forum: Scripts and Functions (v2)
Topic: WinRT/UWP Media
Replies: 5
Views: 676

Re: WinRT/UWP Media

Cool, thanks!
by kczx3
22 Jan 2024, 20:24
Forum: Scripts and Functions (v2)
Topic: WinRT/UWP Media
Replies: 5
Views: 676

Re: WinRT/UWP Media

What application were you using to play media when creating the examples (and testing for the development of this library)? Just curious. This is pretty neat stuff!
by kczx3
16 Jan 2024, 08:23
Forum: AutoHotkey Development
Topic: What to do when "A" getting the current active window misses?
Replies: 11
Views: 1199

Re: What to do when "A" getting the current active window misses?

Wouldn’t there also be a non-zero chance that the active window when WinExist was called is now losing activation when PostMessage is called?

(I’m just playing devils advocate here)
by kczx3
18 Dec 2023, 11:16
Forum: Forum Issues
Topic: Slow forum
Replies: 94
Views: 8866

Re: Slow forum

Yeah I'm noticing it as well at the moment.
by kczx3
13 Dec 2023, 12:39
Forum: Wish List
Topic: ListView - Wishlist
Replies: 2
Views: 582

Re: ListView - Wishlist

The second request is technically possible with the native listview. Its just relatively undocumented, unutilized and also has some caveats.
viewtopic.php?f=82&t=62678&hilit=filter+bar
by kczx3
22 Sep 2023, 21:07
Forum: Ask for Help (v2)
Topic: rich text edit control in AHK V2?
Replies: 11
Views: 1027

Re: rich text edit control in AHK V2?

I think it’s because those interfaces all derive from iDispatch and AHK does some things in the background and tries to call or set the property. I’m sure I’m using the wrong terminology but I’ve seen Lexikos discuss it with respect to JavaScript stuff in IE
by kczx3
22 Sep 2023, 08:28
Forum: Ask for Help (v2)
Topic: rich text edit control in AHK V2?
Replies: 11
Views: 1027

Re: rich text edit control in AHK V2?

@teadrinker somewhat of an aside but how does that work by setting properties on the text range? The ITextRange2 interface shows all methods for getters and setters of properties.
by kczx3
20 Sep 2023, 19:06
Forum: Forum Issues
Topic: Syntax highlighting v2
Replies: 16
Views: 5049

Re: Syntax highlighting v2

Curious if there’s been any progress on this front
by kczx3
13 Aug 2023, 12:49
Forum: Ask for Help (v2)
Topic: Something with the download page changed recently?
Replies: 12
Views: 1180

Re: Something with the download page changed recently?

There’s also https://www.autohotkey.com/download/versions.txt which you can use to generate the version specific urls

Go to advanced search