How to convert Silverlight XAML to Resource dictionary in Silverlight 2
Posted
by Vecdid
on Stack Overflow
See other posts from Stack Overflow
or by Vecdid
Published on 2010-03-09T16:21:20Z
Indexed on
2010/03/27
6:53 UTC
Read the original article
Hit count: 948
I am looking for the quickest and easiest way to combine two silverlight projects. Once has controls all in Silverlight XAML the other is template driven and uses a template based on a Silverlight resource dictionary. I am looking for some advice and resources on the best and quickest way to do this.
One project is based on this:
Silverlight Image Slider
http://www.silverlightshow.net/items/Image-slider-control-in-Silverlight-1.1.aspx
the other project is based on this:
Open Video Player
http://www.openvideoplayer.com/
I need to move the slider into the player, but the player uses a template and I just don't get how to merge the two as I do not understand resource dictionaries as they are applied to the player. We have completely gutted and made each proiject do what we want, but heck if I can figure out how to combine them.
© Stack Overflow or respective owner