Search
-
Sorry if I answer late, but I got user feedback only Yesterday.
The problem I got is due to the fact that Visual Studio 2008 when you put a file or an image in the embedded resources by default sets it as "Linked at compile time" When I changed it to "Embedded in .resx" the program worked and the license demo ...
-
Sorry if I answer late, but I got user feedback only Yesterday.
The problem I got is due to the fact that Visual Studio 2008 when you put a file or an image in the embedded resources by default sets it as "Linked at compile time" When I changed it to "Embedded in .resx" the program worked and the license demo ...
-
In the ERM diagram documentation about how to license components with my application it is written that the component will check for the XML license file you supplied when I registered my components First on the software installation folder, then in the embedded resources of the program.
I've first added the license xml file as an embedded ...
-
I suppose this is a consequence of the Shapes being too close (and I'm not able to tell the arranging engine how to make distances larger)
Even using the Avoid=true, the connectors are drawn over the shapes.
I'm sure I'm doing something wrong but I don't know what is there a way that I don't know to tell the layering engine a ...
-
I have the above issue with a diagram,
the DIagramSize is 3000;2000 The Model component is in a TabControl Page the AutoScroll is true on the Model, the Dock of the model is Fill.
(I've copied the properties from the editor sample).
When I lay out the diagram it is inside the Model, If then I Arrange it, even though the diagram space is ...
-
The future options will be great for now if needed we'll use the render. Thank You.
[quote user="James Westgate"]You can use the Width, Height and Inset properties of the Arrow class to make a different size Arrow (marker). The marker is rotated to fit at the end of the line and this rotation causes the text and ...
-
Thank you that was it.
[quote user="James Westgate"]You can use the following code to ensure the connectors are redrawn private void RedrawConnectors() { foreach (Line line in Lines.Values) { if (line is Connector) { Connector connector = (Connector) line; if (connector.Jump) connector.DrawPath(); } } }[/quote]
-
With points I suppose you intend the angles, thank you for the quick answer.
I need one more clarification, the label element has also a property named Offset, can this be used to position the label above or below the line?
if that is not the purpouse, how is it used?
[quote user="James Westgate"]The number of points are ...
-
I hope this is the last one for today,
In the components help file I found a page about the Label of the Connectors, where it is written:
The Label is positioned in the center of the connector.
Now can you explain me what this means? How it is calculated? This is just because I found my labels in strange places and I am not able to ...
-
I've noticed that when I call one of the automatic arrange options Like the Hyerarchical layout or Force Directed Layout the shape connectors mantain sometimes jumps drawn in places where there is no need for a jump, probably because during the disposing of the layout there was another connector then moved.
Isn't it an option or a ...
|
|
|