GoXam version 2.2.3
@walter wrote: GoXam version 2.2.3 for WPF and for Silverlight are now available. The WPF kit includes a library compiled for .NET 4.6 and sample projects for Visual Studio 2015. The kits are now ZIP...
View ArticleBlack Screen on Firefox
@einav wrote: Hi, I have a strange use case and outcome : on firefox+ win 10 + 125% screen resolution -> I get a black screen when opening my app that contains GoJS. Are you aware of this problem?...
View ArticleBPMN Subprocess expand problem in BPMN Example
@Mickey wrote: I've run into new issue with subprocess element when it has boundary event element. When I expand subprocess that has boundary event in it then it disappears from diagram. Only default...
View ArticleBinding on position property for go.Link does not working as expected
@esimmons wrote: Good day folks. First just want to say many thanks for all the great support we have been getting. We seem to be running into an issue. We are creating a binding on the position new...
View ArticlePlacing ports on the border of Shape(cloud,ellipse)
@abhijith wrote: I want to place a few ports on the border of Nodes containing shapes such as cloud, ellipse etc.Is this possible? Here is an rough sketch depicting what i want. The rects on the...
View ArticleHow to provide Escape key to the diagram parent control
@RobFeng wrote: Hi, Can I have way to provide Escape key for the diagram parent control's key down event? Not stop the key down routed events at diagram. Posts: 2 Participants: 2 Read full topic
View ArticleMove nodes with cursor keys
@i_pfeifer wrote: Hi, is there a built-in feature to move nodes with keyboard cursor keys in GoView or do I have to implement it by myself?Thank you very muchIgor Posts: 2 Participants: 2 Read full...
View ArticleOrg Chart Editor - Data import
@simonxsimon wrote: Hi. I want to change Org Chart Editor so it would read from JSON file into textarea that is now there. I would also like to save to that JSON file when i click the Save button. I...
View ArticleLocationSpot not what it should be
@AndyP wrote: Hi,I didn't realize it before, but now I want to rotate my nodes and the behavior shows up. The LocationSpot of my node seams to be mirrored. The default should be TopLeft, but the node...
View ArticleAdding links of different templates dynamically
@abhijith wrote: My diagram lets the user to draw different types of links dynamically. Here is my code : myDiagram.addDiagramListener("LinkDrawn", function(e) { var link = e.subject; var popUpList =...
View ArticleShapes and Links
@chinenyem wrote: Is it possible to add a shape to a link. For example click link and add a shape. add several shapes to that link. Is it possible or not? Also is there an example to do this. I am...
View ArticlePerformance issues
@Harinatha wrote: Hello,I have around 50,000 nodes and more or less same numbers of link with ForceDirectedLayout with below settings. ForceDirectedLayout layout = new ForceDirectedLayout();...
View ArticleWhen triggered by click event add graphobejct to a link
@chinenyem wrote: Is it possible to add an graphobject to a link when it is clicked on? if so is there and example? Posts: 3 Participants: 2 Read full topic
View ArticleTextblock doesn't bind text property
@MJ wrote: I want to change text on node automatically. So I tried below , this.myDiagram.nodeTemplateMap.add("Param", $(go.Node, "Auto", $(go.Shape, "Rectangle", { fill: "#f68f3a", width:120, height:...
View ArticleHow to enable text block to overflow out of a Node
@vishal_prabhu81 wrote: Hi, I have a textblock in a node and when the user enters a large text I want the text to overflow out of the node rather than expand the node itself. I have this sample source...
View ArticleRhombuses after edge selection
@nwoodsAcc wrote: Hello! When I do selection of an edge, I see green rhombuses on each vertex showing that this is the edge that was selected. I implemented my own indicator of selection (making nodes...
View ArticleHow to use flowchart in angular js app, Is there any warpper for angular js?
@sunitadha wrote: How to use flowchart in angular js app, Is there any wrapper for flowchart to use in angular js app? Posts: 5 Participants: 2 Read full topic
View ArticleBind user defined color on Highlight
@vishal_prabhu81 wrote: Hi, I am currently looking at the sample #4 in the dataBinding page of GoJshttp://gojs.net/latest/intro/dataBinding.html Here on highlight, Color is set to pink and when...
View ArticleGoJS minScale maxScale on go.Diagram Any Limit
@esimmons wrote: Is there a limit on the minScale or maxScale properties. The documentation talks about the default values, but just wanted to see if there were any limits. Posts: 2 Participants: 2...
View ArticleitemTemplate PanelExpanderButton and binding
@mcmyst wrote: Hi, I am trying GoJS to see if it can be usefull in a project. I can't find a way to dynamicaly generate the "text" property of a "PanelExpanderButton" so that it will be linked to a...
View Article