EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   General authoring help / discussion (http://www.eqinterface.com/forums/forumdisplay.php?f=12)
-   -   Generic simple problem (http://www.eqinterface.com/forums/showthread.php?t=453)

darkvane 07-31-2002 09:40 PM

Generic simple problem
 
I'm sure there is a very simple answer to this question.

I'm trying to remove a button from a window so I delete the section containing the
<Button item = "PIW_AttackButton"> info down to </Button>

Then I delete the pieces.
<Pieces>PIW_AttackButton</Pieces>

I still get an error that it can't load the PIW_AttackButton.

What am I not getting right here?

Thanks All.

-DV

Pini Uldar 08-01-2002 08:51 AM

Some things are just hardcoded to be there because there's wiring that needs to connect. When that wiring doesn't connect, errors happen.

When you find you can't just remove something because some hard-wiring exists, just change the size to <CX>0</CX> <CY>0</CY>. That will "remove" it but still allow the hard-wiring that's in the EQ code to work.

- Pini

Edit: Changed "can" to "can't" *grin*

Karsan 08-01-2002 08:52 AM

The everquest program itself is what drives which buttons, items, etc. it's looking for in some windows. You can add stuff, but if you try to take stuff out it's expecting to be there, it doesn't like it.

Easiest fix is to set the coordinates for the item to size 0, or to move it to some wild coordinates way off the screen so it doesn't display and then forget about it.

darkvane 08-01-2002 05:17 PM

Thanks guys. I had thought I read somehting like that and tried just reducing to 1,1 and it worked for me.

I will edit to 0,0 and move to just off the window from now on.

Thanks guys.

-DV


All times are GMT -5. The time now is 04:34 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.