<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Silverlight Toolkit and the Windows Phone: WrapPanel, and a few others</title>
	<atom:link href="http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matthias Shapiro</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2743</link>
		<dc:creator>Matthias Shapiro</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2743</guid>
		<description>I surrounded the &quot;Properties&quot; errors with quotes. I also opened up the Silverlight toolkit and moved  the following files into my project.

LengthConverter.cs
NumericalExtensions.cs
TypeConverters.cs

Then I changed every &quot;myDouble.IsNaN&quot; to &quot;myDouble ==  double.NaN&quot;. 

This stopped all the errors and I was able to at least put a WrapPanel into the project. However, when I put something into the WrapPanel, I get the following error. 

&quot;UIElement.Measure(availableSize) cannot be called with NaN values in availableSize.&quot;</description>
		<content:encoded><![CDATA[<p>I surrounded the &#8220;Properties&#8221; errors with quotes. I also opened up the Silverlight toolkit and moved  the following files into my project.</p>
<p>LengthConverter.cs<br />
NumericalExtensions.cs<br />
TypeConverters.cs</p>
<p>Then I changed every &#8220;myDouble.IsNaN&#8221; to &#8220;myDouble ==  double.NaN&#8221;. </p>
<p>This stopped all the errors and I was able to at least put a WrapPanel into the project. However, when I put something into the WrapPanel, I get the following error. </p>
<p>&#8220;UIElement.Measure(availableSize) cannot be called with NaN values in availableSize.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2742</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Fri, 18 Jun 2010 03:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2742</guid>
		<description>@Matthias,
The Properties are easy - just surround that for now in quotes. It&#039;s trying to pull a string from the resources in the assembly for that error message.

Not sure about the rest, will look into it.</description>
		<content:encoded><![CDATA[<p>@Matthias,<br />
The Properties are easy &#8211; just surround that for now in quotes. It&#8217;s trying to pull a string from the resources in the assembly for that error message.</p>
<p>Not sure about the rest, will look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Shapiro</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2741</link>
		<dc:creator>Matthias Shapiro</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2741</guid>
		<description>I&#039;m having the same problem as Eric. I get a series of errors including:

&quot;The name &#039;Properties&#039; does not exist in the current context&quot;

and

&quot;No overload for method &#039;isNaN&#039; takes 0 arguments&quot;

 and

&quot;The name &#039;NumericExtensions&#039; does not exist in the current context&quot;

and

&quot;The type or namespace name &#039;LengthConverter&#039; could not be found (are you missing a using directive or an assembly reference?)&quot;

I&#039;ve tried going to the definitions and writing them explicitly into the project, but to no avail. Could you please publish the project in which this works so we can see it in action?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem as Eric. I get a series of errors including:</p>
<p>&#8220;The name &#8216;Properties&#8217; does not exist in the current context&#8221;</p>
<p>and</p>
<p>&#8220;No overload for method &#8216;isNaN&#8217; takes 0 arguments&#8221;</p>
<p> and</p>
<p>&#8220;The name &#8216;NumericExtensions&#8217; does not exist in the current context&#8221;</p>
<p>and</p>
<p>&#8220;The type or namespace name &#8216;LengthConverter&#8217; could not be found (are you missing a using directive or an assembly reference?)&#8221;</p>
<p>I&#8217;ve tried going to the definitions and writing them explicitly into the project, but to no avail. Could you please publish the project in which this works so we can see it in action?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links to sample code for the Windows Phone 7 &#171; Bruce Barrera</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2728</link>
		<dc:creator>Links to sample code for the Windows Phone 7 &#171; Bruce Barrera</dc:creator>
		<pubDate>Fri, 11 Jun 2010 22:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2728</guid>
		<description>[...] http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/" rel="nofollow">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lista de recursos para desarrolladores de Windows Phone 7 - Windows Phone 7 Puerto Rico</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2574</link>
		<dc:creator>Lista de recursos para desarrolladores de Windows Phone 7 - Windows Phone 7 Puerto Rico</dc:creator>
		<pubDate>Mon, 26 Apr 2010 04:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2574</guid>
		<description>[...] http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/" rel="nofollow">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TWC9: MIX Wrapup, Visual Studio 2010, Windows Phone 7 Tutorials</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2354</link>
		<dc:creator>TWC9: MIX Wrapup, Visual Studio 2010, Windows Phone 7 Tutorials</dc:creator>
		<pubDate>Sat, 27 Mar 2010 21:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2354</guid>
		<description>[...] Jeff Wilcox &#8211; Reusing the Silverlight Toolkit for Windows Phone [...]</description>
		<content:encoded><![CDATA[<p>[...] Jeff Wilcox &#8211; Reusing the Silverlight Toolkit for Windows Phone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Polrecky</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2327</link>
		<dc:creator>Eric Polrecky</dc:creator>
		<pubDate>Tue, 23 Mar 2010 05:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2327</guid>
		<description>Any chance you could post the project file?

I&#039;ve tried every way from sunday to get Wrap Panel working.....</description>
		<content:encoded><![CDATA[<p>Any chance you could post the project file?</p>
<p>I&#8217;ve tried every way from sunday to get Wrap Panel working&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; March 22, 2010 &#124; Alvin Ashcraft&#39;s Morning Dew</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2326</link>
		<dc:creator>Dew Drop &#8211; March 22, 2010 &#124; Alvin Ashcraft&#39;s Morning Dew</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2326</guid>
		<description>[...] Silverlight Toolkit and the Windows Phone: WrapPanel, and a few others (Jeff Wilcox) [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight Toolkit and the Windows Phone: WrapPanel, and a few others (Jeff Wilcox) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Kubitscheck</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2325</link>
		<dc:creator>Paul Kubitscheck</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2325</guid>
		<description>Hi Jeff,
I have tried to port my SL4 app game to WP7. Unfortunately, there is no Viewbox in ...\Silverlight\v4.0\Profile\WindowsPhone\System.Windows.dll.  So I included the viewbox sources from SL toolkit v3.0 in my project. But, the compiled Viewbox can&#039;t be searched (VisualTreeHelper) for childs like the SL4 Viewbox can. There is only a single ContentPresenter in it and not the element tree applied via template. I have used the Viewbox inside of a UserControl and the user control has a ControlTemplate (with element tree) applied.
Have you any tip regarding this problem?
Will the next release of SL4 for WP7 contain the ViewBox?
Best Regards,
Paul</description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
I have tried to port my SL4 app game to WP7. Unfortunately, there is no Viewbox in &#8230;\Silverlight\v4.0\Profile\WindowsPhone\System.Windows.dll.  So I included the viewbox sources from SL toolkit v3.0 in my project. But, the compiled Viewbox can&#8217;t be searched (VisualTreeHelper) for childs like the SL4 Viewbox can. There is only a single ContentPresenter in it and not the element tree applied via template. I have used the Viewbox inside of a UserControl and the user control has a ControlTemplate (with element tree) applied.<br />
Have you any tip regarding this problem?<br />
Will the next release of SL4 for WP7 contain the ViewBox?<br />
Best Regards,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travel historic sites using VoIP calls to Bahrain &#124; Vacations in the Middle East</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2316</link>
		<dc:creator>Travel historic sites using VoIP calls to Bahrain &#124; Vacations in the Middle East</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2316</guid>
		<description>[...] Jeff Wilcox – Silverlight Toolkit and the Windows Phone: WrapPanel &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Jeff Wilcox – Silverlight Toolkit and the Windows Phone: WrapPanel &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2315</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2315</guid>
		<description>@Paul,
Yeah, there isn&#039;t a standard pivot control available yet. We&#039;re working on fixing this, but in the meantime, there isn&#039;t a good alternative - sorry!</description>
		<content:encoded><![CDATA[<p>@Paul,<br />
Yeah, there isn&#8217;t a standard pivot control available yet. We&#8217;re working on fixing this, but in the meantime, there isn&#8217;t a good alternative &#8211; sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2312</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2312</guid>
		<description>Jeff, 

I&#039;ve been working on a full featured twitter app for WP I really want to use a pivot control to switch between time lines but I am completly stuck on how to build it...

I&#039;ve thought about an items control using animations, I think the manipulation events would work... 

Or a list box with horizontal stack. My biggest question is how to make it cyclic...

Ideas, or maybe you have time to blog how to build one ?:)</description>
		<content:encoded><![CDATA[<p>Jeff, </p>
<p>I&#8217;ve been working on a full featured twitter app for WP I really want to use a pivot control to switch between time lines but I am completly stuck on how to build it&#8230;</p>
<p>I&#8217;ve thought about an items control using animations, I think the manipulation events would work&#8230; </p>
<p>Or a list box with horizontal stack. My biggest question is how to make it cyclic&#8230;</p>
<p>Ideas, or maybe you have time to blog how to build one ?:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links (3/21/2010) &#171; Steve Pietrek-Everything SharePoint/Silverlight</title>
		<link>http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/comment-page-1/#comment-2306</link>
		<dc:creator>Links (3/21/2010) &#171; Steve Pietrek-Everything SharePoint/Silverlight</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2010/03/toolkit-and-the-windows-phone/#comment-2306</guid>
		<description>[...] Silverlight Toolkit and the Windows Phone: WrapPanel, and a few others [...]</description>
		<content:encoded><![CDATA[<p>[...] Silverlight Toolkit and the Windows Phone: WrapPanel, and a few others [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

