Im new to MCML programming and I'm writing a 'learning' application right now. My question is what is the best practice for loading Graphics from files dynamically from a specific directory? My first thought is using a Choice object and adding an ArrayListDataSet of the MediaCenter.UI.Images to the Options property of the Choice object. However, in MCMLPad it is throwing an error when I try and import the library in the MCML code as follows...
xmlns:mce="assembly://Microsoft.MediaCenter/Microsoft.MediaCenter.UI"
to use in this fashion...
<
me:ListItem_Image SourceImage="[RepeatedItem!mce:Image]"
Is this correct? Are the SDK libraries available in the MCMLPad or do I need to run this from VMC? Any direction would be appreciated.
Google Calendar Addin
http://code.google.com/p/mcgooglecalendarbeta/