Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 07-31-2002, 09:40 PM   #1
darkvane
A Gray Wolf
 
Join Date: Jul 2002
Posts: 5
Default 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
darkvane is offline   Reply With Quote
Old 08-01-2002, 08:51 AM   #2
Pini Uldar
A Shissar Disciple
 
Join Date: Jul 2002
Posts: 135
Default

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*

Last edited by Pini Uldar : 08-01-2002 at 08:57 AM.
Pini Uldar is offline   Reply With Quote
Old 08-01-2002, 08:52 AM   #3
Karsan
A Tundra Mammoth
 
Join Date: Jul 2002
Posts: 62
Default

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.
__________________
Karsan Titanstomper
The Shadow Shaman
Karsan is offline   Reply With Quote
Old 08-01-2002, 05:17 PM   #4
darkvane
A Gray Wolf
 
Join Date: Jul 2002
Posts: 5
Default

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
darkvane 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 06:26 PM.


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