<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mindscape Blog &#187; WPF Diagrams</title>
	<atom:link href="http://www.mindscapehq.com/blog/index.php/category/wpf-diagramming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mindscapehq.com/blog</link>
	<description>The official blog of Mindscape</description>
	<lastBuildDate>Mon, 21 May 2012 01:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nightly news, 11 May 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/05/10/nightly-news-11-may-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/05/10/nightly-news-11-may-2012/#comments</comments>
		<pubDate>Thu, 10 May 2012 21:30:23 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[Nightly news]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>
		<category><![CDATA[Nightly News]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5005</guid>
		<description><![CDATA[A strange week at Mindscape HQ as the troops have been primarily focused on working out how to use the motion-activated candy dispenser&#8230; and then how to stop it again. But fear not, in between all the wild Kinect-style gesticulations, we have managed to bash out a good crop of features and fixes. Here&#8217;s what [...]]]></description>
			<content:encoded><![CDATA[<p>A strange week at Mindscape HQ as the troops have been primarily focused on working out how to use the motion-activated candy dispenser&#8230; and then how to stop it again.  But fear not, in between all the wild Kinect-style gesticulations, we have managed to bash out a good crop of features and fixes.  Here&#8217;s what you&#8217;ll find in this week&#8217;s nightly builds.</p>
<p><a href="http://www.ciphermysteries.com/2012/03/04/alternative-voynich-manuscript-wikipedia-page"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/05/DeveloperNotes211.png" alt="" title="I like to imagine that one day Mindscape devs will look back on my code like this. Except with James Newton-King instead of nymphs." width="344" height="64" class="alignleft size-full wp-image-5007" /></a></p>
<p><strong>WPF Elements</strong></p>
<ul>
<li>Added DataGridColumn.Foreground property</li>
<li>DataGridColumn.DisplayTemplate is now respected when using DisplayMemberBinding</li>
<li>DataGridColumn.DisplayMemberBinding now supports StringFormat</li>
<li>DataGridColumn now respects DisplayNameAttribute when using PropertyName or DisplayMemberBinding</li>
<li>Added ToolTipBinding property for charting data series</li>
<li>Scatter charts now support missing data points (when a value is null or NaN)</li>
<li>You can now set the starting (Minimum) value of a logarithmic axis scale</li>
<li>Charting performance improvements</li>
<li>Added built-in nullable type editors to DataGrid and PropertyGrid</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>CoffeeScript compiler now warns if a file contains mixed tabs and spaces</li>
<li>Fix for Less compiler error when calling colour functions on a named (not hex) colour</li>
<li>Fix for performance problem when using Pro Power Tools Enhanced Scroll Bar with the &#8216;show bookmarks and breakpoints&#8217; option</li>
<li>Fixed a couple of highlighting errors</li>
</ul>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Added MarkPropertyChanged method so that properties can be manually marked as dirty &#8212; for example, when changing properties of a mutable user-defined type.  Mutable value objects!  Forsooth!</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>DiagramBitmapRenderer now handles dynamic resources</li>
</ul>
<p>As usual the <a href="http://www.mindscapehq.com/downloads/">free editions of the nightly builds are available right now from the downloads page</a>, and the <a href="http://www.mindscapehq.com/store/myaccount">full editions from the store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/05/10/nightly-news-11-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nightly news, 4 May 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/05/03/nightly-news-4-may-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/05/03/nightly-news-4-may-2012/#comments</comments>
		<pubDate>Thu, 03 May 2012 21:45:07 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[Nightly news]]></category>
		<category><![CDATA[Silverlight Elements]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>
		<category><![CDATA[Nightly News]]></category>
		<category><![CDATA[Web Workbench]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4994</guid>
		<description><![CDATA[LightSpeed Updated SQLite provider to 1.0.80 Fix for cascade delete across a STI hierarchy where the cascade enters the hierarchy in a derived class and we were trying to proceed through an association declared in a sibling class Web Workbench Added JSHint support Fixed syntax highlighting for identifiers starting with an underscore Fixed incorrect &#8216;less [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/b/kaelr/archive/2012/04/14/exploring-code-canvas.aspx"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/05/DeveloperNotes21.png" alt="" title="Since I&#039;m not allowed to say the B word on the blog any more" width="344" height="64" class="alignleft size-full wp-image-4995" /></a></p>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Updated SQLite provider to 1.0.80</li>
<li>Fix for cascade delete across a STI hierarchy where the cascade enters the hierarchy in a derived class and we were trying to proceed through an association declared in a sibling class</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>Added JSHint support</li>
<li>Fixed syntax highlighting for identifiers starting with an underscore</li>
<li>Fixed incorrect &#8216;less than or equal to&#8217; operator in Less mixin guards</li>
<li>Added highlighting support for inline data URLs</li>
<li>Fixed highlighting when using a comparison expression was used as a function argument</li>
<li>Fixed highlighting of interpolated variables in URLs</li>
<li>Fixed highlighting when a function call contained arguments that were spaced lists, and a nonfinal element of such a list was another function call</li>
<li>Switched Sass compiler from IronRuby to &#8216;proper&#8217; Ruby</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>Fixed a bug with connection point positions in a rotated nested node</li>
<li>Added sample of removing a groupable node from its parent</li>
</ul>
<p><strong>WPF Elements</strong></p>
<ul>
<li>Fixed a couple of issues when changing DataGrid.ItemsSource from null to a collection instance</li>
<li>Fixed a hit testing issue with DataGrid cells</li>
<li>Fixed an issue when a DataGrid contains a mix of star-sizing and absolute-sizing columns</li>
<li>DataGrid DisplayMemberBinding now supports UpdateSourceTrigger of LostFocus</li>
<li>Fixed a validation bug in DisplayMemberBinding</li>
<li>Fixed the TrackingElement sample to support duplicate values</li>
<li>Fixed an error if a chart XBinding or YBinding was set to a nonexistent property</li>
</ul>
<p><strong>Silverlight Elements</strong></p>
<ul>
<li>First drop of spell checking for the HTML rich text editor</li>
<li>Ctrl+Left and Ctrl+Right in the HTML editor now respect symbols</li>
<li>Fixed a bug in ContextMenu where if it was forced closed due to the browser window being resized, it would never open again</li>
</ul>
<p>All these updates are in the current nightly builds &#8212; <a href="http://www.mindscapehq.com/downloads/">free editions from the downloads page</a>, <a href="http://www.mindscapehq.com/store/myaccount">full editions from the store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/05/03/nightly-news-4-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nightly news, 13 April 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/04/12/nightly-news-13-april-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/04/12/nightly-news-13-april-2012/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 21:21:20 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[Nightly news]]></category>
		<category><![CDATA[Silverlight Elements]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>
		<category><![CDATA[Nightly News]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4913</guid>
		<description><![CDATA[LightSpeed Added a per-query IncludeFiltered flag to turn off implicit filtering (similar to IncludeDeleted) Added core support for SQL Server 2008 hierarchyid type Fixed an issue with aliasing when issuing a composed query with paging on SQL Server The designer now creates field name constants for special fields Fix for implicit filters not being applied [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.buzzfeed.com/cutedaily/cats-in-camouflage-5nz7"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/04/DeveloperNotes2.png" alt="" title="Mine tend to disguise themselves as obstacles" width="344" height="64" class="alignleft size-full wp-image-4915" /></a></p>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Added a per-query IncludeFiltered flag to turn off implicit filtering (similar to IncludeDeleted)</li>
<li>Added core support for SQL Server 2008 hierarchyid type</li>
<li>Fixed an issue with aliasing when issuing a composed query with paging on SQL Server</li>
<li>The designer now creates field name constants for special fields</li>
<li>Fix for implicit filters not being applied in join clauses</li>
</ul>
<p><strong>WPF Elements</strong></p>
<ul>
<li>Data grid star sizing improvements: support for a zero fill weight, new GridLength converter, fix for having to explicitly specify a weight</li>
<li>Fixed a bug in data grid column virtualisation</li>
<li>Improved pixel precision of MarkedStripeGrid</li>
<li>Added Orientation property to MarkedStripeGrid</li>
<li>Performance improvements for common charting data types</li>
</ul>
<p><strong>Silverlight Elements</strong></p>
<ul>
<li>You can now <a href="http://www.mindscapehq.com/blog/index.php/2012/04/11/customize-the-font-list-in-the-silverlight-html-editor/">customise the list of fonts in the HTML editor</a> toolbar</li>
<li>New properties on ScheduleFormatter for changing the content of most buttons</li>
<li>We&#8217;ve brought over some improvements from WPF Elements to facilitate building multi-schedulers in Silverlight</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>Fix for editing node styles in Expression Blend</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>Chirpy compatibility fix</li>
<li>Fix for Less syntax highlighting when specifying &#8220;&#8230;&#8221; as mixin arguments</li>
<li>Updated CoffeeScript compiler to 1.3.1</li>
<li>Added Iced CoffeeScript support</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/04/12/nightly-news-13-april-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nightly news, 10 February 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/02/09/nightly-news-10-february-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/02/09/nightly-news-10-february-2012/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:38:25 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4527</guid>
		<description><![CDATA[A short week here in New Zealand, but we&#8217;ve still shipped a bunch of updates. Here&#8217;s what you&#8217;ll find in this week&#8217;s nightly builds. LightSpeed Added support for parameters of table type in SQL Server 2008 stored procedures Designer fix for LONGTEXT columns in MySQL views The designer no longer complains about foreign keys during [...]]]></description>
			<content:encoded><![CDATA[<p>A short week here in New Zealand, but we&#8217;ve still shipped a bunch of updates.  Here&#8217;s what you&#8217;ll find in this week&#8217;s nightly builds.</p>
<p><a href="http://catsonfilm.blogspot.co.nz/2011/04/alien.html"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/02/DeveloperNotes211.png" alt="" title="Coy tentacle-uncurling" width="344" height="64" class="alignleft size-full wp-image-4528" /></a></p>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Added support for parameters of table type in SQL Server 2008 stored procedures</li>
<li>Designer fix for LONGTEXT columns in MySQL views</li>
<li>The designer no longer complains about foreign keys during database sync when you have a one-way association to a concrete table inheritance base class</li>
<li>Fix for an issue with multiple levels of eager loading when one of the intermediate associations is a one-way association inherited from a concrete table inheritance base class</li>
</ul>
<p><strong>WPF Elements</strong></p>
<ul>
<li>Fix for primitive numerical data support in chart control</li>
<li>Added PieChart.RadiusFactor property</li>
<li>Fixed hardcoding of pie chart label foreground</li>
<li>Fix for CurrencyTextBox not restoring the currency symbol if the user deletes it</li>
<li>Added a first cut of a PercentageTextBox control</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>DiagramScrollViewer: we now raise the ViewPortChanged event when the physical diagram size changes, and we no longer raise it when the scroll bars don&#8217;t exist</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>Fix for path.js error on series of Less imports</li>
</ul>
<p>As always the free editions are available on the <a href="http://www.mindscapehq.com/downloads/">downloads page</a> and you can get the full editions from the <a href="http://www.mindscapehq.com/store/myaccount">store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/02/09/nightly-news-10-february-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nightly news, 3 February 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/02/02/nightly-news-3-february-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/02/02/nightly-news-3-february-2012/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 20:21:54 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4518</guid>
		<description><![CDATA[It&#8217;s the end of another week here at Mindscape HQ and time as usual to check in on what we&#8217;ve shipped in the last seven days. Here&#8217;s what&#8217;s new in the latest nightly builds. WPF Elements Added handling for race conditions in DataGrid.BringCellIntoView and DataGrid.GetCell Fixed a bug in DataGrid.RemoveInputBinding Added DataGridColumn.AllowGrouping property, which allows [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the end of another week here at Mindscape HQ and time as usual to check in on what we&#8217;ve shipped in the last seven days.  Here&#8217;s what&#8217;s new in the latest nightly builds.</p>
<p><a href="http://www.thepoke.co.uk/2011/11/29/23-legendary-album-covers-in-lego/?pid=6382"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/02/DeveloperNotes21.png" alt="" title="Well, Debbie Harry has certainly gone to seed.  And turned bright yellow" width="344" height="64" class="alignleft size-full wp-image-4519" /></a></p>
<p><strong>WPF Elements</strong></p>
<ul>
<li>Added handling for race conditions in DataGrid.BringCellIntoView and DataGrid.GetCell</li>
<li>Fixed a bug in DataGrid.RemoveInputBinding</li>
<li>Added DataGridColumn.AllowGrouping property, which allows you to specify that the user cannot group on that column</li>
<li>You can now template DataGrid group row headers</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>Highlighting for Less pattern matching and guards</li>
<li>Fix for file generation error when using checkout-based source control system</li>
<li>Updated Less compiler to 1.2.1</li>
<li>Improved positioning of opening braces during Format Document</li>
<li>Fix for error with unbounded node (e.g. unclosed quote) in CoffeeScript</li>
</ul>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Apply COLLATE NOCASE when creating SQLite GUID primary keys</li>
<li>Fixes relating to one-way associations when the originating side is a concrete table inheritance base class</li>
<li>Fixed migrations error with abstract classes</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>Tweak to the ElbowPathfinder</li>
</ul>
<p>As always the free editions are available on the <a href="http://www.mindscapehq.com/downloads/">downloads page</a> and you can get the full editions from the <a href="http://www.mindscapehq.com/store/myaccount">store</a>.  Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/02/02/nightly-news-3-february-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nightly news, 27 January 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/01/26/nightly-news-27-january-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/01/26/nightly-news-27-january-2012/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 20:11:59 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4431</guid>
		<description><![CDATA[The big news in this week&#8217;s nightly builds is the new hotness in the WPF Elements DataGrid. Grouping, exporting, new APIs and, well, grouping again because it&#8217;s so neat &#8212; check it out! Of course, we&#8217;ve got a bunch of other updates for you as well. Here&#8217;s what&#8217;s new this week. LightSpeed Exclude null associations [...]]]></description>
			<content:encoded><![CDATA[<p>The big news in this week&#8217;s nightly builds is the new hotness in the WPF Elements DataGrid.  Grouping, exporting, new APIs and, well, grouping again because it&#8217;s so neat &#8212; <a href="http://www.mindscapehq.com/blog/index.php/2012/01/25/fresh-wpf-elements-5-features-datagrid-grouping-and-exporting/">check it out</a>!  Of course, we&#8217;ve got a bunch of other updates for you as well.  Here&#8217;s what&#8217;s new this week.</p>
<p><a href="http://www.buzzfeed.com/daves4/12-extremely-disappointing-facts-about-popular-mus"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/01/DeveloperNotes21.png" alt="" title="How about this one?  Have I used this one?" width="344" height="64" class="alignleft size-full wp-image-4432" /></a></p>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Exclude null associations from polymorphic association validation
</li>
<li>Fix for not being able to return array values from ICompiledParameterValues to populate an IN clause
</li>
<li>Fix for LINQ projection that included the result of a Count on a join-into result when there was no Where clause
</li>
<li>When updating a SQLite database with a GUID field, set COLLATE NOCASE on the column (because it is mapped as a string rather than a native GUID type)
</li>
<li>Added support for per-table identity block size (for when new tables use KeyTable but the database also contains legacy tables which are also updated by other apps using increment-by-1 sequences)
</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>DiagramConnectionPointBase.OnPositionChanged is now exposed to user derived classes
</li>
<li>Fixed a bug in the ConnectionPointRelocation sample
</li>
</ul>
<p><strong>WPF Elements</strong></p>
<ul>
<li>DataGrid hotness!
</li>
<li>Fixed a bug in TimeExplorer
</li>
</ul>
<p>As usual, you can get the updated builds of free versions from the <a href="http://www.mindscapehq.com/downloads/">downloads page</a>, and of full versions from the <a href="http://www.mindscapehq.com/store/myaccount">store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/01/26/nightly-news-27-january-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nightly news, 20 January 2012</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/01/19/nightly-news-20-january-2012/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/01/19/nightly-news-20-january-2012/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 20:41:11 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[NHibernate Designer]]></category>
		<category><![CDATA[SimpleDB Management Tools]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4345</guid>
		<description><![CDATA[Cripes! Weeks and weeks of updates to catch up on! Here&#8217;s what&#8217;s new in the nightly builds since the last update. LightSpeed Fix for one-to-one association join chain in LINQ Where clauses Added support for negated boolean expressions in LINQ Any and All Fixed a memory leak with compiled FindById queries Validation errors now provide [...]]]></description>
			<content:encoded><![CDATA[<p>Cripes!  Weeks and weeks of updates to catch up on!  Here&#8217;s what&#8217;s new in the nightly builds since the last update.</p>
<p><a href="http://www.headinjurytheater.com/article73.htm"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/01/DeveloperNotes2.png" alt="" title="And I can no longer remember which easter eggs I&#039;ve already used" width="344" height="64" class="alignleft size-full wp-image-4346" /></a></p>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Fix for one-to-one association join chain in LINQ Where clauses
</li>
<li>Added support for negated boolean expressions in LINQ Any and All
</li>
<li>Fixed a memory leak with compiled FindById queries
</li>
<li>Validation errors now provide access to the validation rule instance
</li>
<li>Include schema in auto-joined tables being joined by an identifier expression
</li>
<li>Fixed automatic date-time range validation for Oracle
</li>
<li>Improved support for SQL Server 2008 TIME data type
</li>
<li>Fixed an issue where a query with criteria on the left and a logical combination on the right could be processed incorrectly
</li>
<li>Fix for DeletedOn column being incorrectly aliased in update/delete queries
</li>
<li>Added support for deleting by LINQ query
</li>
<li>Added Procedure and Scale options to ProcedureParameter class
</li>
<li>Fix for procedure parameters of user-defined types in designer being generated into wrapper function signatures as object instead of strongly typed
</li>
<li>Fix for value objects not being handled correctly in batch updates
</li>
<li>Fixed exception if you put DiscriminatorAttribute on a root entity class
</li>
<li>We now raise an exception if a SQL Server stored procedure calls RAISERROR (sic: what is this, guys, Fortran?) <em>after</em> performing a successful SELECT (previously only errors raised before the SELECT would cause exceptions)
</li>
<li>Added a property for migration code to access the connection string of the database being migrated
</li>
<li>When a stored procedure sets an out parameter to SQL NULL, we now translate this to CLR null instead of leaving it as DBNull.Value (this fixes casting errors in strong-typed wrapper methods)
</li>
<li>Fix for virtual (non-mapped) discriminators not being populated on insert
</li>
<li>Entity- and interface-level query filtering (in progress and subject to change)
</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>Collapsing support for non-top-level regions
</li>
<li>Sass and Less Format Document command
</li>
<li>Fixed issue in Sass compilation if install path included non-ANSI characters
</li>
<li>Fixed JavaScript minifier mangling non-ANSI characters
</li>
<li>Upgraded CoffeeScript compiler to 1.2.0
</li>
<li>CoffeeScript comment highlighting fixes
</li>
<li>Comment/uncomment block support
</li>
<li>Performance improvements when making many deletes from a document
</li>
<li>Error checking and signature help for Sass and Less built-in functions
</li>
</ul>
<p><strong>WPF Elements<br />
</strong></p>
<ul>
<li>Continuing improvements to control themes
</li>
<li>Fixes for potential issues in TimeExplorer, Chart, ChartAxis and PieSeries
</li>
<li>Added option for rounding on lost focus in NumericTextBox
</li>
<li>Added ResetZoom command for charts
</li>
<li>MajorTickSpacing now keeps consistent tick density as user zooms
</li>
<li>Added PieSeries.SelectedDataPointChanged event
</li>
<li>Improvements to automatic bar chart width calculation
</li>
<li>Fixed error when changing chart highlight mode
</li>
<li>Fixed an issue with horizontal bar charts using categories along the Y axis
</li>
<li>Resolved a DataGrid issue
</li>
<li>Fixed foreground colours not being respected in CurrencyTextBox
</li>
<li>Fixed potential null reference error when changing DataGrid.ItemsSource
</li>
<li>Fixed some issues with chart default axes
</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>Added TreeLayoutAlgorithm
</li>
<li>Fixed null reference error in ConnectionPointThumb
</li>
<li>Fixed a diagram binding issue
</li>
<li>Fix for a bug that was stealing mouse wheel and scroll events
</li>
<li>Added an option to turn off infinite scrolling
</li>
</ul>
<p><strong>NHibernate Designer</strong></p>
<ul>
<li>Added support for NHibernate sql-insert, sql-update and sql-delete overrides
</li>
<li>Added support for stored procedures and named SQL queries
</li>
</ul>
<p><strong>SimpleDB Management Tools</strong></p>
<ul>
<li>No longer need to click away from a row to ensure it is saved</li>
</ul>
<p>As usual you can get the latest nightly builds from the <a href="http://www.mindscapehq.com/downloads/">Downloads page</a> (free editions) or the <a href="http://www.mindscapehq.com/store/myaccount">store</a> (full editions).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/01/19/nightly-news-20-january-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kick start 2012 with this special offer!</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/01/12/kick-start-2012-with-this-special-offer/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2012/01/12/kick-start-2012-with-this-special-offer/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:36:04 +0000</pubDate>
		<dc:creator>John-Daniel Trask</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[MegaPack]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[NHibernate Designer]]></category>
		<category><![CDATA[Phone Elements]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Silverlight Elements]]></category>
		<category><![CDATA[SimpleDB Management Tools]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4262</guid>
		<description><![CDATA[Make building better software your New Year&#8217;s resolution by taking advantage of our 30% sale on the Mega Pack. For a limited time, pay only $699 and you&#8217;ll receive: LightSpeed O/R Mapper (normally $349) WPF Elements (normally $699) WPF Diagrams (normally $699) Silverlight Elements (normally $699) Phone Elements for WP7 (normally $299) NHibernate Designer (normally [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mindscapehq.com/productive-2012"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2012/01/JanuarySaleBlogImage.jpg" alt="Get 9 products for an amazing price" title="Get 9 products for an amazing price" width="718" height="450" class="alignnone size-full wp-image-4263" /></a></p>
<p>Make building better software your New Year&#8217;s resolution by <a href="http://www.mindscapehq.com/productive-2012">taking advantage of our 30% sale on the Mega Pack</a>.</p>
<p>For a limited time, pay only $699 and you&#8217;ll receive:</p>
<ul>
<li><a href="http://www.mindscapehq.com/products/lightspeed">LightSpeed O/R Mapper</a> <span style="color: rgb(192, 192, 192); ">(normally $349)</span></li>
<li><a href="http://www.mindscapehq.com/products/wpfelements">WPF Elements</a> <span style="color: rgb(192, 192, 192); ">(normally $699)</span></li>
<li><a href="http://www.mindscapehq.com/products/wpfdiagrams">WPF Diagrams</a> <span style="color: rgb(192, 192, 192); ">(normally $699)</span></li>
<li><a href="http://www.mindscapehq.com/products/silverlightelements">Silverlight Elements</a> <span style="color: rgb(192, 192, 192); ">(normally $699)</span></li>
<li><a href="http://www.mindscapehq.com/products/phone-elements">Phone Elements for WP7</a> <span style="color: rgb(192, 192, 192); ">(normally $299)</span></li>
<li><a href="http://www.mindscapehq.com/products/nhdesigner">NHibernate Designer</a> <span style="color: rgb(192, 192, 192); ">(normally $99)</span></li>
<li><a href="http://www.mindscapehq.com/products/simpledbtools">SimpleDB Management Tools</a> <span style="color: rgb(192, 192, 192); ">(normally $29)</span></span></li>
<li><a href="http://www.mindscapehq.com/products/web-workbench">Web Workbench</a> <span style="color: rgb(192, 192, 192); ">(normally $29)</span></li>
<li><a href="http://www.mindscapehq.com/products/sharepointtools">Visual Tools for SharePoint</a> <span style="color: rgb(192, 192, 192); ">(normally $349)</span></li>
</ul>
<p>Plus, you also get:</p>
<ul>
<li>12 months of new releases, nightly builds and new products!</li>
<li>The best support in the business!</li>
</ul>
<p>Imagine that &#8211; a full range of developer tools across WPF, Silverlight, Windows Phone, Data Access, Web Development and Domain Modeling for just $699!</p>
<p>So, save thousands of dollars by getting all your tools at once with our 30% off Mega Pack Special now.</p>
<p>Hurry, promotion ends 1 Feb 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2012/01/12/kick-start-2012-with-this-special-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF Diagrams: New tree layout algorithm</title>
		<link>http://www.mindscapehq.com/blog/index.php/2011/12/21/wpf-diagrams-new-tree-layout-algorithm/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2011/12/21/wpf-diagrams-new-tree-layout-algorithm/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 23:36:23 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[WPF Diagrams]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=4233</guid>
		<description><![CDATA[In the latest nightly build of WPF Diagrams is a new layout algorithm for displaying tree like structures. The TreeLayoutAlgorithm is much smarter than the existing layout algorithm when it comes to positioning the nodes, handling cycles and managing nodes that have multiple parents. It also makes it easy for you to customize the vertical [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="https://www.mindscapehq.com/products/wpfdiagrams/nightly-builds">latest nightly build</a> of <a href="https://www.mindscapehq.com/products/wpfdiagrams">WPF Diagrams</a> is a new layout algorithm for displaying tree like structures. The TreeLayoutAlgorithm is much smarter than the existing layout algorithm when it comes to positioning the nodes, handling cycles and managing nodes that have multiple parents. It also makes it easy for you to customize the vertical and horizontal spacings between nodes, using the LayerSpacing and NodeSpacing properties. Here is an example of a diagram being managed by a TreeLayoutAlgorithm and using an A* pathfinder for routing the connections.</p>
<p><a href="http://cdn.mindscapehq.com/blog/wp-content/uploads/2011/12/TreeLayoutAlgorithm.png"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2011/12/TreeLayoutAlgorithm.png" alt="WPF Diagrams Tree layout algorithm" title="WPF Diagrams Tree layout algorithm" width="549" height="490" class="alignnone size-full wp-image-4234" /></a></p>
<p>Using a layout algorithm is incredibly simple. All you need to do is create an instance of the layout algorithm of choice, then pass it into the ApplyLayoutAlgorithm method on the DiagramSurface.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">ILayoutAlgorithm layout <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> TreeLayoutAlgorithm<span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span>
ds<span style="color: #008000;">.</span><span style="color: #0000FF;">ApplyLayoutAlgorithm</span><span style="color: #008000;">&#40;</span>layout<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></pre></div></div>

<p>If you need a tree based layout for your diagramming application, then <a href="https://www.mindscapehq.com/products/wpfdiagrams/nightly-builds">download the latest nightly builds</a> and you&#8217;ll be pleased with the results. If you have any questions about WPF Diagrams, <a href="https://www.mindscapehq.com/forums/forum/19">then we would love to hear from you in our forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2011/12/21/wpf-diagrams-new-tree-layout-algorithm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nightly news, 21 October 2011</title>
		<link>http://www.mindscapehq.com/blog/index.php/2011/10/20/nightly-news-21-october-2011/</link>
		<comments>http://www.mindscapehq.com/blog/index.php/2011/10/20/nightly-news-21-october-2011/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 20:29:11 +0000</pubDate>
		<dc:creator>Ivan Towlson</dc:creator>
				<category><![CDATA[LightSpeed]]></category>
		<category><![CDATA[Nightly news]]></category>
		<category><![CDATA[Web Workbench]]></category>
		<category><![CDATA[WPF Diagrams]]></category>
		<category><![CDATA[WPF Elements]]></category>

		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=3873</guid>
		<description><![CDATA[So, last week Web Workbench, this week NHibernate Designer&#8230; will next week be WPF Elements 5? Stay tuned! In the meantime, here&#8217;s what else we&#8217;ve delivered this week. WPF Elements Added support for automatic ranges on alternate Y axes Fix for a design-time issue with the RadialGauge control Added limited control over data sampling Fixed [...]]]></description>
			<content:encoded><![CDATA[<p>So, last week Web Workbench, this week NHibernate Designer&#8230; will next week be WPF Elements 5?  Stay tuned!  In the meantime, here&#8217;s what else we&#8217;ve delivered this week.</p>
<p><a href="http://www.geekosystem.com/fat-cat-art/"><img src="http://cdn.mindscapehq.com/blog/wp-content/uploads/2011/10/DeveloperNotes2.png" alt="" title="Have I already done this one? What the heck. You can never have enough fat mogs." width="344" height="64" class="alignleft size-full wp-image-3876" /></a></p>
<p><strong>WPF Elements</strong></p>
<ul>
<li>Added support for automatic ranges on alternate Y axes</li>
<li>Fix for a design-time issue with the RadialGauge control</li>
<li>Added limited control over data sampling</li>
<li>Fixed a bug where tooltips could not be applied to line series</li>
<li>Initial support for tick marks on the RadialGauge control</li>
</ul>
<p><strong>LightSpeed</strong></p>
<ul>
<li>Enhancements to native projection support</li>
</ul>
<p><strong>WPF Diagrams</strong></p>
<ul>
<li>Added option to include connections in marquee selects</li>
</ul>
<p><strong>Web Workbench</strong></p>
<ul>
<li>Better handling of Unix-style line endings</li>
<li>Fixed spurious squiggly on CSS escape syntax</li>
<li>Fix for non-Latin literals in CoffeeScript</li>
</ul>
<p>You can download the updates right now &#8212; <a href="http://www.mindscapehq.com/downloads/">free editions from the downloads page</a>, <a href="http://www.mindscapehq.com/store/myaccount">full editions from the store</a>.  (Web Workbench auto-updates through the Visual Studio gallery.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindscapehq.com/blog/index.php/2011/10/20/nightly-news-21-october-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (Requested URI is rejected)
Database Caching 4/21 queries in 0.081 seconds using disk: basic
Content Delivery Network via cdn.mindscapehq.com

Served from: www.mindscapehq.com @ 2012-05-22 10:56:26 -->
