inputselect() - Drag multiple items

Features wanted...
Post Reply
highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

inputselect() - Drag multiple items

Post by highend »

Would it be possible to select multiple entries in inputselect() and drag and drop them as one group into the desired position when using the 16+512 style(s)?

Atm you'd need to drop every single item one by one, really tedious work if you have a few more of them.

Code: Select all

    $menu = "4|5|6|1|2|3";
    $sel  = inputselect("Change order", $menu, "|", 16+512+16384);
    text $sel;
Why do I request this? I want to write a script that lets the user easily rearrange the

Code: Select all

HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers
keys (for Dropbox, TortoiseSVN, ...)
One of my scripts helped you out? Please donate via Paypal

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

Re: inputselect() - Drag multiple items

Post by admin »

I see. But that is not so easy. Maybe later.

Post Reply