Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ? > READ ME
User Name
Password

 
 
Thread Tools Display Modes
Old 12-08-2002, 01:49 PM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default A_Checkbox

Most commonly appearing in EQUI_AlarmWindow and EQUI_BugReportWnd, this pesky troublemaker keeps rearing its ugly head over and over. While the fix for it was posted way back when, it keeps showing up. Thus, I present it again:

IF you have a custom EQUI_Animations.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.). Using your text editor's Search or Find function, find:

<Ui2DAnimation item = "A_OptionsBtnPressedFlyby">
<Frames>
<Texture>window_pieces02.tga</Texture>
<Location>
<X>52</X>
<Y>198</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

Immediately following that last line, ADD:

<Ui2DAnimation item = "A_CheckBoxNormal">
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>70</X>
<Y>90</Y>
</Location>
<Size>
<CX>11</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

<Ui2DAnimation item = "A_CheckBoxPressed">
<Frames>
<Texture>window_pieces01.tga</Texture>
<Location>
<X>82</X>
<Y>90</Y>
</Location>
<Size>
<CX>11</CX>
<CY>11</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>

Save and close.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM

Last edited by Cairenn : 01-22-2003 at 11:36 AM.
Cairenn is offline  
 



Thread Tools
Display Modes

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:45 AM.


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