Hi Jon, Tried to look through the document you pointed out above, however I failed to identify the piece of information I’m looking for.
I’m not sure if the skinning documentation in the zipped 3.2 package is updated or not, and if they are it seems I misunderstood a feature implementation and this is simply not possible :o(
But I try to ask and see if you are able to point me in a direction where I can solve this.
I need to set a parent tabid for the treeview control in a skin. And I thought that I just needed to do this in the XML file. Is this doable?
<Object>
<Token>[TREEVIEW:2]</Token>
<Settings>
<Setting>
<Name>??Key??</Name>
<Value>??TabID??</Value>
</Setting>
</Settings>
</Object>
I’m also trying to remove the TreeView to render the pictures
<Setting>
<Name>NodeClosedImage</Name>
<Value></Value>
</Setting>
<Setting>
<Name>NodeOpenImage</Name>
<Value></Value>
</Setting>
<Setting>
<Name>NodeLeafImage</Name>
<Value></Value>
</Setting>
Cheers,
/Rob