Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Graphiti » Selection info for shape(Trying to set selection info for shape solid line)
Selection info for shape [message #759450] Mon, 28 November 2011 17:30 Go to next message
Joao S is currently offline Joao SFriend
Messages: 51
Registered: January 2011
Member
Hello everyone,

I´m trying to set set a selection info for shape solid line like this:
@Override
	public ISelectionInfo getSelectionInfoForShape(Shape shape) {
		ISelectionInfo si = new SelectionInfoImpl(
				IColorConstant.SHAPE_SELECTION_FG, IColorConstant.HANDLE_FG,
				IColorConstant.HANDLE_BG, LineStyle.SOLID);
		

		return si;
	}


However in my diagram, the selection line is still appearing as a dashed lyne.

Any Ideas on this?
Re: Selection info for shape [message #759622 is a reply to message #759450] Tue, 29 November 2011 11:44 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
This appears to be a gap. Would you open a bugzilla for that?

Thanks,
Michael
Re: Selection info for shape [message #759632 is a reply to message #759622] Tue, 29 November 2011 12:12 Go to previous messageGo to next message
Joao S is currently offline Joao SFriend
Messages: 51
Registered: January 2011
Member
I would if i knew how Very Happy

Can you please tell me how can i do it?

Joao

[Updated on: Tue, 29 November 2011 17:15]

Report message to a moderator

Re: Selection info for shape [message #759818 is a reply to message #759632] Wed, 30 November 2011 08:23 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
On our support page at http://www.eclipse.org/graphiti/support/ is a link
that allows you to create a new bugzilla. Simply choose "Graphiti" as
component and enter a short text and a description.

Michael
Re: Selection info for shape [message #759846 is a reply to message #759818] Wed, 30 November 2011 09:59 Go to previous message
Joao S is currently offline Joao SFriend
Messages: 51
Registered: January 2011
Member
Done,

Bug 365172

Thanks,
Joao
Previous Topic:How to use Drag&Drop Feature?
Next Topic:Using CreateConnectionCommand
Goto Forum:
  


Current Time: Thu Apr 18 21:13:34 GMT 2024

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

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

Back to the top