Quantcast
Channel: Northwoods Software - Latest topics
Browsing all 7421 articles
Browse latest View live

Change position in palette

@usernh wrote: Hello. Can I change this behavior? Demo - https://streamable.com/7bnrd I see examples and don’t find solution. Example code: myPalette = $(go.Palette, "myPaletteDiv", // must name or...

View Article


GoJS version 2.0.4 and 1.8.38

@simon wrote: Changes for 2.0.4 Fixed the TypeScript declaration of GraphObject.make to allow an HTMLDivElement as an argument when building a Diagram. Also added some type overloads of that function...

View Article


Image may be NSFW.
Clik here to view.

Edit Next TextBlock when Hitting Tab & Change Textarea to Match the Size of...

@dustinormond wrote: I have two questions: Is it possible to use tab to move to the next textblock when editing text? For example in the image below, I want to start editing the word VARCHAR after...

View Article

Parallel links between groups

@Tany wrote: Hi, Suppose that i have several links between two groups. How can i force GOJS, NOT to group them into a “thick” line, but to remain parallel between the groups ? Posts: 5 Participants: 2...

View Article

Image may be NSFW.
Clik here to view.

Table panel overlaps or goes in background of other nodes

@sjcatch wrote: Hi On click of text block of a table row, I am showing extra rows. But it goes in the background or overlaps to other nodes. I dont want to see this behaviour rather I would like to...

View Article


Image may be NSFW.
Clik here to view.

Gojs deploy license

@tri wrote: Hi, I have a stupid question regarding the license. I already put license string into my code. In localhost, it works well. But don’t know why I still got the un-license message on deploy...

View Article

Absolute Part location/position

@Tany wrote: I noticed that sometimes the X or Y position values of a node are negative. I believe that the negative value is relative to…? How can i get the node absolute (X,Y) values within a...

View Article

Tree Mapper tree Level Query

@no_one345 wrote: i m working on a diagram using tree mapper as base of my diagram https://gojs.net/latest/samples/treeMapper.html i need to know is there a way to make the trees in both groups to be...

View Article


OrgChart Editor with Angular code errors

@striker93 wrote: Hi Everyone , I’ve integrated OrgChart editor with angular but I’ve got many errors , not Typescript errors but it’s about some properties and Types I don’t know what to do in this...

View Article


Setting the location for unconnected links

@henrikbe wrote: I have a diagram with “ValidUnconnectedLinks = Allowed”. When adding nodes, I can easily set their location by using the GraphLinksModelNodeData.Location property. However, the...

View Article

Customize links template

@jokl wrote: How can I limit the linkTemplate to certain objects. I have 3 objects - A, B, C. Valid links: A -> B B -> A B -> C Can I create my own type of link for each object with a...

View Article

Image may be NSFW.
Clik here to view.

Issue displaying svg

@sjcatch wrote: I am trying to display gif and svg dynamically using same code below $(go.Picture, { alignment: go.Spot.Left, row: 11, column: 0, columnSpan: 2, desiredSize: new go.Size(16, 16),...

View Article

Knowing completion of diagram layout change

@dreamweiver wrote: Hi Team/Walter, I am working on a GoJs Diagram with dynamic layout change feature and I want to know if there is any DiagramEvent that gets triggered after the change of diagram...

View Article


How to change node text dynamically?

@colby wrote: How to change node text dynamically without editing in diagram? how to change text of a node from out side of a diagram? can anyone tell how to achieve this? Posts: 2 Participants: 2...

View Article

Image may be NSFW.
Clik here to view.

Whenever a node has a defined category, selectionChanged function is not...

@SmilyArora wrote: I have written a callback function on select of nodes in the diagram: And i have created nodeTemplateMaps something like: image.png966×882 75.5 KB So, the selectionChanged function...

View Article


Several types links in LinkTemplateMap

@jokl wrote: I have 3 types of objects - A, B and C. If I have an A -> B relationship, then I need one type of link, if A -> C, then another type. I can do this with 2 different types of links...

View Article

Tree Mapping :: Need to replace the whole Diagram model

@senoz wrote: How to replace the whole Diagram.model . I have the nodeDataArray structure thats is displaying in the tree format. I need to replace the whole nodeDataArray format with the new values...

View Article


Color of Freehand Drawing Tool

@agv wrote: Hello, I have the 1.8.32 version How can I change the color of the drawing path? I can change the “finished” path but when I´m drawing is always black. Posts: 2 Participants: 2 Read full...

View Article

Making the Canvas Fullscreen

@dustinormond wrote: Is there a quick way to make the canvas fullscreen? For example, if the user types F11 and the canvas is currently selected, I would like it to open the canvas in fullscreen....

View Article

Node selection when clicking anywhere in this object

@jokl wrote: My nodeTemplate: $( go.Node, $( go.Shape, { fill: 'white', strokeWidth: 1, figure: 'LineH' }, new go.Binding('strokeDashArray', 'strokeDashArray'), ), ); I can select a node only if I...

View Article
Browsing all 7421 articles
Browse latest View live