tablacus / TablacusExplorerAddons

Add-ons for Tablacus Explorer
http://tablacus.github.io/TablacusExplorerAddons/
MIT License
87 stars 12 forks source link

Poiting to icon in dll with Folder List addon #299

Closed duarteframos closed 2 years ago

duarteframos commented 2 years ago

Icons with Folder List Menu Addon

I'm using Folder List Menu addon, and I'd like to use icons in some of my menu entries. Is it possible to use icons stored in a multi resource dll like shell32.dll? If so how can I indicate to the correct icon index number?

According to the wiki you can use #EXTIMG:C:\bin\te\menu\xf.png,16 to point to a single icon or PNG file, where 16 is the size in pixels.

I've tried #EXTIMG:%SystemRoot%\System32\SHELL32.dll-9,16 or #EXTIMG:%SystemRoot%\System32\SHELL32.dll:9,16 #EXTIMG:%SystemRoot%\System32\SHELL32.dll#9,16 and non seem to work.

What is the correct syntax here, if any? Additional question, is it possible to specify an icon for a submenu entry?

Filter Icon Changer large size

Secondary issue I have a few custom file type icons setup through Filter Icon Changer addon. Everything works like a charm, but when in thumbnail view (View > Extra Large Icons), icons for files without a thumbnail only show a small version of the icon, about 32x32, despite the icon having larger pictures available.

Example .hdr files, I have made a custom icon for thumbs2

The icon has a 512px size available, but in thumbnail it shows up smaller. thumbs

In the addon I've already set it up as Large Icons as well. Is there a way to force it to show a larger version? thumbs3

tablacus commented 2 years ago

Icons with Folder List Menu Addon

Please try to update an add-on "Folder list menu".

example

#EXTIMG:icon:general,3
C:\
#EXTIMG:icon:shell32.dll,31
C:\
#EXTIMG:font:Segoe UI Emoji,0x1f383
C:\
#EXTIMG:bitmap:ieframe.dll,697,24,0,16
C:\

Filter Icon Changer large size

Please try to update Tablacus Explorer 21.10.26.

https://github.com/tablacus/TablacusExplorer/releases/tag/21.10.26 It is currently a pre-release version.

Regards,

duarteframos commented 2 years ago

Icons with Folder List Menu Addon seem to be working flawlessly, great work, Was about to add those methods to the wiki, but I see you already got ahead of me.

Filter Icon Changer large size seems to be working partially in pre-release version. Larger icons are now available, but I get some popping and flickering between thumb sizes and smaller ones when scrolling the list or hovering an icon.

TE_IconThumbs

Can this be improved?

tablacus commented 2 years ago

I have adjusted it in Tablacus Explorer 21.10.27. Please give it try.

https://github.com/tablacus/TablacusExplorer/releases/tag/21.10.27

Regards,

duarteframos commented 2 years ago

Seems to be stable now, no more flickering or size changes on hover. Icon size is capped though it wont go beyond 64 x 64 now