<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx</link><description>I'm building out a website using Silverlight. The more I learn about Silverlight the more I love it - I haven't had this much fun writing code in a long time. This is seriously addicting stuff . One of the things that frustrated me is that many of the</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8374395</link><pubDate>Thu, 10 Apr 2008 12:45:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8374395</guid><dc:creator>new to the light</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I used the xaml provided here as a starting point - it's great.&lt;/p&gt;
&lt;p&gt;However when i first ran my project, I got the error AG_E_PARSER_BAD_PROPERTY_VALUE . . .&lt;/p&gt;
&lt;p&gt;This was caused by Loaded=&amp;quot;UserControl_Loaded&amp;quot; because the handler was not defined.&lt;/p&gt;
&lt;p&gt;Not a major scientific discovery but hopefully it will save someone else a little time.&lt;/p&gt;
&lt;p&gt;Oh yeah - any chance of making 'NavItemGlow_Selected.png' available online as I am crap at creating graphics :).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8405214</link><pubDate>Fri, 18 Apr 2008 02:42:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8405214</guid><dc:creator>jevdemon</dc:creator><description>&lt;p&gt;Thanks &amp;quot;new&amp;quot;,&lt;/p&gt;
&lt;p&gt;I've made a number of improvements to the code so I'll post an update next week. &amp;nbsp; In the meantime I posted the graphic you wanted above. &amp;nbsp; &lt;/p&gt;
&lt;p&gt;Enjoy.&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8435630</link><pubDate>Mon, 28 Apr 2008 19:10:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8435630</guid><dc:creator>new to the light</dc:creator><description>&lt;p&gt;Thanks for the image and for sharing the rest of your hard work.&lt;/p&gt;
&lt;p&gt;Great stuff.&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8447415</link><pubDate>Thu, 01 May 2008 21:49:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8447415</guid><dc:creator>Joe</dc:creator><description>&lt;p&gt;i'm trying this sample in vs.net 2008 and any refrence to &lt;/p&gt;
&lt;p&gt;{StaticResource Spotlight_BG} is throwing an error. Are the source files you posted complete and compileable?&lt;/p&gt;
</description></item><item><title>Getting User Context in Silverlight 2</title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8514738</link><pubDate>Fri, 16 May 2008 22:54:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8514738</guid><dc:creator>Loosely Coupled Thinking</dc:creator><description>&lt;p&gt;I recently completed work on an internal Silverlight app.&amp;amp;#160;&amp;amp;#160;&amp;amp;#160; The project was a blast –&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8518719</link><pubDate>Mon, 19 May 2008 09:04:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8518719</guid><dc:creator>quynh</dc:creator><description>&lt;p&gt;QUOTE: I've made a number of improvements to the code so I'll post an update next week. &amp;nbsp; In the meantime I posted the graphic you wanted above. &amp;nbsp;END OF QUOTE&lt;/p&gt;
&lt;p&gt;Did you finish your sample? I'm looking for an sample for this menu style.&lt;/p&gt;
&lt;p&gt;Thank so much!&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8573936</link><pubDate>Wed, 04 Jun 2008 23:19:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8573936</guid><dc:creator>Cyrillic</dc:creator><description>&lt;p&gt;I like this menu alot! But don't know how to use it within my current project (Still a noobie with Silverlight!! (Not with c# though)).&lt;/p&gt;
&lt;p&gt;In my current XAML I cant refer to the Menu.. in my current CS I did:&lt;/p&gt;
&lt;p&gt;Menu mnMain = new Menu();&lt;/p&gt;
&lt;p&gt;LayoutRoot.Children.Add(mnMain);&lt;/p&gt;
&lt;p&gt;But doesn't work. Anyone can help me out..?&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8590452</link><pubDate>Wed, 11 Jun 2008 00:29:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8590452</guid><dc:creator>jevdemon</dc:creator><description>&lt;p&gt;Hey guys - sorry for the delay in posting the update.&lt;/p&gt;
</description></item><item><title>re: Copying the Silverlight community menu </title><link>http://blogs.msdn.com/jevdemon/archive/2008/04/08/copying-the-silverlight-community-menu.aspx#8681242</link><pubDate>Wed, 02 Jul 2008 15:18:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8681242</guid><dc:creator>Leif J</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried to run the code in the zip file. I don't understand what type Nav2 is? How do i solve the Error?&lt;/p&gt;
&lt;p&gt;private void ChangeBackground(string CurrentPage, string NextPage, Nav2 p3).&lt;/p&gt;
&lt;p&gt;Error:&lt;/p&gt;
&lt;p&gt;The type or namespace name 'Nav2' could not be found (are you missing a using directive or an assembly reference?)&lt;/p&gt;
</description></item></channel></rss>