popup menu icon size?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
rur54
Posts: 46
Joined: 12 Feb 2015 19:52

popup menu icon size?

Post by rur54 »

hi, any way to display bigger icons in popup menu?
I might want to remove "caption" and just display big icons and use "data"... or something like that but not important right now.
Icon size 48 or up to 128 would be good.

Any help is appreciated.
cheers

admin
Site Admin
Posts: 66699
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: popup menu icon size catalog

Post by admin »

Not possible at the moment.

Catalog? Why catalog?

rur54
Posts: 46
Joined: 12 Feb 2015 19:52

Re: popup menu icon size?

Post by rur54 »

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.

Post Reply