Some problems I have that I want to solve... (1 Viewer)

bigal

Portal Pro
September 18, 2005
159
0
Gothenburg
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>


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
 

patrick

Portal Pro
April 20, 2005
608
45
Southeast
Home Country
United States of America United States of America
bigal said:
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 do not think that is possible, that is only available for plugins in CVS.
For other plugins, your plugin will be in the "Plugins" section of the configuration if you use the ISetupForm interface.

HTH,
patrick
 

bigal

Portal Pro
September 18, 2005
159
0
Gothenburg
Thanks, I allready knew that. what do you mean with in the CVS... To change the Settings Section may be the only way to get it their...?

/BigAl
 

Bavarian

Retired Team Member
  • Premium Supporter
  • April 4, 2005
    698
    167
    Germany, Bayern
    Home Country
    Germany Germany
    Yes Label - controll is a One-row text.
    If you are using the MP skin editor you can select controls at the left side and drag it to your window-skin. A type textbox is not included in there therfor
    I am not sure if I understand what you want to do.

    Can you post your complete xml file for myGUI and describe it a little bit more in detail. A other possibility is to come to the IRC.

    Bavarian
     

    Users who are viewing this thread

    Top Bottom