Beginning with the Vault 2010 family, file ‘Checked Out’ status is depicted with a change in font color and appearance. Within Vault Explorer for instance, a file checked out to you will appear with bold font and a blue color. Likewise, files checked out to other appear as bold font also, and gray in color.
Based on the image above, you can see where the gray font is a candidate for change. Here’s how to modify this in the 2011 release of Vault:
The file you need to modify is a config file. Be careful and always make a copy of the original. Depending on your Vault level (Workgroup, Collaboration, or Professional 2011) it can be found here: C:\Program Files (x86)\Autodesk\Vault Professional 2011\Explorer\Connectivity.VaultPro.exe.config
Search for the appsettings and the details below, these represent a default install.
<!-- Color format is (#AARRGGBB) -->
<!-- BoldText is a boolean -->
<add key="CheckedOutByCurrentUser.Color" value="#FF1919FA"/>
<add key="CheckedOutByCurrentUser.BoldText" value="true"/>
<add key="CheckedOutByOtherUser.Color" value="#FF808080"/>
<add key="CheckedOutByOtherUser.BoldText" value="true"/>
You can change the colors here. For instance, #FF6495ED for Cornflower Blue (just because) and #FFDAA520 for Goldenrod (nice autumn color) for Current User and Other User respectively.
I’ve also included a color chart for your reference, and now you can modify as needed. This is a per client setting by the way, so make appropriate plans if you’re rolling this out to your users.
Enjoy!
-Brian Schanen

Subscribe
Hello, This is only available for Vault 2011, sorry.
Posted by: Brian Schanen | 10/13/2010 at 09:53
Hello Brian, can we have the same Tips in Vault Manufacturing 2010..?
Posted by: Pierre Lembourg | 10/13/2010 at 04:39
Could we just have the 'x' back for files checked out by others, please?
Posted by: Cory McConnell | 09/20/2010 at 17:21
very cool, thanks for sharing!
Posted by: Justin Williams | 09/20/2010 at 15:53
Any chance to get the color/number chart in some form for the visually impaired? (grin)
btw...this is awesome!
Sometimes it's the little things that help people out
Posted by: Jim Kahle | 09/20/2010 at 13:39