Page 1 of 1

inputselect

Posted: 14 Aug 2026 16:59
by hermhart
I have noticed that since the Glow Up has started, that the inputselect command dialog looks different. Nothing has changed from my script that I use:
$Program = inputselect("Choose a Program", "test1|test2|test3|test4|test5|test6|test7", , 32+8192, , 250, 300, Data);

You can see below, that before it would fit all my list items, now not all the list items fit, and the header seems quite large.

inputselect-old.jpg
v28.30.1100

inputselect-new.jpg
28.30.1800

Is this the new norm and I should just adjust my dialog height?

Re: inputselect

Posted: 14 Aug 2026 21:30
by admin
Adjust it.

Re: inputselect

Posted: 14 Aug 2026 21:32
by hermhart
Will do, thanks.