Normal
I'm just testing abit and I have som Q's that I want someone to answer:When I make a testbox in my GUI (using MP editor) the text and/or the field doesn't show, what is the problem?[code]<control> <type>textbox</type> <description>message</description> <id>4</id> <posX>216</posX> <posY>184</posY> <width>296</width> <height>288</height> <onleft>3</onleft> <onright>3</onright> <onup>3</onup> <ondown>3</ondown> <image>icon-folder.png</image> <label>-</label> <text> My Text </text> <textcolor>ffb22222</textcolor> <disabledcolor>ffb22222</disabledcolor> <SpinPosX>216</SpinPosX> <SpinPosY>472</SpinPosY> <SpinColor>ffff0000</SpinColor> <textureUp>arrow_round_right_nofocus.png</textureUp> <textureUpFocus>arrow_round_right_focus.png</textureUpFocus> <textureDown>arrow_round_left_nofocus.png</textureDown> <textureDownFocus>arrow_round_left_focus.png</textureDownFocus></control>[/code]Then I would like my plugin to appear under the settings section with is't own section of settings. Is it possible and how is it done if it is?/BigAl
I'm just testing abit and I have som Q's that I want someone to answer:
When I make a testbox in my GUI (using MP editor) the text and/or the field doesn't show, what is the problem?
[code]<control>
<type>textbox</type>
<description>message</description>
<id>4</id>
<posX>216</posX>
<posY>184</posY>
<width>296</width>
<height>288</height>
<onleft>3</onleft>
<onright>3</onright>
<onup>3</onup>
<ondown>3</ondown>
<image>icon-folder.png</image>
<label>-</label>
<text>
My Text
</text>
<textcolor>ffb22222</textcolor>
<disabledcolor>ffb22222</disabledcolor>
<SpinPosX>216</SpinPosX>
<SpinPosY>472</SpinPosY>
<SpinColor>ffff0000</SpinColor>
<textureUp>arrow_round_right_nofocus.png</textureUp>
<textureUpFocus>arrow_round_right_focus.png</textureUpFocus>
<textureDown>arrow_round_left_nofocus.png</textureDown>
<textureDownFocus>arrow_round_left_focus.png</textureDownFocus>
</control>[/code]
Then I would like my plugin to appear under the settings section with is't own section of settings. Is it possible and how is it done if it is?
/BigAl