Custom File
Ok, I tried to get my two custom windows to work with RoK. If I can get one to work I can do the other so I will focus on the Statbar2 window.
I edited the equi_custom.xml as such:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false" />
<include>_depechenode_statbar2.xml</include>
<include>_depechenode_Inventory.xml</include>
</Page>
Here is the reference in my experience window:
<?xml version="1.0" encoding="utf-8"?>
<Page actiontype="Experience" AlwaysOnTop="False" BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="-671,452" Name="Experience" OnHide="Visible=True" OnShow="show_window=(Custom._depechenode_StatBar2)
show_window=(Custom._depechenode_StatBar2)" ScrollExtent="1598,22" Size="1598,22" UserMovable="true">
File is named in the custom ui directory where all the other files are for my ui are as:
_depechenode_Statbar2.xml
Why will the window STILL not show up??? Please help.
And I did add the eq2ui_custom.xml include to my eq2ui.xml
Any suggestions please!
|