<?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: Capturing print events	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/capturing-print-events/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/capturing-print-events?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=capturing-print-events</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Thu, 09 Jul 2015 14:00:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Robert Cumming		</title>
		<link>https://undocumentedmatlab.com/articles/capturing-print-events#comment-352724</link>

		<dc:creator><![CDATA[Robert Cumming]]></dc:creator>
		<pubDate>Thu, 09 Jul 2015 14:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5909#comment-352724</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/capturing-print-events#comment-352707&quot;&gt;Robert Cumming&lt;/a&gt;.

RE: Yaroslav,

Looking into this the ShowHiddenHandles property is interacted with many times within the print command... so identifying the (2) occurrences after the actual printing (e.g. saving the file) is probably not straightforward (as it still happens inside the print function).  

Regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/capturing-print-events#comment-352707">Robert Cumming</a>.</p>
<p>RE: Yaroslav,</p>
<p>Looking into this the ShowHiddenHandles property is interacted with many times within the print command&#8230; so identifying the (2) occurrences after the actual printing (e.g. saving the file) is probably not straightforward (as it still happens inside the print function).  </p>
<p>Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert Cumming		</title>
		<link>https://undocumentedmatlab.com/articles/capturing-print-events#comment-352707</link>

		<dc:creator><![CDATA[Robert Cumming]]></dc:creator>
		<pubDate>Thu, 09 Jul 2015 07:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5909#comment-352707</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/capturing-print-events#comment-352700&quot;&gt;Yaroslav&lt;/a&gt;.

Hi,

Thanks for the suggestion - It could be a good solution for triggering the clean up post printing - I&#039;ll have a look at it report back.

Regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/capturing-print-events#comment-352700">Yaroslav</a>.</p>
<p>Hi,</p>
<p>Thanks for the suggestion &#8211; It could be a good solution for triggering the clean up post printing &#8211; I&#8217;ll have a look at it report back.</p>
<p>Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yaroslav		</title>
		<link>https://undocumentedmatlab.com/articles/capturing-print-events#comment-352700</link>

		<dc:creator><![CDATA[Yaroslav]]></dc:creator>
		<pubDate>Thu, 09 Jul 2015 06:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=5909#comment-352700</guid>

					<description><![CDATA[Hi,

Have you tried to examine &lt;code&gt;printjob&lt;/code&gt;? It seems to be the printing controller that &lt;code&gt;print&lt;/code&gt; uses internally.
Upon closer inspection, it seems that &lt;code&gt;printjob&lt;/code&gt; changes the &lt;code&gt;&#039;ShowHiddenHandles&#039;&lt;/code&gt; property of the root object before and after printing. Perhaps you could listen to that.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Have you tried to examine <code>printjob</code>? It seems to be the printing controller that <code>print</code> uses internally.<br />
Upon closer inspection, it seems that <code>printjob</code> changes the <code>'ShowHiddenHandles'</code> property of the root object before and after printing. Perhaps you could listen to that.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
