Request to mod python Dialog select
#1
The xbmcgui.Dialog().select is very handy, but would be even more usefull if these suggestions could be added ?


1) Additional params for width, height

2) Additional params for Heading, Options font size

3) Ability to pass in an list of ListItems not just a list of strings.
Most useful primarily to have two columns, which makes it much easier/clearer to display a menu of Options & Value.

Thanks
BBB
Retired from Add-on dev
Reply
#2
the listitem i agree with.

the heading font i do not, it's a skin design and should match the skins. width and height also not sure i agree. you could always create your own pretty easily with a windowxmldialog.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
listitem alone would be really useful as a convenience builtin, but yes, I may have to create a dialog xml to get everything.

thanks for the support on this.
Retired from Add-on dev
Reply

Logout Mark Read Team Forum Stats Members Help
Request to mod python Dialog select0