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.
Coloring individual Files
-
djmccartney
- Posts: 24
- Joined: 06 Mar 2012 16:31
Coloring individual Files
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
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
OK - that helps.
Now to create a macro so I can turn the color off & on quickly.
Thanks - Dave
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
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
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 ]
[ this user is asleep ]
-
djmccartney
- Posts: 24
- Joined: 06 Mar 2012 16:31
Re: Coloring individual Files
Thanks to all.
SammaySarkar's suggestion works perfectly. "Ctrl R" to highlight in red, "Ctrl C" to clear.
SammaySarkar's suggestion works perfectly. "Ctrl R" to highlight in red, "Ctrl C" to clear.
XYplorer Beta Club