Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Prevent resizing of Parts
Prevent resizing of Parts [message #1698213] Fri, 12 June 2015 08:33 Go to next message
quest ionnere is currently offline quest ionnereFriend
Messages: 57
Registered: January 2015
Member
Hi,

so far I failed to find some information on how to prevent resizing and moving of parts. For my application I would like to have a mostly fixed layout. The only thing related to it I found so far is this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=361731 which has not been updated since October.

My application is running with the compatibility layer if this does make any difference.

I would gladly appreciate any help or hint in the right direction.
Re: Prevent resizing of Parts [message #1698508 is a reply to message #1698213] Tue, 16 June 2015 07:16 Go to previous messageGo to next message
quest ionnere is currently offline quest ionnereFriend
Messages: 57
Registered: January 2015
Member
is it really not possible to create a client with a fixed layout anymore?
Re: Prevent resizing of Parts [message #1698510 is a reply to message #1698508] Tue, 16 June 2015 07:26 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Not out the box - but you can roll your own SashRenderer who e.g. uses
GridLayout, in e4 on JavaFX I've done that.

Tom

On 16.06.15 09:16, quest ionnere wrote:
> is it really not possible to create a client with a fixed layout anymore?
Re: Prevent resizing of Parts [message #1698513 is a reply to message #1698510] Tue, 16 June 2015 07:37 Go to previous messageGo to next message
quest ionnere is currently offline quest ionnereFriend
Messages: 57
Registered: January 2015
Member
Hi Tom,

thanks for the reply, I'll have a look at this.
Re: Prevent resizing of Parts [message #1698737 is a reply to message #1698513] Wed, 17 June 2015 14:32 Go to previous message
quest ionnere is currently offline quest ionnereFriend
Messages: 57
Registered: January 2015
Member
Hi Tom,

as I see it, I should also have a custom RendererFactory to use my renderers. Unfortunately I cannot create one, as described here

I also cannot extend the SashRenderer or SWTPartRenderer for the same reason (Packages only being exported to other packages). Is there any up to date documentation/example/tutorial on how to implement custom renderers for 4.4?

[Updated on: Thu, 18 June 2015 12:49]

Report message to a moderator

Previous Topic:org.eclipse.core.runtime error on migration to Eclipse luna 4.4.2
Next Topic:Re-compile Eclipse Error
Goto Forum:
  


Current Time: Tue Mar 19 02:35:50 GMT 2024

Powered by FUDForum. Page generated in 0.04109 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top