Combined state of 1+2 not working

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
kiwichick
Posts: 675
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Combined state of 1+2 not working

Post 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
To see the attached files, you need to log into the forum.
Windows 10 Pro 22H2

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Combined state of 1+2 not working

Post by highend »

Because there can only be one bold entry and you've already made it the first item^^
One of my scripts helped you out? Please donate via Paypal

kiwichick
Posts: 675
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Re: Combined state of 1+2 not working

Post 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.
Windows 10 Pro 22H2

jupe
Posts: 3462
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Combined state of 1+2 not working

Post 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).

eil
Posts: 1866
Joined: 13 Jan 2011 19:44

Re: Combined state of 1+2 not working

Post 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)
Win 7 SP1 x64 100% 1366x768|1900x1080

kiwichick
Posts: 675
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Re: Combined state of 1+2 not working

Post 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 🤦‍♀️
Windows 10 Pro 22H2

Post Reply