Mono Support Can't find InitAlbumCovers(albums); (Closed)

Viewed 16286 time(s), 3 post(s), 12/22/2011 2:44:15 AM - by grant.stone007
12/22/2011 2:44:15 AM
647 Reputation 69 Total posts

In a related Topic (click here), some example code was given for a custom GetAlbums() method. IN the GetAlbums() methind a call is made to InitAlbumCovers(albums);

I am working on my own GetAlbums() method modeled after the sample code but I can seem to find a reference to method named InitAlbumCovers() anywhere in the MonoX API.

Can you help me locate it?

1
12/22/2011 1:09:48 PM
647 Reputation 69 Total posts

I realize now that this method probably only populated a snFile object into the albums collection. I achieved this same result by putting the following line of code in my custom lvItems_OnItemDataBound() method and it works.

album.AlbumCoverSnFile = AlbumRepository.GetInstance().GetAlbumCoverFile(album.Id);

Thank you and I will close this topic.

2
12/22/2011 3:15:52 PM
15993 Reputation 2214 Total posts

Ok, great to here that you solved the issue, our QA team is testing your other issues and we will get back to you soon,

Regards

3
This is a demo site for MonoX. Please visit Mono Software for more info.