Hello, maybe you would like to help me -klownboy wrote: ↑21 Jan 2026 18:20 Hey highend thanks for the update. I noted a syntax error on the line using SC button. "mintree " has to be quoted at least if syntax checking is on.
"Mini tree context menu|:minitree" button "minitree", 2;
This may be of value to other users, since version 0.2, I added a small hidden script label which simply changes from mini to maxi on a right click so something that simple doesn't require using the menu. My right click in the Edit User Button is:#489; load "<xyscripts>\MiniTreeSwitcher.xys", "_CTB_ICON";and the added hidden label is:
"_CTB_ICON"; if get("#489") {ctbstate("1",); ctbicon(":minitree",); } else {ctbstate("0",);ctbicon(":maxitree", ); }
I tried to use your button but I don't really understand how it is built.
I get the following error message:
How do I enter this? I looked in the help, but unfortunately without success..
Thank you in advance.
XYplorer Beta Club