<?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: Workaround for VisualStateManager.GoToState not working on Window</title>
	<atom:link href="http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=workaround-for-visualstatemanager-gotostate-not-working-on-window</link>
	<description>Independent Software Developer</description>
	<lastBuildDate>Wed, 18 Aug 2010 06:14:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sloven</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-7210</link>
		<dc:creator>Sloven</dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-7210</guid>
		<description>Silly me. I should use sender as FrameworkElement. All Fine!</description>
		<content:encoded><![CDATA[<p>Silly me. I should use sender as FrameworkElement. All Fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sloven</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-7209</link>
		<dc:creator>Sloven</dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-7209</guid>
		<description>It doesn&#039;t work for me. Nothing happens inside the control.
VisualStateManager.GoToElementState returns false</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work for me. Nothing happens inside the control.<br />
VisualStateManager.GoToElementState returns false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasimier</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-5993</link>
		<dc:creator>Kasimier</dc:creator>
		<pubDate>Wed, 16 Jun 2010 01:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-5993</guid>
		<description>Actually the following works for me currently:

VisualStateManager.GoToElementState(this.LayoutRoot as FrameworkElement, &quot;MyState&quot;, true);

Note the GoToElementState(..) instead of GoToState(..)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Actually the following works for me currently:</p>
<p>VisualStateManager.GoToElementState(this.LayoutRoot as FrameworkElement, &#8220;MyState&#8221;, true);</p>
<p>Note the GoToElementState(..) instead of GoToState(..)</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edu001</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-5991</link>
		<dc:creator>Edu001</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-5991</guid>
		<description>I was going crazy on this.. thanks a lot.</description>
		<content:encoded><![CDATA[<p>I was going crazy on this.. thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-4521</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 26 May 2010 14:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-4521</guid>
		<description>Thanks!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudi</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-3769</link>
		<dc:creator>Rudi</dc:creator>
		<pubDate>Sun, 16 May 2010 17:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-3769</guid>
		<description>Thank you for your great help!

This &#039;Workaround&#039; is still needed in the VS 2010 RC!
What is MS doing??

Great Post</description>
		<content:encoded><![CDATA[<p>Thank you for your great help!</p>
<p>This &#8216;Workaround&#8217; is still needed in the VS 2010 RC!<br />
What is MS doing??</p>
<p>Great Post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arona</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-3273</link>
		<dc:creator>Arona</dc:creator>
		<pubDate>Fri, 07 May 2010 19:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-3273</guid>
		<description>Thanks ! you know........; youSolved an issue that I’d been struggling with for hours........

Great POst</description>
		<content:encoded><![CDATA[<p>Thanks ! you know&#8230;&#8230;..; youSolved an issue that I’d been struggling with for hours&#8230;&#8230;..</p>
<p>Great POst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Scarlett</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-684</link>
		<dc:creator>Carl Scarlett</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-684</guid>
		<description>This also resolves an issue with an exception &quot;Target  does not define any VisualStateGroups&quot; that I&#039;ve had copying XAML from Blend 3 to an extended window control.

Rather than using &lt;i&gt; (which causes the exception at ) I&#039;ve added an event handler and used the ExtendedVisualStateManager.GoToElementState workaround.

Thanks for this!</description>
		<content:encoded><![CDATA[<p>This also resolves an issue with an exception &#8220;Target  does not define any VisualStateGroups&#8221; that I&#8217;ve had copying XAML from Blend 3 to an extended window control.</p>
<p>Rather than using <i> (which causes the exception at ) I&#8217;ve added an event handler and used the ExtendedVisualStateManager.GoToElementState workaround.</p>
<p>Thanks for this!</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-446</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-446</guid>
		<description>Good job finding this.  It was a most irksome bug!  Made me write code I wasn&#039;t proud of... that other developers had to see. :(</description>
		<content:encoded><![CDATA[<p>Good job finding this.  It was a most irksome bug!  Made me write code I wasn&#8217;t proud of&#8230; that other developers had to see. <img src='http://jack.ukleja.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Managing WPF Screens with Windows 7 Jumplists and the Visual State Manager &#124; Aimee Gurl...</title>
		<link>http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/comment-page-1/#comment-382</link>
		<dc:creator>Managing WPF Screens with Windows 7 Jumplists and the Visual State Manager &#124; Aimee Gurl...</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://jack.ukleja.com/workaround-for-visualstatemanager-gotostate-not-working-on-window/#comment-382</guid>
		<description>[...] The last method is the ProcessArguments method. There is a slight kink in the VisualStateManager that won’t allow you to “go to state” as you normally would unless the target is a UserControl. In this case, we had to use a work around which i found here [...]</description>
		<content:encoded><![CDATA[<p>[...] The last method is the ProcessArguments method. There is a slight kink in the VisualStateManager that won’t allow you to “go to state” as you normally would unless the target is a UserControl. In this case, we had to use a work around which i found here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
