- November 14, 2004
- 136
- 2
Hi,
I've downloaded the source of MP and managed to compile it in the VC#Express. Now I'm looking around in the source and feeling a little lost on the first sight
As a starter I want to understand how a (music) view with thumbnails work. I've already found the GUIListControl.cs. There is a _listItems field which contains a list of GUIListItems. I think the _listItems contains the elements the view should display. Is that correct?
What I don't understand: where is the _listItems filled? I only see the initalization with an empty list, I don't see where it's filled with elements... or am I completely wrong?
My target is to display thumbails in parent folders, which don't display thumbnails at the moment.
I've downloaded the source of MP and managed to compile it in the VC#Express. Now I'm looking around in the source and feeling a little lost on the first sight
As a starter I want to understand how a (music) view with thumbnails work. I've already found the GUIListControl.cs. There is a _listItems field which contains a list of GUIListItems. I think the _listItems contains the elements the view should display. Is that correct?
What I don't understand: where is the _listItems filled? I only see the initalization with an empty list, I don't see where it's filled with elements... or am I completely wrong?
My target is to display thumbails in parent folders, which don't display thumbnails at the moment.