Seems the addition of parameters and requiring of quoting the path has broken dragging files to a program to do an Open Selected Item(s) With.
Ctrl+Shift+Click works as a replacement, but could we get drag and drop support back?
[6.50.0003] Broken: Catalog, Program, Drag and Drop
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: [6.50.0003] Broken: Catalog, Program, Drag and Drop
Works here. How does your catalog item look?
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
These show the icon, work via context menu, but not drag and drop. Opens a single instance.
"C:\program files\textpad 4\textpad.exe" -m
"C:\program files\textpad 4\textpad.exe" -m <items>
These don't show the icon and don't work at all (which should be correct)
C:\program files\textpad 4\textpad.exe -m
C:\program files\textpad 4\textpad.exe -m <items>
This shows the icon, works via menu and drag and drop, and opens a single instance for all files.
"C:\program files\textpad 4\textpad.exe"
This shows the icon, works via menu and drag and drop, but opens separate instances for each file.
C:\program files\textpad 4\textpad.exe
Some more:
Doesn't show the icon and doesn't work at all (expected)
C:\program files\textpad 4\textpad.exe <items>
Shows the icon, works via menu, does not work via drag and drop, and opens separate instances for each file.
"C:\program files\textpad 4\textpad.exe" <items>
EDIT: Tried with 6.50.0004 and same results.
"C:\program files\textpad 4\textpad.exe" -m
"C:\program files\textpad 4\textpad.exe" -m <items>
These don't show the icon and don't work at all (which should be correct)
C:\program files\textpad 4\textpad.exe -m
C:\program files\textpad 4\textpad.exe -m <items>
This shows the icon, works via menu and drag and drop, and opens a single instance for all files.
"C:\program files\textpad 4\textpad.exe"
This shows the icon, works via menu and drag and drop, but opens separate instances for each file.
C:\program files\textpad 4\textpad.exe
Some more:
Doesn't show the icon and doesn't work at all (expected)
C:\program files\textpad 4\textpad.exe <items>
Shows the icon, works via menu, does not work via drag and drop, and opens separate instances for each file.
"C:\program files\textpad 4\textpad.exe" <items>
EDIT: Tried with 6.50.0004 and same results.
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Ah, dropping on items with params... the user is ahead of the maker...TheQwerty wrote:These show the icon, work via context menu, but not drag and drop. Opens a single instance.
"C:\program files\textpad 4\textpad.exe" -m
"C:\program files\textpad 4\textpad.exe" -m <items>
These don't show the icon and don't work at all (which should be correct)
C:\program files\textpad 4\textpad.exe -m
C:\program files\textpad 4\textpad.exe -m <items>
This shows the icon, works via menu and drag and drop, and opens a single instance for all files.
"C:\program files\textpad 4\textpad.exe"
This shows the icon, works via menu and drag and drop, but opens separate instances for each file.
C:\program files\textpad 4\textpad.exe
Some more:
Doesn't show the icon and doesn't work at all (expected)
C:\program files\textpad 4\textpad.exe <items>
Shows the icon, works via menu, does not work via drag and drop, and opens separate instances for each file.
"C:\program files\textpad 4\textpad.exe" <items>
EDIT: Tried with 6.50.0004 and same results.
Hmhm... looks a bit like a can of worms I opened here with params... It might be wiser to go back one step and do not allow them in catalog. Enter meditation mode...
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Awww... Why can't it function just like the Open With UDC? (Which is working absolutely marvelously!)admin wrote:Ah, dropping on items with params... the user is ahead of the maker...![]()
Hmhm... looks a bit like a can of worms I opened here with params... It might be wiser to go back one step and do not allow them in catalog. Enter meditation mode...
Well, if you give us the ability to add UDCs to the Catalog, I guess I can live with the Catalog not working the way I want for now.
EDIT: Also, without any parameters shouldn't drag and drop work the same as Open Selected Item(s) With, in that it should structure it as a single call? Or have you decided to have them function differently?
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
In theory: yes; in practice: almost yes. For certain reasons drag'n'drop takes a partly different route, hence the differences you noted. But it all will work out.TheQwerty wrote:Awww... Why can't it function just like the Open With UDC? (Which is working absolutely marvelously!)admin wrote:Ah, dropping on items with params... the user is ahead of the maker...![]()
Hmhm... looks a bit like a can of worms I opened here with params... It might be wiser to go back one step and do not allow them in catalog. Enter meditation mode...
Well, if you give us the ability to add UDCs to the Catalog, I guess I can live with the Catalog not working the way I want for now.
EDIT: Also, without any parameters shouldn't drag and drop work the same as Open Selected Item(s) With, in that it should structure it as a single call? Or have you decided to have them function differently?
However, I have to add one thing to the catalog item properties to make it work reliably for all cases! Namely a single/multi-instance option just as in UDC. Reason: behavior here is also controlled by the called apps, so the user must decide/find out which setting works for him.
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
I was beginning to wonder why that option hadn't made it into the catalog.admin wrote:In theory: yes; in practice: almost yes. For certain reasons drag'n'drop takes a partly different route, hence the differences you noted. But it all will work out.
However, I have to add one thing to the catalog item properties to make it work reliably for all cases! Namely a single/multi-instance option just as in UDC. Reason: behavior here is also controlled by the called apps, so the user must decide/find out which setting works for him.
All of that sounds absolutely perfect though!
XYplorer Beta Club