INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: JaredH on January 05, 2005, 03:42:16 am

Title: The -/+ expander in the tree...
Post 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?
Title: Re: Kinda OT/Wrong Forum... The -/+ expander in the tree...
Post by: JimH on January 05, 2005, 06:53:28 am
I think that's a skin item.  Check the megaskins directories to see if you can find it.  Other skinners may know. 
Title: Re: The -/+ expander in the tree...
Post by: Matt on January 05, 2005, 08:27:47 am
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>
Title: Re: The -/+ expander in the tree...
Post by: JaredH on January 05, 2005, 08:38:55 pm
Sweeeet, it worked. Thanks!