Page 1 of 1

x64: SC inputselect header is persistent

Posted: 24 Jan 2026 23:53
by jupe
I noticed that in x64 the SC inputselect header param seems to persist during the session, ie if you run this in fresh:

inputselect("HEADER", 4:=1); inputselect("header 2");

you will only see the capitalized first header, even after script ends on subsequent runs during the session. And if your first use of inputselect doesn't use the header param, it seems the header section doesn't show at all for the rest of the session.

Currently using, .0507 but it was the same in earlier beta releases.

Re: x64: SC inputselect header is persistent

Posted: 25 Jan 2026 01:17
by klownboy
Thank you jupe, that explains why I was seeing a "Sort" header when I was using the "Delete" mini tree menu item. If I first sorted the mini trees and then used the delete mini menu item, I saw the header for the sorting. I just checked using v28.10.0507 and the issue still exists. I didn't explain how to properly recreate the problem when I reported it to highend (i.e., using sort first), but it is still a problem. viewtopic.php?p=235659#p235659