Search found 86 matches
- 06 Feb 2021, 04:01
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer v4
- Replies: 168
- Views: 30590
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Hi Marius, on my not very new PC there is a noticeable lag when navigating from one photo in fullscreen or large window view to the next/previous. Is there some setting to reduce that delay, perhaps an option to preload/cache the N next/previous full images in memory? Your program is growing more co...
- 19 Jan 2021, 18:06
- Forum: Ask For Help
- Topic: ComObj Windows Shell - documentation question
- Replies: 7
- Views: 271
Re: ComObj Windows Shell - documentation question
This might be useful: Yes, that helps. I expanded it to also get "Class" values. For Window in ComObjCreate("Shell.Application").Windows { Info := "" Try Info .= Window.FullName Info .= "`n--------------------`n" Info .= "Element: Interface Name (Class)" Info .= "`n--------------------`n" Info .= "...
- 14 Jan 2021, 18:45
- Forum: Ask For Help
- Topic: ComObj Windows Shell - documentation question
- Replies: 7
- Views: 271
Re: ComObj Windows Shell - documentation question
Thanks for the feedback. I hadn't used Shell.NameSpace for windowless COM scripting before, nice to learn new things. I looked again at the Microsoft docs. Here is my updated attempt to fill in the gap. I'm trying to spell out every step to make it stick in my memory. Perhaps I'm still missing or co...
- 13 Jan 2021, 10:00
- Forum: Ask For Help
- Topic: ComObj Windows Shell - documentation question
- Replies: 7
- Views: 271
Re: ComObj Windows Shell - documentation question
there are so many example already on the forum https://www.autohotkey.com/boards/viewtopic.php?f=6&t=35041 https://www.autohotkey.com/boards/viewtopic.php?f=7&t=31755 be specific what are you up to ? The linked resources/example by jeeswg are great but not what I'm asking for. I'm looking for Micro...
- 13 Jan 2021, 04:32
- Forum: Ask For Help
- Topic: ComObj Windows Shell - documentation question
- Replies: 7
- Views: 271
ComObj Windows Shell - documentation question
We can use ComObjCreate to interact with an Explorer window. ;HWND to the active Explorer window handle := WinExist("A") for window in ComObjCreate("Shell.Application").Windows if (window.hwnd = handle) { sfv := window.Document path := sfv.Folder.Self.Path ;do something with path to the active Explo...
- 03 Dec 2020, 04:08
- Forum: Ask For Help
- Topic: Firefox 83 breaks javascript in URL bar (again)
- Replies: 1
- Views: 192
Re: Firefox 83 breaks javascript in URL bar (again)
Javascript bookmarklets still work for me in Firefox 83.0
- 16 Nov 2020, 08:07
- Forum: Editors
- Topic: new vscode extension allows advanced AHK V1/V2 debugging
- Replies: 39
- Views: 6503
Re: new vscode extension allows advanced AHK V1/V2 debugging
It looks like it should be possible since accLocation is one of the methods supported for carets. Reference: https://docs.microsoft.com/en-us/windows/win32/winauto/caret That lead me to Acc code by malcev for getting caret position in Chrome. The same approach worked also in VS Code, even on the sa...
- 16 Nov 2020, 05:07
- Forum: Editors
- Topic: new vscode extension allows advanced AHK V1/V2 debugging
- Replies: 39
- Views: 6503
Re: new vscode extension allows advanced AHK V1/V2 debugging
I don't get the script to work on my PC. In fact Acc doesn't read any content from the VS Code window when I try with jeeswg's JEE_AccGetTextAll function . I don't know. The JEE_AccGetTextAll function and other Acc functions just work for me, and I haven't changed any settings on my system to get t...
- 15 Nov 2020, 06:30
- Forum: Editors
- Topic: new vscode extension allows advanced AHK V1/V2 debugging
- Replies: 39
- Views: 6503
Re: new vscode extension allows advanced AHK V1/V2 debugging
This isn't the most elegant solution, but it works. The bottom of the editor window displaying the status bar needs to visible when the window is active (i.e., not hanging off the screen or turned off). It requires the Accessible Viewer Library which can be downloaded here . I don't get the script ...
- 11 Nov 2020, 11:21
- Forum: Suggestions on documentation improvements
- Topic: Add word 'header' to ListView Hdr paragraph, to make that option easier to find with search
- Replies: 2
- Views: 588
- 09 Nov 2020, 15:32
- Forum: Ask For Help
- Topic: Start file drag drop from AutoHotkey GUI to any other window and use/mimic File Explorer drag drop
- Replies: 0
- Views: 190
Start file drag drop from AutoHotkey GUI to any other window and use/mimic File Explorer drag drop
I want to drag and drop files from an AutoHotkey GUI ListView to any other application window and as far as possible use or mimic the visuals and functionality of dragging files from File Explorer in Windows 10. Functionality - Press Shift while dragging and the action changes from "Copy to" to "Mov...
- 09 Nov 2020, 14:24
- Forum: Suggestions on documentation improvements
- Topic: Add word 'header' to ListView Hdr paragraph, to make that option easier to find with search
- Replies: 2
- Views: 588
Add word 'header' to ListView Hdr paragraph, to make that option easier to find with search
https://www.autohotkey.com/docs/commands/ListView.htm#Options Change Hdr: Specify -Hdr (minus Hdr) to omit the special top row that contains column titles. To make it visible later, use GuiControl, +Hdr, MyListView. to Hdr: Specify -Hdr (minus Hdr) to omit the header (the special top row that contai...
- 24 Sep 2020, 06:35
- Forum: Scripts and Functions
- Topic: [CLASS] LiveThumb - DWM thumbnail implementation
- Replies: 7
- Views: 2630
Re: [CLASS] LiveThumb - DWM thumbnail implementation
cyruz Could this be extended to include the mouse pointer or something representing the mouse pointer position? edit I extended the example script to transfer left mouse button clicks on LiveThumb to the same position on the source window. #SingleInstance force #Include LiveThumb.ahk Run, mspaint.e...
- 16 Sep 2020, 17:09
- Forum: Scripts and Functions
- Topic: WindowList - Viewer and manipulation of window data
- Replies: 4
- Views: 476
Re: WindowList - Viewer and manipulation of window data
Kind of like Window Spy but for keyboard use - I like it! Got this error Error: Call to nonexistent function. Specifically: Acc_Get Solved by including Acc #Include Acc.ahk The menu action "Get Acc" can takes a little while for the Acc data listview to show up. Maybe add a visual cue that the comman...
- 12 Sep 2020, 13:19
- Forum: Scripts and Functions
- Topic: Emoji() : 40 unicode icons
- Replies: 14
- Views: 931
Re: Emoji() : 40 unicode icons
Nice script SKAN! Just FYI the Win10 bundled emoji picker is about to get a rework soon, see https://blogs.windows.com/windows-insider/2020/09/02/announcing-windows-10-insider-preview-build-20206/. But I like having your function as an alternative. Emoji script v0.21 by SKAN on D397/D39A The D397/D3...
- 04 Sep 2020, 17:31
- Forum: Editors
- Topic: Wish: one VS Code editor AutoHotkey extension to rule them all
- Replies: 2
- Views: 481
Re: Wish: one VS Code editor AutoHotkey extension to rule them all
Some languages do have very clear go to extensions. For example the Python one with 25 million installs. You can be pretty certain that changes in newer versions of Python will quickly be reflected there. Not so with a lot of the smaller extensions. They may have niche uses but aren't the first thin...
- 04 Sep 2020, 11:38
- Forum: Editors
- Topic: Wish: one VS Code editor AutoHotkey extension to rule them all
- Replies: 2
- Views: 481
Wish: one VS Code editor AutoHotkey extension to rule them all
The general purpose code editor VS Code has 11 million active users and is the most popular in Stack Overflow Developer Survey This means that anyone who is a programmer and encounters AutoHotkey for the first time is likely to have VS Code installed already. Unfortunately there is currently no defi...
- 17 Aug 2020, 11:10
- Forum: Scripts and Functions
- Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!
- Replies: 379
- Views: 168637
Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!
Worth mentioning again that the latest release on https://github.com/G33kDude/Chrome.ahk/releases is Chrome.ahk_v1.2.zip and its file Chrome.ahk has a typo. Search for App Pahs\chrome.exe and replace with App Paths\chrome.exe
- 07 Aug 2020, 07:11
- Forum: Scripts and Functions
- Topic: Font Picker and Color Picker - 2020/05/05
- Replies: 3
- Views: 1369
Re: Font Picker and Color Picker - 2020/05/05
AHK v1 Font Picker gives this error
What is the point of having two GUI edit fields?
But it works after commenting out the #Include line in the script.Error at line 16.
#Include file "_Font_Picker_Dialog.ahk" cannot be opened.
What is the point of having two GUI edit fields?
- 28 Jul 2020, 12:34
- Forum: Ask For Help
- Topic: InputHook: limit scope similar to #IfWinActive #If for hotkeys?
- Replies: 3
- Views: 1794
Re: InputHook: limit scope similar to #IfWinActive #If for hotkeys?
Back at this... When the "V" option is off we can in the callback still send the key to the underlying window without that too being blocked by the InputHook if we temporarily adjust the SendLevel. InputHook.MinSendLevel := 100 Send %key% InputHook.MinSendLevel := 0 With that I can branch and kind o...