Req XBMCGUI extras
#1
Rainbow 
ControlList could really use the ability to export and import a list of list items that way they can be added to an array, for easy back-stepping and such. It could also use the ability to have working ContextMenus ... and a .setItemWidth() feature, to allow for a more thumbnail view rather than only list view. ListItem seems to cause acception issues or something when trying to use ControlList.getListItem( # ) to grab them and then add them back in via addItem, addItems or setStaticContent, in some cases crashing xbmc due to too many exceptions.

Would enjoy seeing a animated object for stuff like gif's flv's or such, even a video preview object.

Documentation on ControlGroup is a little light, would be nice to have an easy addItem() for control group so you could add ratiobutton / checkmark objects or the such to them, if there ain't already.

Would be nice to see the type of grouplist that confluence has on home screen in xbmcgui.

Noticed that documentation on a few things failed to cover the use of "_" (an underscore) at the start of some variables, which previously made me think they weren't working, this was definately true on xbmcgui.ControlList for things like the _imageWidth variable.

Would be nice to be able to include a scroll bar on some text areas that automatically adjust one another.

Would be wonderful to see some additional object classes in xbmcgui to play with.
Reply
#2
When you grab a listitem, it doesnt remove it from the list. So why would you add it back in? getListItem just creates the reference to the item in the list (after it has been added).
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCGUI extras0