INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: EpF on September 14, 2008, 01:29:11 pm

Title: Tree background image - feature request
Post by: EpF on September 14, 2008, 01:29:11 pm
Any chance of adding a background image for the Tree to the skinning engine? One that would expand and contract when the splitter is dragged?
Title: Re: Tree background image - feature request
Post by: marko on September 14, 2008, 03:42:04 pm
It's there already.
Add to the tree section of the skin config file:
<Entry Name="Background" Bitmap="filename.png" Margins="enter margin requirements" />

In the end, I chose not to use it in my skin as I expected the action window to expand up over the top of it, but what actually happens is that the action window squeezes the tree background up into a smaller area. Have a look at Mr Chriz's "2nd Stage" skin for a working example.

-marko.
Title: Re: Tree background image - feature request
Post by: EpF on September 14, 2008, 04:33:31 pm
Thanks Marko! I haven't checked out Mr Chriz's skin yet, but it sounds like something I could work around.