Coloring individual Files

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
djmccartney
Posts: 24
Joined: 06 Mar 2012 16:31

Coloring individual Files

Post by djmccartney »

Is there any way to color the file name text (or the background) in a detail file list?

I process (print) multiple PDF files daily and it would be helpful to color code the rush jobs.
sshot-2015-08-28-[1].png
To see the attached files, you need to log into the forum.

highend
Posts: 14994
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Coloring individual Files

Post by highend »

Menu - Favorites - Labels - choose a color?
One of my scripts helped you out? Please donate via Paypal

djmccartney
Posts: 24
Joined: 06 Mar 2012 16:31

Re: Coloring individual Files

Post by djmccartney »

OK - that helps.

Now to create a macro so I can turn the color off & on quickly.

Thanks - Dave

highend
Posts: 14994
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Coloring individual Files

Post by highend »

Code: Select all

    if (tagitems() == 4) { // 4 = green
        tagitems(, "");
    } else {
        tagitems(, 4);
    }
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Coloring individual Files

Post by bdeshi »

there' a default button you can add via right click toolbar > customize toolbar for setting/unsetting all labels.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

djmccartney
Posts: 24
Joined: 06 Mar 2012 16:31

Re: Coloring individual Files

Post by djmccartney »

Thanks to all.

SammaySarkar's suggestion works perfectly. "Ctrl R" to highlight in red, "Ctrl C" to clear.

Post Reply