Search found 1639 matches

by kczx3
02 Mar 2024, 10:07
Forum: Forum Issues
Topic: Slow forum
Replies: 81
Views: 8151

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: 81
Views: 8151

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: 2222

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: 13596

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: 638

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: 638

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: 5
Views: 861

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: 81
Views: 8151

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: 566

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: 1003

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: 1003

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: 4991

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: 1155

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
by kczx3
10 Aug 2023, 10:43
Forum: Scripts and Functions (v2)
Topic: LVICE_XXS - LV in-cell editing minimal version
Replies: 13
Views: 2204

Re: 2.0-beta.1: LVICE_XXS apha.1 - LV in-cell editing minimal version

You may not need Critical anymore in your callbacks with the somewhat recent fixes made to message handling
by kczx3
31 Jul 2023, 11:07
Forum: Ask for Help (v2)
Topic: How to hightlight the matched item in listview?
Replies: 1
Views: 235

Re: How to hightlight the matched item in listview?

That would be incredibly complex and would require implementing CustomDraw or Owner Drawing of the ListView control

Go to advanced search