PDA

View Full Version : value into numeric dialog ?


BigBellyBilly
2007-01-11, 17:13
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:

kbType = 3
d = xbmcgui.Dialog()
value = d.numeric(kbType, "my title")


The normal keyboard allows you to pass a value in:

keyboard = xbmc.Keyboard(currentValue, "my title")


Can it be done ?

cheers
BBB