| | #1 (permalink) |
| Portal User Join Date: Mar 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | I can't find any reply to this topics: 1) Textbox? - http://forum.team-mediaportal.com/pl...textbox-23401/ 2) Editable Textbox? - http://forum.team-mediaportal.com/pl...textbox-21216/ 3) Which Control can I use as a Input-TextBox? - Which Control can I use as a Input-TextBox? No tutorial, no answers.... Please, spare me a minute, and answer - how i can use an Editable Multiline TextBox?? I can see two buttons, but no textbox. Only if i add this string to button_click - text appears, but i can't edit it. Code: GUIControl.ShowControl(GetID, txtbox.GetID); C# code: Code: public class MyClass : GUIWindow, ISetupForm
{
[SkinControlAttribute(2)] protected GUIButtonControl buttonOne=null;
[SkinControlAttribute(3)] protected GUITextControl txtbox=null;
[SkinControlAttribute(4)] protected GUIButtonControl buttonTwo=null;
.....
Code: <control>
<description>Text</description>
<type>textbox</type>
<id>3</id>
<posX>380</posX>
<posY>200</posY>
<visible>yes</visible>
<width>930</width>
<height>450</height>
<font>font11</font>
</control>
|
| | |
| | #3 (permalink) |
| Portal Member Join Date: Nov 2006 Location: Enschede
Posts: 341
Thanks: 6
Thanked 27 Times in 15 Posts
Country: | I don't know the answer, but I've experienced similar problems caused by the lack of documentation. What I usually do is look at a different plugin in which the control is used. For example, My Worldmap has a search feature that uses a (single line) textbox. It should be in the plugins SVN. |
| | |
| | #4 (permalink) |
| Retired Team Member | There is no editable Textbox, this is not a windows-forms app, if you want input you need to bring up the on-screen keyboard. There users can type either with their real keyboard or with their remote using the on-screen one. Then you can retrieve what they typed and if you want display it somewhere or do whatever with it.
__________________ There are only two industries that refer to their customers as "users". - Edward Tufte |
| | |
![]() |
| Bookmarks |
| Tags |
| plz, textbox, wanna |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Textbox? | guppi | MediaPortal Plugins | 1 | 2007-05-21 01:00 |
| Editable Textbox? | Tomato | MediaPortal Plugins | 0 | 2007-03-26 21:22 |
| Newbe help plz | JustFoo | General Support | 0 | 2006-09-20 06:49 |
| My first plugin!! plz help | Craig | MediaPortal Plugins | 2 | 2006-04-20 00:58 |