Skin.setString()
#1
Is there any way to change the "enter the new label" when using Skin.setString().

I have searched and the only way was via the forked mediaportal, I feel that i may be missing something simple.
Sorry if it's obvious.

Thanks.
Reply
#2
nah, not possible.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
You would need something like this In DialogKeyboard.xml:

PHP Code:
<control type="label" id="311">
    <
description>Dialog Header</description>
    <
visible>!StringCompare(Control.GetLabel(311),$LOCALIZE[1029])</visible>
    [...]
</
control>
<
control type="label">
    <
description>Dialog Header (SetString)</description>
    <
visible>StringCompare(Control.GetLabel(311),$LOCALIZE[1029])</visible>
    <
label>Your custom label</label>
    [...]
</
control
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Skin.setString()0