PDA

View Full Version : Request to mod python Dialog select


BigBellyBilly
2008-02-13, 18:08
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

Nuka1195
2008-02-13, 18:36
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.

BigBellyBilly
2008-02-13, 18:50
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.