Kodi Community Forum

Full Version: control type edit question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys, kodi has <control type="edit"> can somebody explain me how can i get entered string to put it to skin settings?
Thanks
it ain't possible to use an edit control for that.

you need to use Skin.SetString(foo) with a regular button.
can u type example?
Code:
<onclick>Skin.SetString(foo)</onclick>
Tx. I found <label2> for new value )))))