View Single Post
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