%1 defaulticon for .ani files too

Ideas for improvements and requests for new features in XnView Classic

Moderators: helmut, XnTriq, xnview

Post Reply
User avatar
ckv
Posts: 786
Joined: Wed Feb 02, 2005 2:30 pm
Location: Glow
Contact:

%1 defaulticon for .ani files too

Post by ckv »

Ico and cur file associations already has the "%1" defaulticon (The files "own icon"). Ani files should also have the %1 defaulticon.
XnView Tweak UI - Tool to customize your XnView beyond the regular XnView options.
UI-less Settings - Documentation of all the hidden settings in XnView.
XFAM - Tool to create and customize XnView file associations.
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

Re: %1 defaulticon for .ani files too

Post by helmut »

ckv wrote:Ico and cur file associations already has the "%1" defaulticon (The files "own icon"). Ani files should also have the %1 defaulticon.
Could you/someone explain a bit more what "%1" default icon is meant to be?
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Post by XnTriq »

Hello Helmut :)

our Finnish compadre is talking about filetypes with icons inside.
Virtual Plastic ([url=http://www.virtualplastic.net/html/icn_file.html]Changing filetype icons[/url]) wrote:Some filetypes really shouldn't have an icon assigned to them, because they have their own icon inside. This particularly is the case with .ico, .cur and .ani files...

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\anifile\DefaultIcon]
@="%1"
User avatar
ckv
Posts: 786
Joined: Wed Feb 02, 2005 2:30 pm
Location: Glow
Contact:

Post by ckv »

I was counting on that Pierre would know exactly what I mean. :D

This pic will demonstrate the problem with the curren .ani file association:
Image
Last edited by ckv on Mon Jul 14, 2008 12:46 am, edited 1 time in total.
XnView Tweak UI - Tool to customize your XnView beyond the regular XnView options.
UI-less Settings - Documentation of all the hidden settings in XnView.
XFAM - Tool to create and customize XnView file associations.
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

Post by helmut »

ckv wrote:I was counting on that Pierre would know exactly what I mean. :D
Thank you for your explanation, ckv. There's some newbie forum users (like me) who don't know about 1% default icons. ;-)
User avatar
Clo
XnThusiast
Posts: 4441
Joined: Sun Oct 17, 2004 4:57 am
Location: Bordeaux, France
Contact:

In TC…

Post by Clo »

:arrow: helmut et alter

:) Hello !

• That's a feature I can set in Total Commander for *.ICO, *.CUR and *.ANI files. It needed the following registry stuff :

Code: Select all

REGEDIT4

[-HKEY_CLASSES_ROOT\.ico] 
[HKEY_CLASSES_ROOT\.ico] 
@="icofile" 
"PerceivedType"="image" 
"Content Type"="image/x-icon" 

[HKEY_CLASSES_ROOT\.ico\PersistentHandler] 
@="{098f2470-bae0-11cd-b579-08002b30bfeb}" 

[HKEY_CLASSES_ROOT\.ico\UndoClass] 
@="icofile" 

[HKEY_CLASSES_ROOT\.ico\shellex] 

[HKEY_CLASSES_ROOT\.ico\shellex\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}] 


[-HKEY_CLASSES_ROOT\icofile] 
[HKEY_CLASSES_ROOT\icofile] 
@="Ikon" 
"ImageOptionFlags"=dword:00000000 

[HKEY_CLASSES_ROOT\icofile\DefaultIcon] 
@="%1"
• It's really pleasant and useful… One gets something like below :

Image
:mrgreen: G. - KR
Claude
Clo
Old user ON SELECTIVE STRIKE till further notice
Post Reply