<?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>Grant Hinkson Blog &#187; Fireworks</title>
	<atom:link href="http://www.granthinkson.com/category/fireworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.granthinkson.com</link>
	<description>Silverlight, WPF, Fireworks, Flash, XAML, .NET, User Experience, Graphic Design, Web Programming and more!</description>
	<lastBuildDate>Tue, 22 Jun 2010 05:41:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fireworks to XAML Panel Updates (CS4 + Silverlight Fixes)</title>
		<link>http://www.granthinkson.com/2008/10/26/fireworks-to-xaml-panel-updates-cs4-silverlight-fixes/</link>
		<comments>http://www.granthinkson.com/2008/10/26/fireworks-to-xaml-panel-updates-cs4-silverlight-fixes/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 03:56:18 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=142</guid>
		<description><![CDATA[UPDATE: Click Here for the Latest Version If you&#8217;re using Fireworks CS4 and the Fireworks to XAML Exporter, chances are you&#8217;ve seen a problem with the quotation marks in the rendered XAML. I first saw this several months ago, but assumed it was just an issue with a beta version of Blend I was using [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: <a href="http://www.granthinkson.com/tools/fireworks/">Click Here for the Latest Version</a><br />
If you&#8217;re using Fireworks CS4 and the Fireworks to XAML Exporter, chances are you&#8217;ve seen a problem with the quotation marks in the rendered XAML. I first saw this several months ago, but assumed it was just an issue with a beta version of Blend I was using at the time. As it turns out, changes to the core Fireworks text rendering engine were actually causing the problem &#8211; a result of the way I was copying text to the clipboard.</p>
<p>The original version of the panel creates a Fireworks text block, pastes the generated XAML inside the text block, then does a clipCut() to remove the text block from the stage and copy it to the clipboard. The latest version (posted here), sends the XAML back to the Flash panel and, using the System.setClipboard() method, pastes the XAML to the clipboard. The result is a noticeably faster export operation, a very nice surprise.</p>
<p>I&#8217;ve also done a little additional housecleaning, adding support for the new pixel-based rounded corners feature of Fireworks CS4. This is actually one of my favorite new features &#8212; where previously the CornerRadius of rectangles in Fireworks was percentage-based (meaning the amount of roundness would change as you resized the rectangle) you can now specify a pixel-based CornerRadius. This approach ensures the same CornerRadius regardless of the size of the rectangle. (This is how both WPF and Silverlight do it also). The updated panel will honor both percentage and pixel-based roundness modes.</p>
<p>I also updated the way text is converted to paths. Now, instead of a group of individual path objects (the result you get when you select Text &gt; Convert to Paths in Fireworks, I go two steps further, first ungrouping the indivual paths, then joining them into a single path. The result is a much cleaner single Path object.</p>
<p>One last fix I made over the weekend addresses a problem exposed by Silverlight. The FW to XAML panel automatically adds a .Resources collection to the outermost panel, should any of its children need to define a brush resource. Often, this Resources collection was rendered as an empty node &lt;Grid.Resources /&gt;, something that the Silverlight engine does <em>not</em> like (WPF just ignores it). So, this latest update removes the Resources node if it&#8217;s empty. You&#8217;re welcome!</p>
<p><strong>Summary of Changes</strong></p>
<ul>
<li>New Clipboard Logic &#8211; supports Fireworks CS4, improved performance</li>
<li>Support for both percentage and pixel-based rectangle roundness modes (pixel-based mode introduced with FW CS4)</li>
<li>Text to Paths operation results in fewer XAML objects</li>
<li>No longer render empty Resources collection (exposed via Silverlight)</li>
</ul>
<div><strong>Additional Notes</strong></div>
<div>As always, you&#8217;re guinea pigs. Please let me know if you run into any problems with this update. I have run it through my standard gauntlet of tests, but I may have missed a use case.</div>
<div><a title="Fireworks to XAML Exporter" href="http://www.granthinkson.com/tools/fireworks">Download Latest Version</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2008/10/26/fireworks-to-xaml-panel-updates-cs4-silverlight-fixes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Fireworks CS4 Beta on Adobe Labs</title>
		<link>http://www.granthinkson.com/2008/05/27/fireworks-cs4-beta-on-adobe-labs/</link>
		<comments>http://www.granthinkson.com/2008/05/27/fireworks-cs4-beta-on-adobe-labs/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:23:09 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=134</guid>
		<description><![CDATA[The public beta of Fireworks CS4 is now available for download at labs.adobe.com. In addition to a very noticeable (and polished) cosmetic makeover, there are a lot of great new features. Check out Nick&#8217;s list of top new features. Alan has also posted a Breeze session archive demoing the new features. My panels should all [...]]]></description>
			<content:encoded><![CDATA[<p>The public beta of Fireworks CS4 is now available for download at labs.adobe.com. In addition to a very noticeable (and polished) cosmetic makeover, there are a lot of great new features. Check out <a href="http://nickcrossland.co.uk/blog/2008/fireworks-cs4-top-new-features">Nick&#8217;s list of top new features</a>. <a title="Alan Musselman" href="http://weblogs.macromedia.com/amusselman/">Alan</a> has also posted a  <a href="http://weblogs.macromedia.com/amusselman/">Breeze session archive</a> demoing the new features. My panels should all function correctly, but please let me know if you run into any issues and I&#8217;ll work to get them fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2008/05/27/fireworks-cs4-beta-on-adobe-labs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Fireworks Panel: Gradient Direction Editor</title>
		<link>http://www.granthinkson.com/2008/05/15/new-fireworks-panel-gradient-direction-editor/</link>
		<comments>http://www.granthinkson.com/2008/05/15/new-fireworks-panel-gradient-direction-editor/#comments</comments>
		<pubDate>Thu, 15 May 2008 16:56:20 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Styling]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=131</guid>
		<description><![CDATA[Over the past several months I&#8217;ve been working on a new &#8220;BrushManager&#8221; panel for Fireworks. I&#8217;ve been creating all of the individual pieces as AS3 components, both for ease of development and maintenance reasons. The BrushManager (I&#8217;ll eventually come up with a better name) lets you quickly toggle between Solid Fill, and Linear or Radial [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past several months I&#8217;ve been working on a new &#8220;BrushManager&#8221; panel for Fireworks. I&#8217;ve been creating all of the individual pieces as AS3 components, both for ease of development and maintenance reasons. The BrushManager (I&#8217;ll eventually come up with a better name) lets you quickly toggle between Solid Fill, and Linear or Radial Gradient Fill. The Gradient editing capabilities currently in my <a title="Gradient Panel article at Adobe DevNet" href="http://www.adobe.com/devnet/fireworks/articles/gradient_panel.html">Gradient Panel</a> will be migrated into this new panel, along with a new precision Gradient Direction Editor. I currently have a test version of the Gradient Direction Editor in a standalone Fireworks Panel, available for download below.</p>
<p>Take the panel for a spin and send me your feedback. It&#8217;s still a bit buggy at this point, so use at your own risk!</p>
<p>The video below is encoded at 1280 x 720, so be sure and watch in HD on the Vimeo site!</p>
<p><object width="400" height="225" data="http://www.vimeo.com/moogaloop.swf?clip_id=1012840&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=1012840&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://www.vimeo.com/1012840?pg=embed&amp;sec=1012840">Fireworks Panel: Gradient Direction Editor</a> from <a href="http://www.vimeo.com/user467228?pg=embed&amp;sec=1012840">Grant Hinkson</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1012840">Vimeo</a>.</p>
<p>Download Preview Panel: <a title="Gradient Direction Editor" href="http://www.granthinkson.com/downloads/fireworks/gradientdirectioneditor.zip">Fireworks Gradient Direction Editor Panel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2008/05/15/new-fireworks-panel-gradient-direction-editor/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Fireworks Panel Preview: ResourceDictionaryPanel</title>
		<link>http://www.granthinkson.com/2008/03/01/new-fireworks-panel-preview-resourcedictionarypanel/</link>
		<comments>http://www.granthinkson.com/2008/03/01/new-fireworks-panel-preview-resourcedictionarypanel/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 19:39:07 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/2008/03/01/new-fireworks-panel-preview-resourcedictionarypanel/</guid>
		<description><![CDATA[A couple of months ago I posted a preview video of the &#8220;Fireworks Brush Manager&#8221;. Since that post I&#8217;ve had pretty much no free time to work on the project. I&#8217;ve update the layout a bit, added new icons, etc., but haven&#8217;t really focused on finished up the functionality. Last week I spent a little [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.granthinkson.com/wp-content/uploads/2008/03/resourcedictionarypanel.png"><img src="http://www.granthinkson.com/wp-content/uploads/2008/03/resourcedictionarypanel-thumb.png" style="border: 0px none ; margin: 0px 10px 10px 0px" alt="ResourceDictionaryPanel" align="left" border="0" height="244" width="221" /></a>A couple of months ago I posted a preview video of the &#8220;Fireworks Brush Manager&#8221;. Since that post I&#8217;ve had pretty much no free time to work on the project. I&#8217;ve update the layout a bit, added new icons, etc., but haven&#8217;t really focused on finished up the functionality. Last week I spent a little time before bed one night reviewing how I expected to interact with the panel and realized that I was trying to cram too much into a single panel. I realized I really had two panels: a ResourceDictionary Panel and a new Brush Editor panel. Since I have the ResourceDictionary part of the thing in a partially working state, I decided to go ahead and post a preview release to start getting some feedback and bug testing going.</p>
<p>I only have the &#8220;Open&#8221; function working, which lets you browse for a ResourceDictionary. I&#8217;m planning on adding Save capability and a Sync feature, which will synchronize objects on the stage with brushes assigned to them should the resource change. Watch for that over the next 3 months <img src='http://www.granthinkson.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Known Issues: I&#8217;ve found that I have to open the same ResourceDictionary twice sometimes in order for the file to be recognized. So if your brushes don&#8217;t appear at first, try again. If your brushes never appear, or if you run into bugs, please send me a note along with your ResourceDictionary and I&#8217;ll add it to my list of test RDs.</p>
<p>(7: The number of times I typed &#8220;Panel&#8221; in this post, 8 after that last reference)</p>
<p><a href="http://www.granthinkson.com/wp-content/uploads/2008/03/resourcedictionarypanel.zip" title="ResourceDictionaryPanel Preview">Download ResourceDictionaryPanel Preview</a><br />
<em>(Double-click MXP to install, swf included if you have problems, copy directly to the Command Panels folder: C:\Program Files\Adobe\Adobe Fireworks CS3\Configuration\Command Panels)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2008/03/01/new-fireworks-panel-preview-resourcedictionarypanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fireworks to XAML Converter Update</title>
		<link>http://www.granthinkson.com/2007/04/17/fireworks-to-xaml-converter-update/</link>
		<comments>http://www.granthinkson.com/2007/04/17/fireworks-to-xaml-converter-update/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 01:35:33 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=75</guid>
		<description><![CDATA[I&#8217;ve released an updated version of the Fireworks to XAML panel along with a new article at the Fireworks Developer Center at adobe.com. The article provides a nice overview of the panel, the features it offers, and how you can tailor the settings to meet your specific needs. The latest version includes a number of [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Fireworks to XAML Exporter" id="image76" style="float: left; margin-right: 10px" src="http://www.granthinkson.com/wp-content/uploads/2007/04/fw_xaml_tab1.jpg" />I&#8217;ve released an updated version of the Fireworks to XAML panel along with a <a title="Fireworks to XAML Exporter" href="http://www.adobe.com/devnet/fireworks/articles/fw_xaml_panel.html">new article</a> at the <a title="Fireworks Developer Center" href="http://www.adobe.com/devnet/fireworks">Fireworks Developer Center</a> at adobe.com. The article provides a nice overview of the panel, the features it offers, and how you can tailor the settings to meet your specific needs. The latest version includes a number of bug fixes, support for textures and patterns (ahh yeah!) and replaces the current masking implementation with clipping paths. You can download the latest version from the <a title="Download Latest" href="http://www.adobe.com/devnet/fireworks/articles/fw_xaml_panel.html">article</a> posting.</p>
<p>The article is featured in the all new Fireworks Developer Center, updated along with the new CS3 launch. <a title="Fireworks CS3" href="http://www.adobe.com/products/fireworks">Fireworks CS3</a> has a ton of great new features that you definitely need to check out. There are lots of great new articles and walkthroughs in both the Developer Center and the <a title="Fireworks Design Center" href="http://www.adobe.com/cfusion/designcenter/search.cfm?product=Fireworks&#038;go=Go">Design Center</a>.</p>
<div style="clear: left" />
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2007/04/17/fireworks-to-xaml-converter-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks Gradient Panel</title>
		<link>http://www.granthinkson.com/2007/04/17/fireworks-gradient-panel-2/</link>
		<comments>http://www.granthinkson.com/2007/04/17/fireworks-gradient-panel-2/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 01:25:41 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=73</guid>
		<description><![CDATA[Just in time for the CS3 Launch &#8211; my Fireworks Gradient Panel that I wrote about in January now has a nice new face and a handful of additional features &#8212; the ability to change the fill mode to solid, linear gradient or radial gradient and set the orientation on gradients. I also added the [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><img style="float: left; margin-right: 10px" id="image74" alt="Fireworks Gradient Panel" src="http://www.granthinkson.com/wp-content/uploads/2007/04/gradientpanel_cs3_update.jpg" />Just in time for the CS3 Launch &#8211; my Fireworks Gradient Panel that I wrote about in January now has a nice new face and a handful of additional features &#8212; the ability to change the fill mode to solid, linear gradient or radial gradient and set the orientation on gradients. I also added the ability to synchronize the color and opacity nodes, a requirement by gradients in Flash. I&#8217;ve added a slider to the opacity stops so you can quickly set their value as well. I&#8217;m using this panel all the time and find it really streamlines my work.</p>
<p>I have a new article at the <a title="Fireworks Developer Center" href="http://www.adobe.com/devnet/fireworks">Fireworks Developer Center</a> that digs a little deeper into the features &#8212; you can download it from there.</p>
<p><a title="Download Fireworks Gradient Panel" href="http://www.adobe.com/devnet/fireworks/articles/gradient_panel.html">Article and Download</a></p>
<div style="clear: left" />
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2007/04/17/fireworks-gradient-panel-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fireworks Gradient Panel</title>
		<link>http://www.granthinkson.com/2007/01/23/fireworks-gradient-panel/</link>
		<comments>http://www.granthinkson.com/2007/01/23/fireworks-gradient-panel/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 04:58:03 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Styling]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=66</guid>
		<description><![CDATA[I&#8217;ve been working on a custom Gradient Panel for Fireworks off and on for a while and wanted to go ahead and get it posted. It&#8217;s not in a final state, but it&#8217;s definitely usable as is. Having worked with XAML for quite a while now, I&#8217;ve grown to expect the ability to hand-tweak the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a custom Gradient Panel for Fireworks off and on for a while and wanted to go ahead and get it posted. It&#8217;s not in a final state, but it&#8217;s definitely usable as is. Having worked with XAML for quite a while now, I&#8217;ve grown to expect the ability to hand-tweak the offset values of GradientStops. Now I can do the same thing in Fireworks, all from the comfort of a panel!</p>
<p align="left">
<div style="text-align: center"><img id="image63" alt="Fireworks Gradient Panel" src="http://www.granthinkson.com/wp-content/uploads/2007/01/gradientpanel.png" /></div>
<p>I&#8217;m providing two ways to edit with precision: a zooming gradient stop interface and a grid of values. The attached photos show the Gradient Panel in action.</p>
<p><a title="Item Selected - Fireworks Gradient Panel" class="imagelink" href="http://www.granthinkson.com/wp-content/uploads/2007/01/gradientpanel_selection.png"><img border="0" alt="Item Selected - Fireworks Gradient Panel" id="image64" src="http://www.granthinkson.com/wp-content/uploads/2007/01/gradientpanel_selection.thumbnail.png" /></a>   <a title="Fireworks Gradient Panel Zoom Controls" class="imagelink" href="http://www.granthinkson.com/wp-content/uploads/2007/01/gradientpanel_zoomed.png"><img border="0" alt="Fireworks Gradient Panel Zoom Controls" id="image65" src="http://www.granthinkson.com/wp-content/uploads/2007/01/gradientpanel_zoomed.thumbnail.png" /></a></p>
<p><a id="p67" href="http://www.granthinkson.com/wp-content/uploads/2007/01/gradient_panel.zip">Download Fireworks Gradient Panel Extension</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2007/01/23/fireworks-gradient-panel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fireworks to XAML Minor Update 0.9.3</title>
		<link>http://www.granthinkson.com/2006/10/03/fireworks-to-xaml-minor-update-093/</link>
		<comments>http://www.granthinkson.com/2006/10/03/fireworks-to-xaml-minor-update-093/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 01:47:37 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=44</guid>
		<description><![CDATA[A minor update of the Fireworks to XAML Exporter has been posted on the Infragistics Visual Design Group site. This post addresses a gradient conversion issue that occurred under certain circumstances. Fireworks gradient fills consist of a collection of color nodes and a collection of opacity nodes. Because an object can also have an opacity [...]]]></description>
			<content:encoded><![CDATA[<p>A minor update of the <a href="http://design.infragistics.com">Fireworks to XAML Exporter</a> has been posted on the <a href="http://design.infragistics.com">Infragistics Visual Design Group</a> site. This post addresses a gradient conversion issue that occurred under certain circumstances.</p>
<p>
Fireworks gradient fills consist of a collection of color nodes and a collection of opacity nodes. Because an object can also have an opacity mask applied separately from the collection of opacity nodes, I am merging the opacity nodes with the color nodes into a single GradientStopCollection. Each gradient stop is of the format #AARRGGBB, which results in the same effect. This allows me to apply a separate opacity mask and maintain the Fireworks visual. This issue occurred during the node merge process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2006/10/03/fireworks-to-xaml-minor-update-093/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks to XAML Exporter 0.9.2 Released</title>
		<link>http://www.granthinkson.com/2006/09/26/fireworks-to-xaml-exporter-092-released/</link>
		<comments>http://www.granthinkson.com/2006/09/26/fireworks-to-xaml-exporter-092-released/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 18:39:56 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=43</guid>
		<description><![CDATA[I&#8217;ve posted the lastest version of the Fireworks to XAML Exporter on the Infragistics Visual Design Group site. Lots of significant changes are included in this release. You&#8217;ve asked for the ability to save directly to a xaml file, it&#8217;s there. You&#8217;ve asked for image support &#8211; included. Lots of other quality improvements have been [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.granthinkson.com/wp-content/fireworks_to_xaml_output.jpg' alt='Fireworks to XAML Exporter' align="left" style="margin-right: 10px" /> I&#8217;ve posted the lastest version of the Fireworks to XAML Exporter on the <a href="http://design.infragistics.com">Infragistics Visual Design Group</a> site. Lots of significant changes are included in this release. You&#8217;ve asked for the ability to save directly to a xaml file, it&#8217;s there. You&#8217;ve asked for image support &#8211; included. Lots of other quality improvements have been included as well, so the translation should be much more accurate now. Keep those comments and suggestions rolling in and watch for updates in the future.</p>
<div style="clear: both"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2006/09/26/fireworks-to-xaml-exporter-092-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FW to XAML Update</title>
		<link>http://www.granthinkson.com/2006/09/06/fw-to-xaml-update/</link>
		<comments>http://www.granthinkson.com/2006/09/06/fw-to-xaml-update/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 05:47:22 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=41</guid>
		<description><![CDATA[In light of Mike Swanson&#8216;s latest contest announcement, I thought it would be appropriate to post a status update on the Fireworks to XAML Exporter. The Fireworks PNG format isn&#8217;t included in the contest, but just knowing that other file format converters are being worked on encourages me to release the latest version of this [...]]]></description>
			<content:encoded><![CDATA[<p>In light of <a href="http://blogs.msdn.com/mswanson">Mike Swanson</a>&#8216;s latest <a href="http://blogs.msdn.com/mswanson/archive/2006/08/29/729501.aspx">contest announcement</a>, I thought it would be appropriate to post a status update on the Fireworks to XAML Exporter. The Fireworks PNG format isn&#8217;t included in the contest, but just knowing that other file format converters are being worked on encourages me to release the latest version of this converter.  I plan on posting an updated panel within the next week that supports saving directly to .xaml files instead of just providing clipboard support. I really like the clipboard feature, but I think file support is definitely expected, especially for heavier files. I have updated the path logic so that paths now behave like paths natively drawn in EID. Also, instead of just exporting selected items, you can now choose to export the current frame  in its entirety (layer support included). I&#8217;ll put together a comprehensive list of changes in the coming week, just wanted to keep those of you who are currently using this informed.</p>
<p>Stay tuned &#8212; it should prove to be a nice update!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2006/09/06/fw-to-xaml-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
