Page 1 of 1

inputselect() - Drag multiple items

Posted: 03 Feb 2024 12:30
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, ...)

Re: inputselect() - Drag multiple items

Posted: 03 Feb 2024 13:16
by admin
I see. But that is not so easy. Maybe later.