<?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: Eclipse RCP &#8211; Removing the minimize and maximize buttons from Views</title>
	<atom:link href="http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/comment-page-1/#comment-994</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1269#comment-994</guid>
		<description>I opened a bug for this:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=295088</description>
		<content:encoded><![CDATA[<p>I opened a bug for this:  <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=295088" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=295088</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/comment-page-1/#comment-990</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1269#comment-990</guid>
		<description>@Remy @Chris: I did use the clear workspace flag in the runtime configuration. If you want to give it a try I attached the project. It is basically the &quot;RCP with a view&quot; template I only removed set fixedLayout and add the view via XML</description>
		<content:encoded><![CDATA[<p>@Remy @Chris: I did use the clear workspace flag in the runtime configuration. If you want to give it a try I attached the project. It is basically the &#8220;RCP with a view&#8221; template I only removed set fixedLayout and add the view via XML</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/comment-page-1/#comment-989</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Fri, 13 Nov 2009 15:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1269#comment-989</guid>
		<description>Lars, generally I run into this issue if I&#039;ve been testing a variety of RCP applications in my workbench and my configuration area or workspace hasn&#039;t been clean.</description>
		<content:encoded><![CDATA[<p>Lars, generally I run into this issue if I&#8217;ve been testing a variety of RCP applications in my workbench and my configuration area or workspace hasn&#8217;t been clean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Chi Jian Suen</title>
		<link>http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/comment-page-1/#comment-984</link>
		<dc:creator>Remy Chi Jian Suen</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1269#comment-984</guid>
		<description>Did you wipe your runtime workspace first, or at least its workbench.xml file? The perspective may have been cached and the (plugin.xml) contribution was ignored. If yes, it certainly sounds like a bug, if it is the expected behaviour, then it needs to be documented somewhere. ;)</description>
		<content:encoded><![CDATA[<p>Did you wipe your runtime workspace first, or at least its workbench.xml file? The perspective may have been cached and the (plugin.xml) contribution was ignored. If yes, it certainly sounds like a bug, if it is the expected behaviour, then it needs to be documented somewhere. <img src='http://www.vogella.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://www.vogella.de/blog/2009/11/13/rcp-minimize-maximize-view/comment-page-1/#comment-982</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Fri, 13 Nov 2009 09:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1269#comment-982</guid>
		<description>Hi Lars,

another aspect: layout.setFixed(true) might be doing the job for views, but it is not doing it for editors. The minimize and maximize buttons are visible in the editor area (IEditorSite), although they are not doing anything (not for RCP and also not for RAP) - not nice at all.

I searched into FormEditor.getEditorSite.getActionBars but could not find them there.
I also tried ((WorkbenchWindow) PlatformUI.getWorkbench().getActiveWorkbenchWindow()).getActionBars() - not there either.
Even my ActionBarAdvisor extension did not help.
I am wondering if I&#039;ve missed something there.

Anyway, if you find a way to do it, please keep me also informed!</description>
		<content:encoded><![CDATA[<p>Hi Lars,</p>
<p>another aspect: layout.setFixed(true) might be doing the job for views, but it is not doing it for editors. The minimize and maximize buttons are visible in the editor area (IEditorSite), although they are not doing anything (not for RCP and also not for RAP) &#8211; not nice at all.</p>
<p>I searched into FormEditor.getEditorSite.getActionBars but could not find them there.<br />
I also tried ((WorkbenchWindow) PlatformUI.getWorkbench().getActiveWorkbenchWindow()).getActionBars() &#8211; not there either.<br />
Even my ActionBarAdvisor extension did not help.<br />
I am wondering if I&#8217;ve missed something there.</p>
<p>Anyway, if you find a way to do it, please keep me also informed!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

