Applying theme to an existing silverlight 4 application ?
-
Saturday, February 25, 2012 7:44 AM
Hi friends,
I've an application, a silverlight white board and I want to integrate it into my project. The problem is that, in the project I'm using a BubbleCream theme (silverlight toolkit theme) and I want to apply the same theme to the silverlight white board application. So that, the same look and feel will be there throughout the project. But I can't be able to do that. I'm tired of being trying. When I try to open the white board application in Expression Blend and search for the installed theme then It'll not show. I tried to give the reference to the theme's library file(like System.Windows.Controls.Theming.BubbleCreme.dll). But after referencing the library file, when I try to apply the theme. It appears to be transparent like it's all theming property hass gone. If anybody can help me, here's the link for the silverght white board application.
https://skydrive.live.com/redir.aspx?cid=7529e2a34bfa8106&resid=7529E2A34BFA8106!107&parid=root
All Replies
-
Saturday, February 25, 2012 9:23 AM
Have you tried like this (that I found by googling):
http://www.codeproject.com/Articles/306012/Silverlight-Dynamic-Themes
-
Saturday, February 25, 2012 2:29 PM
Hi mtiede,
Please refer to this post may be you can help me.
-
Monday, February 27, 2012 1:40 AM
hi,
I think the link below will help you:
http://weblogs.asp.net/visualwebgui/archive/2008/02/13/creating-silverlight-themes.aspx
It shows a way to create theme by blend

