<?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: A WPF Countdown Timer in PowerShell 2.0</title>
	<atom:link href="http://joelbennett.net/a-wpf-countdown-timer-in-powerboots/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelbennett.net/a-wpf-countdown-timer-in-powerboots/</link>
	<description>The internet home of Joel "Jaykul" Bennett...</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:27:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://joelbennett.net/a-wpf-countdown-timer-in-powerboots/comment-page-1/#comment-212425</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1156#comment-212425</guid>
		<description>Yeah, sorry about that ... you just need to add OuterGlowBitmapEffect to the list of things that PowerBoots loads ... the complicated but easily permanent way is to make a file in the powerboots folder called: &quot;PresentationFramework^System.Windows.Media.Effects.Proxies.txt&quot; and put &quot;OuterGlowBitmapEffect&quot; (without quotes) on a line by itself in that file. Of course, you probably want to go ahead and also add &quot;BevelBitmapEffect&quot;, &quot;BitmapEffectGroup&quot;, &quot;BlurBitmapEffect&quot;, &quot;DropShadowBitmapEffect&quot;, &quot;EmbossBitmapEffect&quot; to that file too ;-)

In the next release you won&#039;t need to add these, &#039;cause they&#039;ll be there by default, plus the Add-BootsFunction function which you can use now, will be a permanent step so you won&#039;t need to keep running it over and over ;-) 

&lt;code lang=&quot;posh&quot;&gt;
Add-BootsFunction System.Windows.Media.Effects.OuterGlowBitmapEffect
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Yeah, sorry about that &#8230; you just need to add OuterGlowBitmapEffect to the list of things that PowerBoots loads &#8230; the complicated but easily permanent way is to make a file in the powerboots folder called: &#8220;PresentationFramework^System.Windows.Media.Effects.Proxies.txt&#8221; and put &#8220;OuterGlowBitmapEffect&#8221; (without quotes) on a line by itself in that file. Of course, you probably want to go ahead and also add &#8220;BevelBitmapEffect&#8221;, &#8220;BitmapEffectGroup&#8221;, &#8220;BlurBitmapEffect&#8221;, &#8220;DropShadowBitmapEffect&#8221;, &#8220;EmbossBitmapEffect&#8221; to that file too  <img src='http://joelbennett.net/wordpress/wp-includes/' alt=';-)' class='wp-smiley' /> </p>
<p>In the next release you won&#8217;t need to add these, &#8216;cause they&#8217;ll be there by default, plus the Add-BootsFunction function which you can use now, will be a permanent step so you won&#8217;t need to keep running it over and over  <img src='http://joelbennett.net/wordpress/wp-includes/' alt=';-)' class='wp-smiley' />  </p>
<div class="posh code posh" style="font-family:monospace;">
<span style="color: #0066cc; font-style: italic;">Add-<span style="font-style: normal;">BootsFunction</span></span> System.<span style="color: #003366;">Windows</span>.<span style="color: #003366;">Media</span>.<span style="color: #003366;">Effects</span>.<span style="color: #003366;">OuterGlowBitmapEffect</span><br />
&nbsp;</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mohundro</title>
		<link>http://joelbennett.net/a-wpf-countdown-timer-in-powerboots/comment-page-1/#comment-212424</link>
		<dc:creator>David Mohundro</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1156#comment-212424</guid>
		<description>Very cool!

I had to remove the BitmapEffect from line 122 to get it to work on my machine, though. I was getting an error about &#039;OuterGlowBitmapEffect&#039; not being recognized. Works great on my machine without it though!</description>
		<content:encoded><![CDATA[<p>Very cool!</p>
<p>I had to remove the BitmapEffect from line 122 to get it to work on my machine, though. I was getting an error about &#8216;OuterGlowBitmapEffect&#8217; not being recognized. Works great on my machine without it though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

