All buttons are hidden until you move left/righ or up/down. This works
fine an all xml pages except for the xml file "SettingsCategory.xml"
this is the control wich i cant get working:
CODE
<control type="button" id="10">
<description>Default Category Button</description>
<posx>208</posx>
<posy>150</posy>
<label>224</label>
<font>special25</font>
<align>left</align>
<texturefocus>button-focus.png</texturefocus>
<texturenofocus>button-nofocus.png</texturenofocus>
<include>buttonpanelslide</include>
<visible
<allowhiddenfocus="true">ControlGroup(775).HasFocus(10)</visible>
</control>
i have also tried:
CODE
<allowhiddenfocus="true">Control.HasFocus(10)</visible>
The problem is when i move to the left when im in a settings screen the buttons doesent show. But i know
that the control itself is active cause i can navigate between all the buttons and the settings pages are changing.
I have done this on all other pages and there is no problem getting the button panel to slide in nicely.
I have tried everything i know to get this working but to no luck
If i remove the hidden focus the buttons show up and works like intended. help im clueless as to what this
is !
If someone has a SettingsCategory.xml file that has a working hidden button function that works
it would be nice to see it.
Best Regards a hard at work skinner.