Adding License Key For DLL
@shivani wrote: i am using method Diagram.LicenseKeyForDLL("provided Key") in my module .but on my build machine the watermark is still visible .just wanted to confirm if this is the right way to do...
View ArticleAvoidsNodes link routing when virtualized
@wpegg wrote: Hi, I've customised a fair bit of my diagram to have its own layout algorithm, and to virtualize similar to how the sample suggests. However I am still using the default routing...
View ArticleGet diagram.selection within DraggingTool.doStart() method
@Yefim wrote: Hi,I need to get a collection of nodes to be dragged at the beginning of the process (if someone curious why - on a large diagram with many links, in order to improve performance, I am...
View ArticleMoving a single point of the GoLink
@Denis wrote: Is there any way to figure out that we are moving a single point of the orthogonal GoLink (the moment before we will move the point) and that fact we have just finished moving it?Maybe...
View ArticleHow to send the Links backward to any crossing Node in GoJS diagram
@manasagarwal wrote: As you can see in the diagram many links are crossing the nodes which looks dirty (NODE1, NODE2, RAM1, SSD3), I want to send all the links lines backward. Please let me know how...
View ArticleHow to avoid multiple Links and set bidirectional links?
@Rizwan wrote: See attached Image? multiLinks.png1366x738 12.8 KB Posts: 2 Participants: 2 Read full topic
View ArticleShape with a double border
@Doogal wrote: Hi I'm just wondering what is the best approach for drawing shapes with a double border? Our users can add various different shapes to the diagram and we let them set the border width...
View ArticleGOJS TREE with two groups with same key name
@nadeemparvez.ak wrote: Hello I am implementing concepts of records containing tree. so I am creating two groups in node Data Array { isGroup: true, key: -2, text: "Device Model", xy: "300 0" },...
View ArticleOverride InsertLink when connecting between nodes
@rustyaussie wrote: I have managed to get most things working, admittedly I've copied most of it from the DynamicPorts demo. However, I keep getting this error whenever I try and connect two ports i...
View ArticleGoJS version 1.6.8
@walter wrote: Changes for 1.6.8:- Fixed how Diagram.findNodesByExample and Diagram.findLinksByExample compared Arrays- Fixed link routing in some cases where there was a TwoWay Binding on Link.points...
View ArticleWhen opening large Diagram with ForceDirectedLayout the view automatically...
@shivani wrote: When opening large Diagram with ForceDirectedLayout the view automatically scrolls to bottom.is there any way to stop it and let the user see the top view of the diagram. Thanks in...
View ArticleHow to add Listener to Diagram.lastInput
@ebbnormal wrote: Hello. I am trying to add an Event Listener which would be called everytime diagram.lastInput's value is changed. It would probably look like: diagram.addModelChangedListener()...
View ArticleRestrict relinking only to the same node
@SimonBrodtmann wrote: Hi, I want to restrict relinking only to other ports on the same node.So I tried to use link validation: diagram.toolManager.relinkingTool.linkValidation = function(fromnode,...
View ArticleSlide diagram to Bring a selected node to front
@lipuabhishek wrote: I have a very big diagram where few nodes are out of view on the canvas. I have implemented a node search functionality which works well for selecting the target node.Is there any...
View ArticleSegment creation rhombus
@shameer.sheik wrote: Hi, I can notice that the rhombus that is used for segment creation is not present in the start segment and the end segment , how can i make this appear ? Posts: 5 Participants:...
View ArticlemakeSvg() issues with 1.6.9
@estesbubba wrote: In our mobile app I'm using makeSvg() to display an image of our diagram. This was working just fine 1.6.1 and with 1.6.9 I'm seeing these issues. The only options given to...
View ArticlemouseDrop on a graph Node
@ernestjessee wrote: I would like to add a mouseDrop method to my node template and know 2 things when that drop method is called: what was dropped and what it was dropped on. for the latter, I mean...
View ArticleLayered & Layered-Horizontal Graph layout
@Archie wrote: Hi,I am using GoJs (V1.4.6) graphs to create layered and layered-horizontal layouts. I have ensured that my layout settings are identical to what has been shown here :...
View ArticleGroup layout initially draws nodes at origin
@wpegg wrote: Hi, I'm trying to layout some groups stacked as vertical swimlanes, then within those I have nodes laid out vertically downwards from the top. I've got my layout working, and that...
View ArticleGoView and SharePoint 2010
@LDLKM wrote: I am running a SharePoint 2010 Farm and trying to create a visual webpart with a GoView control. I am using the Framework 3.5 version of the control as SharePoint 2010 does not support...
View Article