<control>
<type>group</type>
<description>group element</description>
<layout>StackLayout</layout>
<posX>0</posX>
<posY>144</posY>
<control>
<description>TV normal push button</description>
<type>button</type>
<id>2</id>
<width>215</width>
<height>47</height>
<label>605</label>
The reason why the buttons are missing is that I currently not support
Code:<control> <type>group</type> <description>group element</description> <layout>StackLayout</layout> <posX>0</posX> <posY>144</posY> <control> <description>TV normal push button</description> <type>button</type> <id>2</id> <width>215</width> <height>47</height> <label>605</label>
I think 'group' should be the next to implement, however I have no info about it (wiki is empty).
Any skinner that can provide me a quick description about the possible layouts and the way they are displayed.
If you try for ex. Blue3 you get the buttons in BasicHome. So mainly its not a button-issue but a GUIGroup issue.
Would be great if somebody could also provide me with info about the other controls that are not described in Wiki.
I'm pretty confident that a skineditor would recieve a very warm welcome
<control>
<type>actiongroup</type>
<description>action menu</description>
<defaultcontrol>4</defaultcontrol>
<onexit>50</onexit>
<buttonX>0</buttonX>
<buttonY>0</buttonY>
<buttonwidth>60</buttonwidth>
<buttonheight>576</buttonheight>
<textureFocus>Action_focus.png</textureFocus>
<textureNoFocus>Action_focus.png</textureNoFocus>
<width>60</width>
<height>720</height>
<dimColor>00ffffff</dimColor>
<control>
<type>image</type>
<posX>15</posX>
<posY>90</posY>
<width>263</width>
<height>430</height>
<texture>Backslide.png</texture>
<colorDiffuse>fffffffff</colorDiffuse>
<visible>!Control.HasFocus(50)</visible>
<animation effect="slide" time="450" start="-300,0" reversible="false">visible</animation>
<animation effect="slide" time="450" end="-300,0" reversible="false">hidden</animation>
</control>
<control>
<type>group</type>
<description>button group</description>
<animation effect="slide" time="450" start="-300,0" reversible="false">visible</animation>
<animation effect="slide" time="450" end="-300,0" reversible="false">hidden</animation>