Catalog - Expand certain categories

Features wanted...
Post Reply
rebr
Posts: 41
Joined: 17 Nov 2013 20:30

Catalog - Expand certain categories

Post by rebr »

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?

Code: Select all

$cat = "Swap Zone" . ".dat";
catalogload "<xydata>\Catalogs\" . "$cat", "e";
That "e" at 2nd argument isn't to expand the catalog?

Thanks in advance! :tup:

Post Reply