Add multiple textblocks to same node
@ash wrote: Hi, I need to add multiple label to my node to denote different section, is it possible as like in below image. Floor Planner111.png510x547 7.58 KB Currently i have achived that thing by...
View ArticleHow to use Robot.js in C# automation?
@davem wrote: I’m trying to understand how to use the robot.js file while writing my UI automation tests in C#. I don’t have any experience in using javascript, so I’m not sure if what I am doing is...
View ArticleReload Diagram Link is not the same
@tri wrote: Hi I got a problem when reload the diagram. It allows user to change node position. And when user click save, I currently save the node position (x,y). Then when user enter again, it will...
View ArticleWhen we click the link to change the background color of the target node
@Parthi wrote: Hi walter, How to change the background color of the target node when we the link. From action node pointing to two node means when we click any one link we need to change the...
View ArticleGap between link arrowhead and port
@KeerthiYeruva wrote: Hi, walter I too got same problem , I am using chevron as port and StretchedChevron as to port, but there is a gap between them please help me… Thanks in advance! Posts: 2...
View ArticleIssue when droping the shape from the flyout the 2nd time
@premthomas95 wrote: Capture.PNG1146x765 29.3 KB I was trying to put the shape from the flyout…1st time it was sucessfull…2nd time when I try it throws an error “ERROR TypeError: Cannot set property...
View ArticleProgramatically create a GoLink between two GoGeneralNodes
@ashok wrote: Hello, In my application, we use GoGeneralNodes to display a customized network diagram. We retrieve the network information (Nodes count, topology, capabilities, UIDs etc) via a...
View ArticleBPMN Workflow diagram is visible only on page resize
@mohanr.k wrote: I have implemented BPMN Workflow using the sample code given. My implementation is as follows. My page is divided into 2 columns First column contains a table of items When I select...
View ArticleAuto Resize My Node
@ali_shirazi wrote: hi, i have a node, i want to auto resize node when user type a large name for that. here is my template : myDiagram.nodeTemplateMap.add(“SubProc”, GD(go.Node, “Auto”, nodeStyle(),...
View ArticleAutomatically snap all GoGeneralNodes in GoView in UI
@ashok wrote: Hello, I’ve a GoView component in my UI that is populated with a bunch of GoGeneralNode objects (added to it programatically (user doesn’t drag-drop these nodes)). These Nodes are added...
View ArticlefindLinkDataForKey always return null
@tri wrote: Hi all, I am about to change the opacity of links base on some filter. But I am not able to get the link data via findLinkDataForKey to set the new property value for it. It works for node...
View ArticleLinker Issue: Issue connecting link from the 'Diamond' shape
@premthomas95 wrote: In this image u can see that the linker is connected from the right side of the diamond…But I tried Connceting the link from the bottom of the diamond;; If the Subprocess is...
View ArticleGroup Selection Adornment
@Tany wrote: Hi, The default selection adorerment for a group is “blue” rectangle". I would like to change it to storke(“black”) and srtrokeWitdth(2), See attached sample code :...
View ArticleFocus to next created node or object
@Parthi wrote: Dear Walter, Happy New Year In my project i need to focus on next when node/object is creating one by one. I am using flowchart samples in gojs. when a new node is created how to focus...
View ArticleLink is created even though the IsValidLink from Relinking returns false
@kirthi wrote: Hi, I have open link enabled by setting ValidUnconnectedLinks to ValidUnconnectedLinks.Allowed. and this is working as expected but the issue is in the unconnected link if I select the...
View ArticleGiving Link offset
@kirthi wrote: Hi, I have an node and an open link as below: I copy node along with link and paste it and it appears as below: the node appears with some offset as it is coded so but the open end of...
View ArticleFind a port in node
@Tany wrote: My model holds an array of ports for each node. Links are connected to between ports. For a given link i need to find its port elements (and port attributes) in a their particular nodes....
View ArticleDisplay text on sides of a node
@ghulam wrote: How I can display text on sides on a node? Let say I want to display text on right side of a node. The node is part of a group. I want it to be like this. Posts: 4 Participants: 3 Read...
View ArticlePorting Link connection from ports to nodes
@Tany wrote: Hi, My application connects links via ports, namely, link.data has { to, from, toPort,fromPort }. The toPort and fromPort are port keys in the to/from nodes respectively. I was asked to...
View ArticleSpacing Issue as marked in the diagram
@premthomas95 wrote: Spacing.PNG828x510 15.5 KB How to reduce the spacing which I have marked? Pasting the code here…Need to reduce the spacig between each… const oneeighty = 180; const twopointfive =...
View Article