INTERACT FORUM
Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: JaredH on January 05, 2005, 03:42:16 am
-
I remember some time a couple weeks back JimH saying something about now being able to skin or replace the -/+ expander in the tree with our own Custom Art. Or maybe it was that skinners could use a code in the skin to change it. At any rate, whichever it was, can one of you guys give me a heads up on how to do that?
-
I think that's a skin item. Check the megaskins directories to see if you can find it. Other skinners may know.
-
Here's a sample XML section from a skin that uses this:
<TREE>
<Colors Text="FFFFFF" Back="6B787F" SelectedText="1E3567" SelectedBack="C5C6D3" GridlineBack="EBF8FF"/>
<Entry Name="Selection" TopBorder="0" BottomBorder="0" Bitmap="Tree_Selection.png" NumberImages="2" />
<Entry Name="ExpandButton" Bitmap="Tree_ExpandButton.png" NumberImages="2" />
</TREE>
-
Sweeeet, it worked. Thanks!