Home Forum Downloads My Favorites Register FAQ Mark Forums Read

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 01-10-2018, 08:02 AM   #1
erfg12
A Fire Beetle
 
Join Date: Jan 2018
Posts: 3
Default EQUI_CastSpellWnd.xml spellbook btn

I cannot get the spellbook button to appear on EQUI_CastSpellWnd.xml

I uploaded the skin UI I'm working on at https://github.com/erfg12/titanium-classicui

There is some sample code with a working spellbook button, but I can't get it working on mine. Here's the sample theme: http://neondawg.com/~Reg/eq/classic.rar

EQUI_CastSpellWnd.xml ...

Code:
<Button item="CSPW_SpellBook"> <ScreenID>CSPW_SpellBook</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>-1</X> <Y>318</Y> </Location> <Size> <CX>18</CX> <CY>11</CY> </Size> <Style_Transparent>false</Style_Transparent> <TooltipReference>Opens and closes Your Spellbook</TooltipReference> <Style_Checkbox>true</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>A_BookBtnNormal</Normal> <Pressed>A_BookBtnPressed</Pressed> <Flyby>A_BookBtnFlyby</Flyby> <Disabled>A_BookBtnDisabled</Disabled> <PressedFlyby>A_BookBtnPressedFlyby</PressedFlyby> </ButtonDrawTemplate> </Button> <Screen item = "CastSpellWnd"> ......... <Pieces>CSPW_SpellBook</Pieces> ......... </Screen>


EQUI_Animations.xml ...
Code:
<Ui2DAnimation item = "A_BookBtnNormal"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>181</X> <Y>61</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>

It looks correct to me. No errors present in UIErrors.txt

Last edited by erfg12 : 01-10-2018 at 10:23 AM.
erfg12 is offline   Reply With Quote
 



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


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