Catalog - Expand certain categories
Posted: 02 Apr 2017 19:08
I know about the Autooptimizecatalog option in "XYplorer.ini" [viewtopic.php?f=5&t=6594#p60629].
But there are some Catalogs that would be nice if they open expanded.
I set Autooptimizecatalog to 1 [on], and use the next code, but catalogs do not load expanded. Is there any misunderstanding in it?
That "e" at 2nd argument isn't to expand the catalog?
Thanks in advance!
But there are some Catalogs that would be nice if they open expanded.
I set Autooptimizecatalog to 1 [on], and use the next code, but catalogs do not load expanded. Is there any misunderstanding in it?
Code: Select all
$cat = "Swap Zone" . ".dat";
catalogload "<xydata>\Catalogs\" . "$cat", "e";Thanks in advance!