Thank you. I'm not sure how to determine and fill in this type of dialog. There is nothing to fill in in this dialog , which means that the Menu is useless here. It has too few fields, and QuickSwitch can start confusing dialogs if they don't have unique fields...
Updated QuickSwitch [AutoHotkey]
Re: Updated QuickSwitch [AutoHotkey]
Re: Updated QuickSwitch [AutoHotkey]
Understandable, because most apps of this type don't support "Browse for Folder" dialogs. They are tricky.
What I don't understand is why programmers (including Don) use them, because there is a modern "Select Folder" dialog:
EDIT: AI says modern "Select Folder" dialog was introduced in Windows Vista.
What I don't understand is why programmers (including Don) use them, because there is a modern "Select Folder" dialog:
EDIT: AI says modern "Select Folder" dialog was introduced in Windows Vista.
Last edited by xy123 on 24 Apr 2025 14:54, edited 1 time in total.
Re: Updated QuickSwitch [AutoHotkey]
Sorry, I meant modern "Select Folder" dialog was introduced in Windows Vista.
Re: Updated QuickSwitch [AutoHotkey]
βeta v1.4.5
- Added "always Auto Switch" setting
- Changed "Show menu..." and "Open menu..." ini param names (please change them again in settings)
- Simplified determining file dialog type
- Fixed switching between Menu options
Re: Updated QuickSwitch [AutoHotkey]
I can't add it because there's no Edit field. And I cant send full path to the tree. It ignores any messages.xy123 wrote: ↑23 Apr 2025 21:18 Did you try it with https://www.softpedia.com/get/System/Fi ... Sync.shtml?
Re: Updated QuickSwitch [AutoHotkey]
βeta v1.4.6
Added "Close old dialog" option in "Menu settings". Some old dialogs are immediately closed after changing the path.
Fixed regressions:
Added "Close old dialog" option in "Menu settings". Some old dialogs are immediately closed after changing the path.
Fixed regressions:
- General (common dialog) closed immediately after opening if “Auto Switch” was enabled.
- The menu did not open after closing the settings.
Re: Updated QuickSwitch [AutoHotkey]
I've changed some code for ListView dialogs. But I cant test it. Can you recommend some apps with ListView file dialog?
Re: Updated QuickSwitch [AutoHotkey]
Maybe IDM? https://www.internetdownloadmanager.com/download.html
When I open its interface, QuickSwitch shows the menu.
When I open its interface, QuickSwitch shows the menu.
Re: Updated QuickSwitch [AutoHotkey]
βeta v1.4.7
Added "Show Menu always" and "Show menu after path selection" options in "Menu settings".
Added "Show Menu always" and "Show menu after path selection" options in "Menu settings".
Re: Updated QuickSwitch [AutoHotkey]
βeta v1.4.8
- Added dialog name to the "Debug" window.
- You can export dialog info and read internal and visible dialog name in the exported file.
- Added .ahk source code archives for all stable βeta versions. Now you can choose any version and run/compile it manually.
- Reduced the timeout of waiting for XYplorer paths (now empty menu appears faster so you can quickly open XY again and switch back to the dialog).
- Fixed checking for dialog buttons.
Re: Updated QuickSwitch [AutoHotkey]
βeta v1.4.9
- Improved Auto Switch and path selection speed.
- Improved logging messages.
- Improved file dialog errors displaying.
- Improved code readability.
- Fixed menu re-appear after disabling Auto Switch.