-
Note Patch 1610306 (http://sourceforge.net/tracker/index.php?func=detail&aid=1610306&group_id=169882&atid=852132)
fixes this, among other issues as stated in that patch.
2006-12-06 18:49:24 UTC in Netron Reloaded
-
Now have 2 layout options
Tunkelang
And Minimize Connection Lengths (Note: Just rearranges which connector the connection is hooked up to, NOT the shapes)
Buncha changes, including:
Connections now have a collection, within the model
Connection now has links to the key shapes
Layout:
VERY primitive, though open source code I found online. RUDE conversion from Java, I got it to do...
2006-12-06 18:06:20 UTC in Netron Reloaded
-
For Each Shape
Put Each on the control, starting in top left corner
Continue Across the top, and if run out of room, move down
Note that the down movement is currently be the height of the LAST control
Code to do it:
void Layout_SimpleAcrossAndDown(object sender, LayoutEventArgs e)
{
// For Each Shape
// Put Each on the control, starting in top left corner
//.
2006-11-29 14:44:42 UTC in Netron Reloaded
-
Several things in here.
To See issue:
Run the Form
2 buttons on top, the one the right doesn't work, the one on the left does link the controls
Bunch of things here:
1. Should be able to link through the shapes directly by creating a new connection
No ability to add the connection to the diagram, though.
Note that there ARE changes from the downloaded code include here! In...
2006-11-28 20:01:45 UTC in Netron Reloaded