Search found 417 matches

by Norn
01 Apr 2024 16:23
Forum: Bug Reports
Topic: XY extremly slow response (seems freezing) and buggy
Replies: 18
Views: 2191

Re: XY extremly slow response (seems freezing) and buggy

@Skettalee
If you have Everything tool installed, you can try adding a custom column.
EverythingFolderSize column.gif
EverythingFolderSize column.gif (1.02 MiB) Viewed 103 times
by Norn
26 Mar 2024 20:14
Forum: Tips & Tricks, Questions & Answers
Topic: Shared Tag File Size, 2nd try
Replies: 9
Views: 1134

Re: Shared Tag File Size, 2nd try

I saved the tags to ADS (Alternate Data Stream), but it requires NTFS partition format, and Everything 1.5a supports searching ADS.
For backup: WinRAR can compress and save ADS, tick the option or via command line. Or write a script.
by Norn
26 Nov 2023 16:38
Forum: Script Exchange
Topic: [AutoHotkey v2] Redirect Explorer Windows
Replies: 8
Views: 869

Re: [AutoHotkey v2] Redirect Explorer Windows

I added wildcard support in v1.0.5. This PC, Home, etc. need to use CLSID, such as ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} , or use a script to get it: #Requires AutoHotkey v2.0 f3:: ; Press F3 to get the Explorer Selection { explorerItems := explorerGetSelection() msgbox("Path Copied!`n"...
by Norn
26 Nov 2023 12:22
Forum: Script Exchange
Topic: [AutoHotkey v2] Redirect Explorer Windows
Replies: 8
Views: 869

Re: [AutoHotkey v2] Redirect Explorer Windows

Try v1.0.4.

Code: Select all

[excludeList_OnePerLine]
::{26EE0668-A00A-44D7-9371-BEB064C98683}
E:\Test
by Norn
04 Nov 2023 17:03
Forum: Bug Reports
Topic: Command "setthumb" not working for folders
Replies: 1
Views: 182

Command "setthumb" not working for folders

Starting with v24.40.0207.

Code: Select all

setthumb , "D:\Pic.jpg"
by Norn
18 Oct 2023 17:39
Forum: Bug Reports
Topic: The variable <newpath> in the Switch tabs of the CEA is empty
Replies: 1
Views: 170

The variable <newpath> in the Switch tabs of the CEA is empty

New instance of latest beta, CEA variables don't have any values when switching tabs, assign script to: Configuration | General | Custom Event Actions | Switch tabs echo "Special: " . <newpathspecial> . "<crlf>New: " . <newpath> . "<crlf>Old: " . <oldpath>
by Norn
26 Sep 2023 17:22
Forum: Other Software
Topic: file open/save dialog replacement
Replies: 7
Views: 5124

Re: file open/save dialog replacement

I played around with it again. :) 1) The ControlSetText function causes problems, use the EditPaste function instead. 2) Display automatically, press F4 to switch display. 3) Right-click will close Guis and navigate. 4) Support browse dialog. 5) Automatic second Gui size. 6) Automatically update XY ...
by Norn
23 Sep 2023 23:45
Forum: Script Exchange
Topic: [AutoHotkey v2] Redirect Explorer Windows
Replies: 8
Views: 869

[AutoHotkey v2] Redirect Explorer Windows

The redirection process hides the Explorer window and is normally invisible. The ini file is a configuration file and can be modified according to needs. RedirectExplorerWindows_TrayMenu.png CLSID list v1.0.6: Redirect Recycle Bin, correct regular expression. v1.0.5: Added wildcard support to exclud...
by Norn
18 Sep 2023 23:17
Forum: Other Software
Topic: file open/save dialog replacement
Replies: 7
Views: 5124

Re: file open/save dialog replacement

I played around with the AutoHotkey script a bit. Press F4 in the open/save dialog to display the queue Guis. The Gui on the right displays the XY tabs. I like using Listary. Queue Guis (File open or save dialog path switcher).png ImageButtons (Floating toolbar) Borderless &amp; Simplified versi...
by Norn
17 Sep 2023 13:38
Forum: Script Exchange
Topic: [AutoHotkey] ImageButtons (Floating toolbar)
Replies: 5
Views: 831

Re: [AutoHotkey] ImageButtons (Floating toolbar)

Queue Guis version. Note: Press F4 to display the queue Guis. When running for the first time, an error may occur if you press the shortcut key before Gui initialization is completed. Right clicking will run the script, if set, and then hide the Gui, clicking on a non-Gui window will also hide the g...
by Norn
14 Sep 2023 22:53
Forum: Script Exchange
Topic: [AutoHotkey] ImageButtons (Floating toolbar)
Replies: 5
Views: 831

Re: [AutoHotkey] ImageButtons (Floating toolbar)

E4.png
E4.png (2.64 KiB) Viewed 830 times
E5.png
E5.png (1.74 KiB) Viewed 830 times
E6.png
E6.png (1.79 KiB) Viewed 830 times
by Norn
14 Sep 2023 22:52
Forum: Script Exchange
Topic: [AutoHotkey] ImageButtons (Floating toolbar)
Replies: 5
Views: 831

Re: [AutoHotkey] ImageButtons (Floating toolbar)

E3.gif
E3.gif (599.04 KiB) Viewed 830 times
Format.png
Format.png (18.69 KiB) Viewed 830 times
by Norn
14 Sep 2023 22:50
Forum: Script Exchange
Topic: [AutoHotkey] ImageButtons (Floating toolbar)
Replies: 5
Views: 831

Re: [AutoHotkey] ImageButtons (Floating toolbar)

E2.png
E2.png (1.25 KiB) Viewed 830 times
by Norn
14 Sep 2023 22:49
Forum: Script Exchange
Topic: [AutoHotkey] ImageButtons (Floating toolbar)
Replies: 5
Views: 831

[AutoHotkey] ImageButtons (Floating toolbar)

CreateImageButton() is an AutoHoekey script that can customize button colors.
E1.gif
E1.gif (101.49 KiB) Viewed 831 times
ImageButtons (Floating toolbar).zip
(131.01 KiB) Downloaded 74 times