<?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: No flash events after PrintJob.start()</title>
	<atom:link href="http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/</link>
	<description>About Flash™, Flex™, software development and my computer</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:48:04 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/comment-page-1/#comment-9420</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 26 May 2010 19:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derraab.com/?p=57#comment-9420</guid>
		<description>We ran into this exact same issue. We also used a template based system for our reports and would utilize databinding which would cause the templates to sometimes load images. We moved away from templates to rendering every page in advance and making sure all images were fully loaded and then printing. Depending on the number of reports and records they selected it could eat up to a gig of ram (which we found the OS never fully reclaimed even though Flex Builder profiler didn&#039;t indicate any instances hanging around). We now settled on a solution to load all images up before printing (array of Loader objects) and then create images from the binary image data as we move through the template/record combination&#039;s. The good thing about this (even though we should never have had to do it) is we probably will never hit the 15 second timeout on addPage with a print job as all images (or external resources) will be 100% loaded. Hope this helps!</description>
		<content:encoded><![CDATA[<p>We ran into this exact same issue. We also used a template based system for our reports and would utilize databinding which would cause the templates to sometimes load images. We moved away from templates to rendering every page in advance and making sure all images were fully loaded and then printing. Depending on the number of reports and records they selected it could eat up to a gig of ram (which we found the OS never fully reclaimed even though Flex Builder profiler didn&#8217;t indicate any instances hanging around). We now settled on a solution to load all images up before printing (array of Loader objects) and then create images from the binary image data as we move through the template/record combination&#8217;s. The good thing about this (even though we should never have had to do it) is we probably will never hit the 15 second timeout on addPage with a print job as all images (or external resources) will be 100% loaded. Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derRaab</title>
		<link>http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/comment-page-1/#comment-2076</link>
		<dc:creator>derRaab</dc:creator>
		<pubDate>Thu, 10 Sep 2009 08:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derraab.com/?p=57#comment-2076</guid>
		<description>Sorry, I guess there is no solution.</description>
		<content:encoded><![CDATA[<p>Sorry, I guess there is no solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/comment-page-1/#comment-2052</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derraab.com/?p=57#comment-2052</guid>
		<description>Hello! This is an excellent post. It is good to co-miserate with others having the same problem.

I would like to know if you were able to find a solution to this problem.

1) Avoiding Script-Timeouts
2) Use the flash event model. Specifically, adding pages on EnterFrame and not having the printJob close the spool upon leaving a frame.

Thanks.

Have a nice day.</description>
		<content:encoded><![CDATA[<p>Hello! This is an excellent post. It is good to co-miserate with others having the same problem.</p>
<p>I would like to know if you were able to find a solution to this problem.</p>
<p>1) Avoiding Script-Timeouts<br />
2) Use the flash event model. Specifically, adding pages on EnterFrame and not having the printJob close the spool upon leaving a frame.</p>
<p>Thanks.</p>
<p>Have a nice day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Kayser</title>
		<link>http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/comment-page-1/#comment-646</link>
		<dc:creator>Mike Kayser</dc:creator>
		<pubDate>Fri, 17 Apr 2009 14:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derraab.com/?p=57#comment-646</guid>
		<description>You could create and print a smaller number of pages at a time.  That would solve crashing and timeout issues, not much I could recommend about quality.</description>
		<content:encoded><![CDATA[<p>You could create and print a smaller number of pages at a time.  That would solve crashing and timeout issues, not much I could recommend about quality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Goethals</title>
		<link>http://blog.derraab.com/2008/11/06/no-flash-events-after-printjobstart/comment-page-1/#comment-112</link>
		<dc:creator>Tom Goethals</dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derraab.com/?p=57#comment-112</guid>
		<description>We have the exact same problem and no fix.</description>
		<content:encoded><![CDATA[<p>We have the exact same problem and no fix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
