*.<DIR> in inputselect() context?
Posted: 08 Apr 2023 23:52
It's late and I'm unsure if it ever worked or not...
This one works as expected:
This one does not (no
If it's not a bug (and I didn't mess something up), can you please make
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)?