Crainiate Community

Support and discussion for users of Crainiate component software products
Welcome to Crainiate Community Sign in | Join | Help

Search

Page 1 of 2 (11 items) 1 2 Next >
  • Re: License on the customers computer

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 10-17-2008
  • Re: License on the customers computer

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 10-17-2008
  • License on the customers computer

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 10-01-2008
  • Connector above or below shapes even using Avoid

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-19-2008
  • Diagram out of the model after using Auto Layout modes

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-19-2008
  • Re: Arrows and images

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-19-2008
  • Re: Connectors redrawing

    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]
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-19-2008
  • Re: Connector label positioning

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-19-2008
  • Connector label positioning

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-18-2008
  • Connectors redrawing

    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 ...
    Posted to ERM Diagram 4.x (Forum) by sabrina_c on 09-18-2008
Page 1 of 2 (11 items) 1 2 Next >