Skip to main content



      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 12:30 Go to next message
Eclipse UserFriend
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 06:44 Go to previous messageGo to next message
Eclipse UserFriend
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 07:12 Go to previous messageGo to next message
Eclipse UserFriend
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 12:15] by Moderator

Re: Selection info for shape [message #759818 is a reply to message #759632] Wed, 30 November 2011 03:23 Go to previous messageGo to next message
Eclipse UserFriend
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 04:59 Go to previous message
Eclipse UserFriend
Done,

Bug 365172

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


Current Time: Mon Jul 07 02:24:57 EDT 2025

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

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

Back to the top