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

Image may be NSFW.
Clik here to view.

Auto BPMN Layout Advice

@garyscarter wrote: Hi, We're currently trying to produce a BPMN layout very similar to the BPMN example on the GoJS samples page, but we want the nodes to be positioned automatically. I have a...

View Article


Org chart editor disable the node

@jvasanthu wrote: Hi Walter How to disable the node and grey out the colori am doing below but it is not greying out. myDiagram.nodes.each(function(n) { var shape = n.findObject("SHAPE"); if (shape)...

View Article


Switch gojs textblock element on drop

@marin wrote: Hi, I am currently using GoJS for academic purposes. I was wondering if it is possible to switch a g.TextBlock element with a new one after a Node hasb een droppped from the palette....

View Article

About Drag range of Node

@gecode wrote: http://gojs.net/latest/samples/flowchart.htmlHi!I set a layer to diagram and add a image part set this layer,now I want restricted Drag range of node in the Interval of image. Posts: 1...

View Article

Why can I draw duplicate links?

@marin wrote: I want to have ports that can be connected by a link, similiar to what is given: https://gojs.net/latest/samples/draggableLink.html The porst appear only when a mouse enters the node....

View Article


go.Model.SetDataProperty doesn't notifying modified json in...

@JP wrote: Hi, In Diagram.addDiagramListener("TextEdited", function (e) {...}), when the one node data is edited I am trying set the edited value in another node data using Model setDataProperty under...

View Article

Any idea why link labels are not oriented right along the link?

@catface wrote: problem is this:https://www.screencast.com/t/fjjpaaG0su for some reason it seems that labels are attached to one segment... but rotate to match another segment... :S any ideas? this is...

View Article

Image may be NSFW.
Clik here to view.

Arrow resize is not working properly

@kannanprs wrote: I have created arrow shape when i am re-sizing maximum level (maximum to minimum level) at one point of time arrow head not displayed. please find me the code.correct me if it is...

View Article


How to allow drag drop across GoJS treeview with a scrollbar ? (from last...

@sharpost wrote: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>GoJS Tree View</title> <meta...

View Article


Image may be NSFW.
Clik here to view.

How to make sure GoJS TreeView node does not change position by scroll down?

@sharpost wrote: The tree view height is less than the div height. So there will be empty space at bottom. When user scrolls down, the tree view shifts to bottom. How can i avoid that?It works fine...

View Article

GoJS TreeView becomes very slow to operate for 5000 items with links

@sharpost wrote: If there is no link template specified to a tree view of 5000 items, the tree view works very smooth.But when a link template is applied, the rendering,selection & scrolling...

View Article

Gojs default canvas scrollbar events

@jaya wrote: Hi,We are getting an default scrollbar for canvas, when object exceeds the window. I want Scrollbar click event so that I can write my method.I have applied different jQuerry click events...

View Article

I'm not able to run the second small sample from your site

@tesicg wrote: Hello, I'm totally new in GoJS and try to run some simple example from your site. I use VS2013 and created simple MVC application. In Index.cshtml page I put the following: @{...

View Article


Add elements in treeview

@Motst wrote: HI. Help pls. I have main diagram and palette with tree of elements. When i add element on main diagram i want that element add in tree too. And how i can set location of nodes on...

View Article

Need to select twice when deleting in a iframe

@chzh.austin wrote: I don't know it is for all iframes or only for iframe gerenated by React. If I am using gojs in a iframe, I have to select a certain node twice before I can really delete it by...

View Article


How to change the fill color of shape?

@tesicg wrote: Hello, I'm playing with GoJS and in this sample: http://gojs.net/latest/samples/logicCircuit.html in this part of code: // define templates for each type of node var inputTemplate =...

View Article

How to set style of parent object in child object

@Jashka wrote: $("CheckBox", "choice", { row: 2, column: 0, "Button.width": 20, "Button.height": 20, "ButtonBorder.figure": "Circle", "ButtonBorder.stroke": "blue", "ButtonIcon.figure": "Circle",...

View Article


Org Chart Editor New Node focus

@jvasanthu wrote: Hi Walter When org chart editor new node added. Is it possible to do below Focus to be moved to New Node New Node will be "clicked" and the Inspector updated accordinly Could you...

View Article

Image may be NSFW.
Clik here to view.

How to setup GridLayout with root node at center

@tiepna wrote: Hi guys, I trying make class diagram. but i have an issue about layout.1. i want some kind like grid layout with root node at center2. other node which has link with root will closet Is...

View Article

Hiding context menu based on node data

@jvasanthu wrote: Hi Can we hide the context menu buttons based on node data. or when you right click the event fire on the node based on node data the context menu displayed.. here i have 10 context...

View Article
Browsing all 6965 articles
Browse latest View live