qasta / gwt-diagrams

Automatically exported from code.google.com/p/gwt-diagrams
0 stars 0 forks source link

Unable to modify Directions for a Connector after it has been wrapped #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using gwt-diagrams-0.1.jar.

After a widget has been wrapped using the UIObjectConnector.wrap(...)
method you are unable to change the allowed directions for the Connector.
This is problematic if you have a UI where you want to allow users to
modify the Connector anchor points.

Workaround:
The simplest workaround that I can think of, that has the fewest
complications, is to not use the UIObjectConnector class at all. Instead,
write one of your own that has similar functionality but has the
flexibility needed for you application.

Original issue reported on code.google.com by xsegr...@gmail.com on 23 Jan 2008 at 9:19

GoogleCodeExporter commented 9 years ago
I agree. Functionality of changing directions in connector will be added in 
next release.

Original comment by michal.b...@gmail.com on 23 Jan 2008 at 10:20