2007-07-21, 03:20 PM
I'm writing a simple video-library plugin, using BaseButtonListUiTask as the base for my plugin, and its all going ok so far. Except I can't figure out how to re-draw the list part of the view when the user selects (for example) a folder in the list view. I know how to get the list of files and all that, I just cannot figure out how to tell the base-class or the framework that my list content has changed.
I tried just calling uiList.setItemList() again with the new list, but that makes the plugin exit back to the main screen!
I'm sure its something simple but without any examples to work from (I've got the four that Sub posted in the "1.0.8 plugins" thread but they don't cover it as far as I can see).
Any help gratefully received!
cheers
Dronny
I tried just calling uiList.setItemList() again with the new list, but that makes the plugin exit back to the main screen!
I'm sure its something simple but without any examples to work from (I've got the four that Sub posted in the "1.0.8 plugins" thread but they don't cover it as far as I can see).
Any help gratefully received!
cheers
Dronny