![]() |
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! |
Lol Nm
OK OK,
I figured it out....I am an idiot The error was in my custom.xml Fixed: <?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> Sorry for wasted bandwidth, but look for my new and improved modded windows SOON!!! |
What was the problem exactly? Incase I or someone else runs into it?
|
The naming of the file within the modded.xml
I posted the wrong xml in my answer above. But the naming was the problem in my reference to Custom._depechenode_statbar2. The file was named incorrectly as custom_depechenode_statbar2 in my custom ui directory. The fix came by changing the file name to _depechenode_statbar2, no need to add the "custom" to the filename. It is already referenced in the custom.xml via include. (duh!! that is why I felt like an idiot.) |
Quote:
|
I agree Landiin, I'm about 99.999% sure that it won't work as posted.
Quote:
I think their format is consistent though. They have eq2ui.xml as the only root node and everything else is just <include>s. The xml tree they build is valid. |
Quote:
And yes the default XML document is correctly formatted. |
Quote:
|
| All times are GMT -5. The time now is 12:45 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI