<?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: WPF From PowerShell - Select-Grid</title>
	<atom:link href="http://huddledmasses.org/wpf-from-powershell-select-grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/wpf-from-powershell-select-grid/</link>
	<description>You can do more than breathe for free...</description>
	<pubDate>Fri, 21 Nov 2008 04:51:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ivan</title>
		<link>http://huddledmasses.org/wpf-from-powershell-select-grid/comment-page-1/#comment-182307</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=537#comment-182307</guid>
		<description>http://huddledmasses.org/?attachment_id=540
instead of 539 in the link
thanks!
ivan</description>
		<content:encoded><![CDATA[<p><a href="http://huddledmasses.org/?attachment_id=540" rel="nofollow">http://huddledmasses.org/?attachment_id=540</a><br />
instead of 539 in the link<br />
thanks!<br />
ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The PowerShell Guy : More PoSHy WPF from PowerShell coverage</title>
		<link>http://huddledmasses.org/wpf-from-powershell-select-grid/comment-page-1/#comment-158470</link>
		<dc:creator>The PowerShell Guy : More PoSHy WPF from PowerShell coverage</dc:creator>
		<pubDate>Thu, 22 May 2008 18:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=537#comment-158470</guid>
		<description>[...] Update * Jaykul, also finished the WPF From PowerShell - Select-Grid post, and posted and updated source as a [...]</description>
		<content:encoded><![CDATA[<p>[...] Update * Jaykul, also finished the <span class="caps">WPF</span> From PowerShell &#8211; Select-Grid post, and posted and updated source as a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/wpf-from-powershell-select-grid/comment-page-1/#comment-158464</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Thu, 22 May 2008 18:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=537#comment-158464</guid>
		<description>Hey, thanks for following along :).  I added another test to avoid that error, and refactored the code a bit as well, feel free to "re-download":http://huddledmasses.org/wpf-from-powershell-select-grid/select-grid-2/</description>
		<content:encoded><![CDATA[<p>Hey, thanks for following along <img src='http://huddledmasses.org/wordpress/wp-content/plugins/smilingmasses/smile.gif' alt=':)' class='wp-smiley' />.  I added another test to avoid that error, and refactored the code a bit as well, feel free to <a href="http://huddledmasses.org/wpf-from-powershell-select-grid/select-grid-2/">re-download</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Kuzmin</title>
		<link>http://huddledmasses.org/wpf-from-powershell-select-grid/comment-page-1/#comment-158254</link>
		<dc:creator>Roman Kuzmin</dc:creator>
		<pubDate>Wed, 21 May 2008 17:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=537#comment-158254</guid>
		<description>Very nice progress, really!

Strict mode seems to be too strict now :). This command:

ls &#124; Select-Grid

triggers an error in function Get-DefaultValue at line â€œif( $type.IsValueType) {â€œ (line 135). â€œIsValueTypeâ€ is not found. When I turn strict mode off then it works, but this command has yet another effect: right part of the grid window is out of the screen; is this OK?

--
Thanks,
Roman Kuzmin</description>
		<content:encoded><![CDATA[<p>Very nice progress, really!</p>
<p>Strict mode seems to be too strict now <img src='http://huddledmasses.org/wordpress/wp-content/plugins/smilingmasses/smile.gif' alt=':)' class='wp-smiley' />. This command:</p>
<p>ls | Select-Grid</p>
<p>triggers an error in function Get-DefaultValue at line â€œif( $type.IsValueType) {â€œ (line 135). â€œIsValueTypeâ€ is not found. When I turn strict mode off then it works, but this command has yet another effect: right part of the grid window is out of the screen; is this OK?</p>
<p>&#8212;<br />
Thanks,<br />
Roman Kuzmin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/wpf-from-powershell-select-grid/comment-page-1/#comment-158247</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Wed, 21 May 2008 16:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=537#comment-158247</guid>
		<description>Good catch ... I changed it to @Set-StrictMode@</description>
		<content:encoded><![CDATA[<p>Good catch &#8230; I changed it to <code>Set-StrictMode</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Kuzmin</title>
		<link>http://huddledmasses.org/wpf-from-powershell-select-grid/comment-page-1/#comment-158195</link>
		<dc:creator>Roman Kuzmin</dc:creator>
		<pubDate>Wed, 21 May 2008 11:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=537#comment-158195</guid>
		<description>I like this promising script and the idea itself. I have a warning though:

The script invokes Set-PSDebug -Strict. It is nice for development, indeed, but it should be avoided in production scripts (or, say, published scripts) because this command changes session state globally and quite seriously â€“ some other commands or scripts may fail after using this script (even after dot-sourcing only) with typical error message â€œThe variable ... cannot be retrieved because it has not been set yet.â€

--
Thanks,
Roman Kuzmin</description>
		<content:encoded><![CDATA[<p>I like this promising script and the idea itself. I have a warning though:</p>
<p>The script invokes Set-PSDebug -Strict. It is nice for development, indeed, but it should be avoided in production scripts (or, say, published scripts) because this command changes session state globally and quite seriously â€“ some other commands or scripts may fail after using this script (even after dot-sourcing only) with typical error message â€œThe variable &#8230; cannot be retrieved because it has not been set yet.â€</p>
<p>&#8212;<br />
Thanks,<br />
Roman Kuzmin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
