Home Forum Downloads My Favorites Register FAQ

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 12-09-2002, 08:27 PM   #1
Vixyn
A Shissar Disciple
 
Join Date: Aug 2002
Server: Bristlebane
Posts: 128
Interface Author - Click to view interfaces
Send a message via AIM to Vixyn Send a message via Yahoo to Vixyn
Default An error, caused by my coding perhaps?

I am attempting to direct code a custom image into the EQUI_Animations.xml and EQUI_Templates.xml files. I have successfully done this before, yet now, as I am trying to point it to a file, I get an error every time I try to open it up in SIDLWIDL. Heres the Animations code I editted:

Quote:
<TextureInfo item = "box.tga">
<Size>
<CX>64</CX>
<CY>512</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item = "WDT_Box">
<Cycle>true</Cycle>
<Frames>
<Texture>hotbutton.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>64</CX>
<CY>512</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<TextureInfo item = "block.tga">
<Size>
<CX>256</CX>
<CY>1024</CY>
</Size>
</TextureInfo>
<Ui2DAnimation item = "WDT_Block">
<Cycle>true</Cycle>
<Frames>
<Texture>block.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>1024</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>


The "box.tga" part isn't working, "block.tga" gives me no problems at all.

Editd Templates text (just part of the box.tga area, what I changed):
Quote:
<WindowDrawTemplate item = "WDT_Box">
<Background>box.tga</Background>
<VSBTemplate>
<UpButton>
<Normal>A_VSBUpNormal</Normal>
<Pressed>A_VSBUpPressed</Pressed>


Included ina zip is the TGA files:
Attached Files
File Type: zip tbc.zip (227.2 KB, 1 views)
Vixyn is offline   Reply With Quote
 




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:22 PM.


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