Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 11-29-2003, 03:17 AM   #1
Talhallen
A Gray Wolf
 
Join Date: Jul 2003
Server: E Marr
Posts: 4
Default Modifications to the Mortis pet window

Actually, it could apply to any window, Mortis just happens to be using the one I'm using, atm Basically, this is a mod for the 'pet window' that contains three tabs, one for player info, one for pet info, and one for your inventory (clickies). I want to take out this one for clickies. Deleting all of the stuff marked under 'clickies' and refrences to it in the initial constructor statement at the beginning of the XML file only breaks the file, and keeps it from loading. Hmmm! looking for some sort of intermediate guide to XML that could help me find the reason why, instead of an answer Does anyone have a site that they recommend?
Talhallen is offline   Reply With Quote
Old 11-29-2003, 04:02 AM   #2
mortis42
eqmods.mortis42.net
 
mortis42's Avatar
 
Join Date: Aug 2002
Server: Rodcet Nife
Posts: 552
Interface Author - Click to view interfaces
Send a message via ICQ to mortis42 Send a message via AIM to mortis42 Send a message via MSN to mortis42 Send a message via Yahoo to mortis42
Default

With tabbed windows you have multiple screens for all the infomation.

Here is the Hierarchy (using my petwindow as an example):
Code:
PetInfoWindow | |-Pet_Subwindows | |-Player_Page |-Pieces |-Click_Page |-Pieces |-Pet_Page |-Pieces

If you want to remove a tab, delete everything that is referenced in the Pieces section of that tab, then delete the Page for that tab, and finally delete the Reference to that tab from the Pieces section of the Subwindow.

From my wondow you would delete everything between <!-- Click Page --> and <!-- Pet Page --> and then delete this line <Pages>Click_Page</Pages>.
mortis42 is offline   Reply With Quote
Old 11-29-2003, 01:18 PM   #3
Talhallen
A Gray Wolf
 
Join Date: Jul 2003
Server: E Marr
Posts: 4
Default

Thank you very much! I'm taking a single modified window and trying to use it as a learning experience. You've got a very nice window there, just hope to one day be able to further modify it to suit my own needs. Thanks again for the pointer
Talhallen is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 01:23 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI