Internal Associations - one association, different icons
Moderators: Hacker, petermad, Stefan2, white
Internal Associations - one association, different icons
Please add possibility to define different icons for different extensions under ONE Internal Association
This has been discussed many times.
This has been discussed many times.
Last edited by Gral on 2024-10-13, 20:42 UTC, edited 2 times in total.
Re: Internal Association - different icons
Gral,
Can you link some discussions, please?
Roman
Can you link some discussions, please?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Internal Association - different icons
https://www.ghisler.ch/board/viewtopic.php?p=370086 - partially implemented - for commands only.
There was at least another one - can't find right now
There was at least another one - can't find right now
Re: Internal Association - different icons
Gral,
Thanks.
Roman
Thanks.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Internal Association - different icons
For example, i have something like this in [Associations]
with the new function it could look like this e.g.
But this may be implemented even better, shorter way - just new function with new INI section which take precedence for icons if exist
Code: Select all
Filter1=*.aac *.ac3 *.amr *.ape *.flac *.m4a *.mp3 *.ogg *.snd *.voc *.wav *.wma *.wv
Filter1.icon=%1
Filter1_open=WINAMP.EXE "%1"
Code: Select all
Filter1=*.aac *.ac3 *.amr *.ape *.flac *.m4a *.mp3 *.ogg *.snd *.voc *.wav *.wma *.wv
Filter1.icon.aac=AAC.ICO
Filter1.icon.ape=APE.ICO
Filter1.icon.mp3=MP3.ICO
Filter1.icon.flac=FLAC.ICO
Filter1_open=WINAMP.EXE "%1"
Code: Select all
[Icons]
AAC=AAC.ICO
APE=APE.ICO
MP3=MP3.ICO
FLAC=FLAC.ICO
Re: Internal Association - different icons
Support ++
License #1945
Windows 10 Pro x64
Version 22H2 (OS Build 19045.3930)
TC 11.00 x64 and x86, Everything 1.5.0.1366a x64, QAP 11.6.3.1 x64
Windows 10 Pro x64
Version 22H2 (OS Build 19045.3930)
TC 11.00 x64 and x86, Everything 1.5.0.1366a x64, QAP 11.6.3.1 x64
Re: Internal Associations - one association, different icons
There is many new function and improvements regarding icons - why not this one?
Re: Internal Associations - one association, different icons
Apparently, because the filter can contain other ways of writing mask, as well as templates with regular expressions.
Overquoting is evil! 👎
Re: Internal Associations - one association, different icons
The post you referenced mentions:Gral wrote: 2024-10-13, 20:39 UTC There is many new function and improvements regarding icons - why not this one?
Since TC version 11.00 you can use internal (custom) commands in internal associations. So you can solve that problem by using the same custom em_ command for several associations. Then you only need to change the custom command to change the program for all the images.Stiltzkin wrote: 2010-08-21, 17:24 UTC is there a way to assign a different icon for every extension with this method?
currently i have every image extension (jpg, gif, png, bmp, etc...) assigned to the same programs with the exception of the icon. the icon is different for every file. but its annoying if i want to change the default program for images.
Re: Internal Associations - one association, different icons
2 Fla$her, white
You haven't answered any question, you haven't solved any problem. My question is directed solely to the author. Please don't pollute the thread.
TIA.
You haven't answered any question, you haven't solved any problem. My question is directed solely to the author. Please don't pollute the thread.
TIA.
Re: Internal Association - different icons
Support ++Gral wrote: 2023-05-06, 08:48 UTC But this may be implemented even better, shorter way - just new function with new INI section which take precedence for icons if exist
OS: Win10 | TC: latest x64
Re: Internal Associations - one association, different icons
And I think that I answered the question about the reasons and didn't pollute the thread. Only the author is able to offer a solution. If the question is addressed only to him, you should first specify his nickname. Discussion is not prohibited here, but encouraged. If you disagree with something, it is logical to do it reasonably, and not by asking not to interfere.Gral wrote: 2024-10-14, 16:11 UTC You haven't answered any question, you haven't solved any problem. My question is directed solely to the author. Please don't pollute the thread.
If the extensions in the dialog could be in separate positions/controls, then your request would be clear, and I would agree with and approve it. That is, what it could look like: radio buttons that choose how to specify extensions: through a mask/template, as it is now, or by creating new forms for each extension, approximately as it is done on the cm_ConfigViewModeSwitch page.
Overquoting is evil! 👎