is there any button action to toggle on-off color feature ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Michael REMY
Senior Member
Senior Member
Posts: 202
Joined: 2010-12-12, 10:05 UTC
Location: Amiens

is there any button action to toggle on-off color feature ?

Post by *Michael REMY »

hi,

i use the plugin wdx_shelldetails to get access to "genre" property of my mp3 files.

Then i use the color feature to customize a color for each type (i use 10 genre).

i noticed the process to colorize the list is strangely long for a list of 70 files whereas i have a fast computer and drive (ssd on 6-core cpu).


so , i search a way to put a button in the tool bar to activate-desactivate the color feature on demand.
Does it exist , or am i the lone person who need it ?

But i didn't find a "togglecolor" macro command ... only an access to config dialog box (with cm_ColorConfig); it takes 3 mouse clics, i can use it but a one-clic toggle option would be perfect....


Best Regards,

Mike
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can try to automate your 3 mouse clicks with e.g. TCFS2:

Code: Select all

TCFS2.exe /ef "tcm(494, 1) eval(send_wait(`+{TAB 5} {ENTER}`, findwnd(`TDLGCONFIGALL`)))"
Post Reply