<?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: Adding the Progress View to your RCP application</title>
	<atom:link href="http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:47:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alexandra N</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-9768</link>
		<dc:creator>Alexandra N</dc:creator>
		<pubDate>Tue, 06 Jul 2010 13:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-9768</guid>
		<description>Thank you so much for publishing the missing puzzle piece. I was looking for it after reading the article Prakash wrote. And especially the progress indicator on the status bar.</description>
		<content:encoded><![CDATA[<p>Thank you so much for publishing the missing puzzle piece. I was looking for it after reading the article Prakash wrote. And especially the progress indicator on the status bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-8361</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 03 May 2010 20:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-8361</guid>
		<description>Hi Stuart,

I&#039;m not clear on exactly what&#039;s happening. Does the Progress View open up as soon as you start the job? It&#039;s only supposed to open if you click on the progress feedback in the status line.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Stuart,</p>
<p>I&#8217;m not clear on exactly what&#8217;s happening. Does the Progress View open up as soon as you start the job? It&#8217;s only supposed to open if you click on the progress feedback in the status line.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-8348</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Mon, 03 May 2010 05:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-8348</guid>
		<description>I&#039;m using eclipse Jobs and need to see the progress dialog + status bar progress indicator. These are available by setting:
	configurer.setShowStatusLine(true);
	configurer.setShowProgressIndicator(true);

With this comes the Progress view which I don&#039;t want. Is there anyway to disable it?

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using eclipse Jobs and need to see the progress dialog + status bar progress indicator. These are available by setting:<br />
	configurer.setShowStatusLine(true);<br />
	configurer.setShowProgressIndicator(true);</p>
<p>With this comes the Progress view which I don&#8217;t want. Is there anyway to disable it?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Medha</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-6924</link>
		<dc:creator>Medha</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-6924</guid>
		<description>Very useful information.
Thanks</description>
		<content:encoded><![CDATA[<p>Very useful information.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: memme</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-2179</link>
		<dc:creator>memme</dc:creator>
		<pubDate>Tue, 13 Oct 2009 11:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-2179</guid>
		<description>Hi all,
the progressbar also shows up, when u use a user-job and the ApplicationWorkbenchWindowAdvisor is configured like that:    

configurer.setShowProgressIndicator(true);
configurer.setShowStatusLine(true);

thx</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
the progressbar also shows up, when u use a user-job and the ApplicationWorkbenchWindowAdvisor is configured like that:    </p>
<p>configurer.setShowProgressIndicator(true);<br />
configurer.setShowStatusLine(true);</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-629</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 25 May 2009 22:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-629</guid>
		<description>Hi Kai,

You could contribute the progress view yourself with a perspectiveExtension. Then you would have access to the properties (closeable, etc) that all views do.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Kai,</p>
<p>You could contribute the progress view yourself with a perspectiveExtension. Then you would have access to the properties (closeable, etc) that all views do.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kai</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-630</link>
		<dc:creator>kai</dc:creator>
		<pubDate>Mon, 25 May 2009 14:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-630</guid>
		<description>Hello Patrick,

how can I enable the maximize and minimize button for the progress view? is it possible to disable the other two button (double cross and triangle button)?

kind regard
kai</description>
		<content:encoded><![CDATA[<p>Hello Patrick,</p>
<p>how can I enable the maximize and minimize button for the progress view? is it possible to disable the other two button (double cross and triangle button)?</p>
<p>kind regard<br />
kai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Aman</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-638</link>
		<dc:creator>Bob Aman</dc:creator>
		<pubDate>Sat, 16 May 2009 18:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-638</guid>
		<description>Never mind, I figured it out.  I was accidentally calling monitor.worked() after monitor.done() had been called, and I guess that screwed stuff up.</description>
		<content:encoded><![CDATA[<p>Never mind, I figured it out.  I was accidentally calling monitor.worked() after monitor.done() had been called, and I guess that screwed stuff up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Aman</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-637</link>
		<dc:creator>Bob Aman</dc:creator>
		<pubDate>Sat, 16 May 2009 18:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-637</guid>
		<description>Cool, that mostly works.  Thanks.

However, the progress indicator on the status bar never goes away when the job is done.

I tried calling:

site.getActionBars().getStatusLineManager().getProgressMonitor().done();

But that didn&#039;t seem to help.</description>
		<content:encoded><![CDATA[<p>Cool, that mostly works.  Thanks.</p>
<p>However, the progress indicator on the status bar never goes away when the job is done.</p>
<p>I tried calling:</p>
<p>site.getActionBars().getStatusLineManager().getProgressMonitor().done();</p>
<p>But that didn&#8217;t seem to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2009/02/16/adding-the-progress-view-to-your-rcp-application/comment-page-1/#comment-636</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 16 May 2009 18:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.com/?p=380#comment-636</guid>
		<description>Hi Bob,

To get progress information to show up you&#039;ll also need to have the following line in your WorkbenchWindowAdvisor.preWindowOpen() method:

configurer.setShowProgressIndicator(true)

Hope this helps.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>To get progress information to show up you&#8217;ll also need to have the following line in your WorkbenchWindowAdvisor.preWindowOpen() method:</p>
<p>configurer.setShowProgressIndicator(true)</p>
<p>Hope this helps.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
