Search found 5 matches

by Inserio
08 Dec 2023, 15:59
Forum: Ask for Help (v1)
Topic: Making the Remote TreeView class work
Replies: 19
Views: 9077

Re: Making the Remote TreeView class work

Double posting because I am somehow no longer able to edit my posts. I figured out what my problem was with the "certain different types of TreeViews". I was trying to access a TreeView in a window that was running as admin. Even though I was using AHK with UIAccess, that wasn't enough to get OpenPr...
by Inserio
08 Dec 2023, 10:42
Forum: Ask for Help (v1)
Topic: Making the Remote TreeView class work
Replies: 19
Views: 9077

Re: Making the Remote TreeView class work

b) Offsets into 64-bit TVITEMEX structure looks wrong (by 4 bytes). The structure starts with ( https://msdn.microsoft.com/en-us/library/windows/desktop/bb773459(v=vs.85).aspx ): UINT mask; HTREEITEM hItem; UINT state; UINT stateMask; LPTSTR pszText; int cchTextMax; Only HTREEITEM and LPTSTR are 64...
by Inserio
20 Nov 2023, 01:24
Forum: Ask for Help (v1)
Topic: ComObj Windows Shell - documentation question
Replies: 8
Views: 1820

Re: ComObj Windows Shell - documentation question

Sorry to resurrect this but I came here looking for some details about this and struggled like the rest. That is, until I went to PowerShell instead. If anyone gets stuck with this again, you'll probably have a much easier time (at least from a practical perspective) going through the results using ...
by Inserio
09 Mar 2021, 22:47
Forum: Ask for Help (v1)
Topic: Problems with global hotkey for Tidal
Replies: 3
Views: 1175

Re: Problems with global hotkey for Tidal

I ended up using Acc.ahk to accomplish this. I've changed the logic of this to search for the now playing panel dynamically, instead of relying on hardcoded paths that appeared to break after a version update. It's also a bit more optimized, both by using a custom breadth first search, since the med...
by Inserio
29 Jul 2018, 14:54
Forum: Editors
Topic: Sublime Text Resources - [plugins, lang files, etc.]
Replies: 17
Views: 34228

Re: Sublime Text Resources - [plugins, lang files, etc.]

Also, CHM Lookup is awesome. For anyone looking to implement tmplinshi's CHM Lookup on ST3 with Python3 for Windows there are a few adjustments. For those less inclined to mess with the updating... ST3 Path Change: Pathing doesn't contain 'Data'; 'C:\Users\<user>\AppData\Roaming\ Data\ Sublime Text...

Go to advanced search