I have the same problem as Surin. Parley windows is black when I install it in DroxUI.
EDIT : I have made it work. You need to follow the read me AND put in comment the following lines in the index.xml file:
<!-- Window filename="DiplomacyComponents\VGUIParleyCard.xml"/!-->
<!-- Window filename="VGUIParleyStrategy.xml"/ -->
Also it's imperative in the skininfo.xml file to add the textures file for tinystrat in a separate part from the other mod texture files.
Here is what works
<!-- Custom Animations -->
<AnimationDefinitions directory="Textures">
<AnimationDefinition filename="DroxParts.xml"/>
<AnimationDefinition filename="BookParts.xml"/>
<AnimationDefinition filename="HUDs.xml"/>
<AnimationDefinition filename="Tree.xml" />
<AnimationDefinition filename="mothers_widgets_01.xml"/>
</AnimationDefinitions>
<!--FOZZIK CUSTOM GRAPHICS-->
<AnimationDefinitions directory="Textures">
<AnimationDefinition filename="FozzDiplomacy.xml"/>
</AnimationDefinitions>
<!--END FOZZIK CUSTOM GRAPHICS-->
BUT the following doesn't and I really would like to understand why (as it works for all the other mods)
<!-- Custom Animations -->
<AnimationDefinitions directory="Textures">
<AnimationDefinition filename="DroxParts.xml"/>
<AnimationDefinition filename="BookParts.xml"/>
<AnimationDefinition filename="HUDs.xml"/>
<AnimationDefinition filename="Tree.xml" />
<AnimationDefinition filename="mothers_widgets_01.xml"/>
<AnimationDefinition filename="FozzDiplomacy.xml"/>
</AnimationDefinitions>
This should work in the same way .....