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

Modified event occur when I drag

@BATU wrote: I have 2 diagram, diagram A and B. when I drag a node from A to B, A diagram's Modified event is occur and isModified status was true.test code is every simple. like below...

View Article


How to populate table using for loop?

@tesicg wrote: I have an MVC application with view that uses JavaScript file where I get the data from MVC controller using jQuery's AJAX call and want to populate table's node. My code looks as...

View Article


Zoom Out and Zoom In a TableLayout diagram relative to mouse click position

@Tech1 wrote: I have a table layout diagram with some nodes placed inside the cells. There are two options "Zoom Out" and "Zoom In" , that can be selected from UI. When "Zoom Out" is selected and...

View Article

Temporary usage of AutoLayout

@Tany wrote: Hi,Basically my application does not use auto layout.Yet, there are some use cases in my application where i need to use auto layout but immediately return to NON auto layout.I have tried...

View Article

Image may be NSFW.
Clik here to view.

How add shape with in the shape

@ramesh1 wrote: I need to add small shape with in the shape. My requirement is add circle shape with in the ellipse shape. Please find the screen shot for your reference . please provide your...

View Article


How to change svg image color on gojs

@dmaurya24 wrote: hi walter sir,i have no idea in gojs.can you tell me how can i change svg image color in gojs?using node.findObject("SVG_PUMP1") Posts: 2 Participants: 2 Read full topic

View Article

How to init state of PanelExpanderButton?

@tiepna wrote: Hi, I'm trying make button PanelExpanderButton in node following by https://gojs.net/latest/samples/umlClass.html. The issue here is: the button always start with expand state, Is...

View Article

How to make link dynamic after set Spots for Individual Links?

@tiepna wrote: Hi, I'm following this code below: diagram.nodeTemplate = $(go.Node, "Auto", $(go.Shape, "Rectangle", { fill: "lightgray" }), $(go.TextBlock, { margin: 5}, new go.Binding("text",...

View Article


Image may be NSFW.
Clik here to view.

Chrome & GoJS's blurred textblock

@sharpost wrote: In Chrome, the GoJS tree view displays blurred text-block. How to make it as clear as other html elements ? Thanks.. Posts: 4 Participants: 2 Read full topic

View Article


Addlinkdata does not exist on type model

@idekkers wrote: Hi when trying to add a link to the model, I get the error above.addNodeData and others work perfectly, I only get the error for addlinkdata and addlinkdataCollection.I work in...

View Article

Image may be NSFW.
Clik here to view.

Node without parents in TreeLayout

@cardis1 wrote: Hi, I'm using the TreeLayout and in my diagram, some nodes does not have any parent.Currently, these nodes are at the first level, but I'd like to put them at the last level (like the...

View Article

Expanded groups save as JSON

@Tany wrote: Hi,I'm saving some groups to JSON. Some of them are expanded.When i load the data from JSON, the groups that were expanded during saving are loaded as expanded, but i don't see the group...

View Article

Image may be NSFW.
Clik here to view.

How to free resize node without overlapping node?

@tiepna wrote: Hi,please see my image to clearly my question:pic1: loaded diagram without overlappingpic2: overlapping happen when i resize Manufacture NodeIs GoJs support for this things? pic1:pic2:...

View Article


Image may be NSFW.
Clik here to view.

How to trigger AJAX call on dropping object from palette to diagram?

@tesicg wrote: I have palette and diagram. There are some macro-objects in palette and when I drop them to diagram they expand to particular element plus table where are properties of that element....

View Article

Brush the paint in Node

@jvasanthu wrote: Hi Support I am trying to change the color of the node. i am getting below error code myDiagram.nodes.each(function(n) { if(n.data.key == commandOper.layer){ var shape =...

View Article


Image may be NSFW.
Clik here to view.

Defining new node types interactively

@kingo wrote: By the way, I'd like to ask, can I use a custom dot, line, surface to draw and encapsulate my own node?such as this:"geo":"M0 70 L1 70 L2 70 L3 70 L5 70 L7 70 L8 70 L11 70 L13 70 L18 69...

View Article

Incremental save diagram

@BATU wrote: I have two question about incremental save diagram. 1.Model toIncrementalJson(e) method return json. This json object always have a "incremental": 1 property. it is always 1 ?, if not...

View Article


Image may be NSFW.
Clik here to view.

Link re-connection issue during undo / redo

@yscho wrote: I created an expandable node.However, there is a problem that link is not reconnected during Undo / Redo operation. Below are the sources and demos. Steps to reproduce the problem.1)...

View Article

How to construct complex node templates?

@tesicg wrote: I understand that we can construct node templates vertically or horizontally. But what if need, for example, to draw cross in the middle of top circle? The code is following: var...

View Article

Image may be NSFW.
Clik here to view.

How to build tree of items in Node?

@tiepna wrote: I'm refer to this: http://gojs.net/latest/samples/treeMapper.htmlBut i'm trying to do same thing in Node. Is possible to do that?please refer to picture below Posts: 2 Participants: 2...

View Article
Browsing all 6966 articles
Browse latest View live