Page 1 of 1

UI broken? Click here!

Posted: Sun May 15, 2005 6:08 pm
by abstrakt
I take no credit whatsoever for this fix, however I'm cross posting for everyone's use. I was able to fix FreqHTW and I'm sure it'll work with most other UI's in use on this site.

Source: http://www.eqinterface.com/forums/showt ... hp?t=16453

Essentially all you do is edit your EQUI_Animations.xml in your custom UI folder, and at the very end of the file (but before </XML>) you add the following:

Code: Select all

<!-- ADDRESS BOOK BUTTON -->
	 <Ui2DAnimation item = "A_AddressBookBtnNormal">
		<Frames>
			<Texture>window_pieces05.tga</Texture>
			<Location>
				<X>60</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item = "A_AddressBookBtnFlyby">
		<Frames>
			<Texture>window_pieces05.tga</Texture>
			<Location>
				<X>86</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item = "A_AddressBookBtnPressed">
		<Frames>
			<Texture>window_pieces05.tga</Texture>
			<Location>
				<X>112</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item = "A_AddressBookBtnPressedFlyby">
		<Frames>
			<Texture>window_pieces05.tga</Texture>
			<Location>
				<X>138</X>
				<Y>0</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>

	<!-- ADDRESS BOOK SYNC BUTTON -->
	<Ui2DAnimation item = "A_AddressBookSyncBtnNormal">
		<Frames>
			<Texture>window_pieces04.tga</Texture>
			<Location>
				<X>218</X>
				<Y>152</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item = "A_AddressBookSyncBtnFlyby">
		<Frames>
			<Texture>window_pieces04.tga</Texture>
			<Location>
				<X>218</X>
				<Y>178</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item = "A_AddressBookSyncBtnPressed">
		<Frames>
			<Texture>window_pieces04.tga</Texture>
			<Location>
				<X>192</X>
				<Y>204</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
	<Ui2DAnimation item = "A_AddressBookSyncBtnPressedFlyby">
		<Frames>
			<Texture>window_pieces04.tga</Texture>
			<Location>
				<X>218</X>
				<Y>204</Y>
			</Location>
			<Size>
				<CX>26</CX>
				<CY>26</CY>
			</Size>
			<Hotspot>
				<X>0</X>
				<Y>0</Y>
			</Hotspot>
		</Frames>
	</Ui2DAnimation>
That's it, enjoy.