Hi.
Sorry, it was late when I rushed the question.
By catalog I meant context menus you can create for category items in a catalog with popupmenu command.
I have been using autohotkey to create menus and was curious if I can change icon size in xyplorer as I can with ahk.
Currently you have something like "caption;data;icon;state". It "could" be useful, maybe, for certain purpose like moving files around to have option next to icon name for the size. Not sure if people would find it useful.
I thought maybe, it could be possible to script and change iconsize, menu text size or else, but maybe not.
This is from autohotkey (example 2), he has an option for icon size after icon name.
https://autohotkey.com/board/topic/5764 ... reatemenu/
This is what I am was thinking of using it for.
Instead of having menu item text I have to read, I thought it would be easier to spot visual representation. If bigger icons are used instead.
Basically I have "reference" category (for example)
Category Items could be like:
-creature
-character
-environment
-texture
-etc
All Items use the same script. I just have to change target folder lcation if different.
Script uses self("caption") to get name of catalog item and based on that scans $targetDir\$caption to get subfolder names and display them as menu items I can use to quick moveto location.
While adding subfolders, If $target\$caption\$menuItem contains folder.ico then menu item will have an icon, else if will be ether disabled or default.ico will be used.
All works good just that icons are way too small to be used for this purpose.
I hope I explained well.
Again, I was just playing with xyplorer to see what kind of things I can get. Not a programmer so takes me a while to test few simple things.
Not very important, just thought it could be scripted.
Cheers.