Quantcast
Channel: GoJS - Northwoods Software
Browsing all 7069 articles
Browse latest View live

Adding Child Lane (BPMN)

@hakanseysane wrote: Hi, BPMN swimlanes has a feature: child lane eg: https://cdn.visual-paradigm.com/tutorials/bpmn2_screenshots/20160307/12-updated-bpd.png I need using child lanes. How can I add a...

View Article


Image may be NSFW.
Clik here to view.

Cursor not updating when hovering on Shape

@turnert wrote: I have an issue with my resizeAdornmentTemplate. I’m overriding it in order to only provide resize handles on the right and left center of my node: template.resizeAdornmentTemplate =...

View Article


Image may be NSFW.
Clik here to view.

Label placement on Group

@aples wrote: Hi, I have been extending the BPMN subprocessGroupTemplate to customize it. I am having trouble getting the label to place correctly. The label is set to place at TopLeft if the group is...

View Article

Image may be NSFW.
Clik here to view.

Drag Contents to Resize Group is Slow

@aples wrote: Hi, This was an issue I asked in another thread, but creating a new one for it as you requested. I have extended the SubprocessGroupTemplate in the BPMN extension example. I like the...

View Article

Stylize certain word in TextBlock

@Gatix wrote: Good day. Let’s say given I have this GraphObject: $(go.TextBlock, 'Some bold text') Is there a way to stylize certain words? ie: the output will be: Some bold text Posts: 2...

View Article


Image may be NSFW.
Clik here to view.

Rotate a shape by a given point as center point

@xujiesh0510 wrote: hi, is there any way to rotate a shape by specifying any point as shape’s center point? Say i want rotate a rectangle by its vertex . any idea is appreciated. thanks. rotate a shpe...

View Article

Image may be NSFW.
Clik here to view.

TextBlock alignment of Link changes after connecting it to port

@pawantarani wrote: Code for Port: $(go.Shape, “Circle”, { fill: "gray", name: "OUT", fromSpot: go.Spot.Right, toSpot: go.Spot.Right, alignment: go.Spot.Right, alignmentFocus: go.Spot.Right,...

View Article

How to set link distance between nodes

@shahave wrote: Hi everyone , I am making a concept map and wants to control the link distance dynamically(i.e suppose i have two nodes like node A ,Node B and have a link between nodes. so i think...

View Article


How can i restrict/allow specific node to have Unconnected Links

@ptag wrote: This is my diagram configuration FYI. myDiagram = $$(go.Diagram, "diagram", { initialContentAlignment: go.Spot.Center, scrollMode: go.Diagram.InfiniteScroll, allowDrop: true,...

View Article


Image may be NSFW.
Clik here to view.

Gojs internal error : Cannot read property 'Yc' of null

@HJOON.KIM wrote: Hello, walter. I’ve got this message while moving a node right after that I changed the node type. Would you please check what is the reason for this? image.jpg1384x522 159 KB Posts:...

View Article

Image may be NSFW.
Clik here to view.

Finding where occurs 'Change not within a transaction' warning

@HJOON.KIM wrote: Hello, walter. I have so many these warning message. I do nothing special, I just move the canvas position with click and drag on background. I think I know how I fix this. Maybe I...

View Article

Image may be NSFW.
Clik here to view.

Center Node in TreeLayout with double link

@nekke wrote: Hi’ im a novice with GoJs so i’m first of all i’m sorry for the request. I use GoJs with C#, so i try to do a treeflowchart wth some data generated by my source code in c# I have this...

View Article

How to set the indicator to the node when i click it in Gojs?

@ShankariManohar wrote: How to set the indicator to the node when i click it in Gojs ? $$(go.Shape, “Circle”, { row: 1, column: 1, alignment: go.Spot.Bottom, fill: “orange”, width: 12, height: 12,...

View Article


Getting GoJS ports location information

@shashanksn wrote: We have a scenario where we need to find / get the location information for a Port. The port is a Go.Panel object and have associated port properties bound. Implemented the dynamic...

View Article

Do not replace a Diagram.model while a transaction is in progress

@winterFire wrote: hello,thanks for your answer,however I meet a new problem,could you help me solve it? the question is that "Do not replace a Diagram.model while a transation is in progress."when I...

View Article


How to set a particular group to double wrapping column

@brianc wrote: Hi all, I am creating a chart based on Kanban Board. Is it possible to set a particular group, eg. Problems to double wrapping column (wrappingColumn: 2), while the others are stayed...

View Article

GoJS version 1.8.28

@walter wrote: Fixed a Link re-routing bug during drags, when DraggingTool.isComplexRoutingRealtime is set to false. It would incorrectly re-compute AvoidsNodes routes during the drag if a node was...

View Article


Image may be NSFW.
Clik here to view.

.computejsondifference doesnot exists on type model

@no_one345 wrote: i m working on an angular 6 diagram i made the same diagram in core js and it worked flawlessly but now i m getting an error on .compute json difference function var savedModel =...

View Article

Hide or show node element with button onclick

@brianc wrote: Hi all, As the title stated above, I have set the element’s visible to false: ... $(go.Panel, "Table", { name: "SCORE", visible: false }, ... ) I have created show and hide buttons:...

View Article

Image may be NSFW.
Clik here to view.

Overlapping Dimensioning Links

@Nick95 wrote: Hello, I have a problem with links from one port to another. Unfortunately, they overlap and are not automatically displayed on top of each other. It should look like this: But that’s...

View Article
Browsing all 7069 articles
Browse latest View live