Normal
Hey,danke Der tipp mit dem Knopf der FB war sehr gut Ich habe heute schon probiert die "action" auf 99 zu legen leider ohne Erfolg.Welches xml files war es ? topbar.xml?Da steht auch 2mal action drin. Hat das was zu bedeuten?Aus topbar.xml[CODE] <control> <description>Exit button</description> <type>button</type> <id>310</id> <posX>867</posX> <posY>18</posY> <width>23</width> <height>25</height> <textureFocus>button_shutdown_focus.png</textureFocus> <textureNoFocus>button_shutdown_nofocus.png</textureNoFocus> <action>97</action> <label>-</label> <action>97</action> <onleft>33</onleft> <onright>611</onright> <onup>31</onup> <ondown>2</ondown> <animation effect="zoom" start="100,100" end="120,120" time="100">focus</animation> <animation effect="zoom" start="120,120" end="100,100" time="300">unfocus</animation> </control>[/CODE]
Hey,
danke
Der tipp mit dem Knopf der FB war sehr gut
Ich habe heute schon probiert die "action" auf 99 zu legen leider ohne Erfolg.
Welches xml files war es ? topbar.xml?
Da steht auch 2mal action drin. Hat das was zu bedeuten?
Aus topbar.xml
[CODE]
<control>
<description>Exit button</description>
<type>button</type>
<id>310</id>
<posX>867</posX>
<posY>18</posY>
<width>23</width>
<height>25</height>
<textureFocus>button_shutdown_focus.png</textureFocus>
<textureNoFocus>button_shutdown_nofocus.png</textureNoFocus>
<action>97</action>
<label>-</label>
<onleft>33</onleft>
<onright>611</onright>
<onup>31</onup>
<ondown>2</ondown>
<animation effect="zoom" start="100,100" end="120,120" time="100">focus</animation>
<animation effect="zoom" start="120,120" end="100,100" time="300">unfocus</animation>
</control>
[/CODE]