Adding a button to RapierQualar Mod, so far good, but crashes
#1
Hi, I tried to add an button "Gemist" to my Rapier Qualar Skin, so far everything went okay, but the skin crashes, the question is:
What am I doing wrong,


This is my home.xml file:
http://pastebin.com/DyZFneLQ
Reply
#2
Only had a quick look whilst at work so can't test

but on this part

<control type="image">
<Description>Gemist Category Focus</Description>
<posx>20</posx>
<include>HomeMenuCategoryFocusDim</include>
texture>gemist-text-focus.png</texture>
<aspectratio>keep</aspectratio>
<visible>[Container(850).HasFocus(11)</visible>
<include>HomeMenuCategoryFocusAnim</include>
</control>

is there any reason you have chosen <visible>[Container(850).HasFocus(11)</visible> should it not be 10?
Reply
#3
I tried 10 too, that was after this, Wink
Doesnt work either ;(
Reply

Logout Mark Read Team Forum Stats Members Help
Adding a button to RapierQualar Mod, so far good, but crashes0