This one works as expected:
Code: Select all
$list = <<<>>>
Temp|D:\Temp|*.<DIR>
Tools|D:\Tools|:ghost
>>>;
$sel = popupmenu($list, 6:=<crlf>, 7:="|");
*.<DIR> icon is shown for the first entry):
Code: Select all
$list = <<<>>>
Temp|D:\Temp|*.<DIR>
Tools|D:\Tools|:ghost
>>>;
$sel = inputselect("Select task(s)...", $list, <crlf>, 1+2+1024, , 150, 350, , , ":sync");
*.<DIR> available for inputselect() as well (when used with 1024 ofc)?
XYplorer Beta Club