Page 1 of 1

Combined state of 1+2 not working

Posted: 03 Apr 2026 06:47
by kiwichick
In the Help file under "Script Files for the Advanced > Icons, States, and Levels", the examples say:

Code: Select all

"Go C:|C:|1" goto "C:\";  //shown bold
"Go D:|D:|2" goto "D:\";  //shown checked
"Go E:|E:|3" goto "E:\";  //shown bold and checked
When I run them, the last one is checked but not bold.
2026-04-03_174055.png

Re: Combined state of 1+2 not working

Posted: 03 Apr 2026 06:52
by highend
Because there can only be one bold entry and you've already made it the first item^^

Re: Combined state of 1+2 not working

Posted: 03 Apr 2026 09:33
by kiwichick
highend wrote: 03 Apr 2026 06:52 Because there can only be one bold entry and you've already made it the first item^^
Well, it would be 'Help'ful if the Help file said that.

Re: Combined state of 1+2 not working

Posted: 03 Apr 2026 21:09
by jupe
Not everything can always be explicitly stated, sometimes you have to use the provided info and make determinations, eg flag 1 isn't a Bold flag, it is a Default flag, so you can't have 2 defaults (in the same level).

Re: Combined state of 1+2 not working

Posted: 05 Apr 2026 12:57
by eil
kiwichick wrote: 03 Apr 2026 09:33 Well, it would be 'Help'ful if the Help file said that.
+1 here.(even though i already know that)

Re: Combined state of 1+2 not working

Posted: 05 Apr 2026 20:57
by kiwichick
jupe wrote: 03 Apr 2026 21:09 you can't have 2 defaults (in the same level).
Oh geez, of course! Silly me 🤦‍♀️