[6.50.0003] Broken: Catalog, Program, Drag and Drop

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: 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%).

:info: 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.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

[6.50.0003] Broken: Catalog, Program, Drag and Drop

Post by TheQwerty »

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?

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

Post by admin »

Works here. How does your catalog item look?

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Post by TheQwerty »

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.

admin
Site Admin
Posts: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

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.
Ah, dropping on items with params... the user is ahead of the maker... :wink:

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...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Post by TheQwerty »

admin wrote:Ah, dropping on items with params... the user is ahead of the maker... :wink:

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...
Awww... Why can't it function just like the Open With UDC? (Which is working absolutely marvelously!)

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. :P


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:

Post by admin »

TheQwerty wrote:
admin wrote:Ah, dropping on items with params... the user is ahead of the maker... :wink:

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...
Awww... Why can't it function just like the Open With UDC? (Which is working absolutely marvelously!)

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. :P


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?
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.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Post by TheQwerty »

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.
I was beginning to wonder why that option hadn't made it into the catalog.

All of that sounds absolutely perfect though!

Post Reply