value into numeric dialog ?
#1
Does anyone know if how to pass a value into the numeric dialog (for any of the kbTypes available) ?

Example of numeric entry using the IP dialog:
Code:
        kbType = 3
        d = xbmcgui.Dialog()
        value = d.numeric(kbType, "my title")

The normal keyboard allows you to pass a value in:
Code:
        keyboard = xbmc.Keyboard(currentValue, "my title")

Can it be done ?

cheers
BBB
Retired from Add-on dev
Reply

Logout Mark Read Team Forum Stats Members Help
value into numeric dialog ?0