@BumblesZERG
The basic BlackWhite skin option in the Emerikol UI used the same Dialog skin that is available with the Viddi Skin option in BobsUI. I also have several items that were available in the Ghost UI as options in BobsUI. You can't generally mix and match parts from different UIs via a simple cut/paste of files. You have to understand how the files are used, how the XML code in the UI works, and where the files need to go.
@Faceloc
When I change versions of the UI, I sometimes move files around and change the directory structure. In other cases I add new directories and files. The OptionChooser program does not "store" the configuration of the UI in a single location. Each time you start the OptionChooser program it scans the directory structure and looks for small files named options.ini in each folder that indicate the "mode" for that option (on or off). The mode setting for each option is what determines the icon that is placed beside each option in the tree list view (Green CheckMark, Grey CheckMark, DarkGrey CheckMark, WebFolder, StarFolder, etc.) when you run the program.
Doing it this way allowed me to add new options without generally worrying about screwing up a previous option that is available. There is currently no feature in the UI that allows you to save the mode for each option and copy it between versions.
When I play with the options, I goto the SI portal in game and place my char there. I then alt tab to desktop, make a selection, alt tab back into game, and then walk through the SI portal to see the effects of the option change. This is also how I tested a lot of the options and typically get screen shots of them.
@elbeee
This is what I posted before about the chat window previously....
You can edit the chat_window.xml file with notepad and remove the background frame to see if you like that look. Find and delete this code from the file to check it out.
<!-- Background -->
<FullResizeImageDef>
<ControlId></ControlId>
<Position>
<X>0</X>
<

>0</Y>
</Position>
<Alignment>
<GrowWidth>true</GrowWidth>
<GrowHeight>true</GrowHeight>
</Alignment>
<TemplateName>fresizeimage_dlg_bg</TemplateName>
<Width>310</Width>
<Height>121</Height>
</FullResizeImageDef>
If you don't like it, just select the chat window style you were using in the OptionChooser program again and it will restore a copy of the original file.
-----signature-----