2007-07-31, 12:09 PM
I'm developing (slowly, never enough free time) a video-playing plugin using the 'Hello' plugin example (using BaseButtonListUiTask) as the basis. I'm having trouble figuring out how the various CompositeImage definitions in the skin file map onto stuff in the code.
If one item in the list-view (in details mode) represents a folder, what makes it use the "DetailsViewNormalFolder" or "DetailsViewSelectedFolder" rather than the "DetailsViewNormalItem" image? Put another way, how do I tell the list (UiList object) that a specific item is a folder item and not just a file (for example)?
On a slightly related note, is it ok to override the base class GetRenderList(), and just tack some extra elements of my own onto the end of the render list returned by the base class? I'm hoping I don't need to override render() as well.
cheers
Dronny
If one item in the list-view (in details mode) represents a folder, what makes it use the "DetailsViewNormalFolder" or "DetailsViewSelectedFolder" rather than the "DetailsViewNormalItem" image? Put another way, how do I tell the list (UiList object) that a specific item is a folder item and not just a file (for example)?
On a slightly related note, is it ok to override the base class GetRenderList(), and just tack some extra elements of my own onto the end of the render list returned by the base class? I'm hoping I don't need to override render() as well.
cheers
Dronny