Get the desired result with defineFigureGenerator + Auto panel +...
@Jany wrote: Hello, I'm using GoJS v1.7.1 on Linux in Firefox. My problem is: I defined a custom shape geometry for a rectangle with two pointy (triangular) endings, and I want to use that shape...
View Article"TextEdited" DiagramEvent issue
@xyan3 wrote: Hi everybody, I met a issue when I am using GoJS 1.7.1. I was trying to get the old and new text after text edited action is done on a TextBlock. My event listener is below:...
View ArticleGoJS version 1.7.2
@walter wrote: Fixed missing declaration in go.d.ts. Improved some documentation and samples. For information about older releases, please read the change log:...
View ArticleAngular2 Support
@cobolstinks wrote: We're evaluating this library, primarily to develop interactive flowcharts. I have created some basic digrams and so far they meet our needs. However we're going to use Angular2 to...
View ArticleHTMLInfo typings issue - value/valueFunction mismatch
@xyan3 wrote: @walter In go.d.ts file, HTMLInfo has the member "value" which is inconsistent with implementation which is labeled as "valueFunction". That caused customized text editor in Typescript...
View ArticleHow to change the pink selection box?
@sean-hill wrote: How do I change the color of the pink box and blue arrow here? I have tried this code: diagram.toolManager.dragSelectingTool.box = $make(go.Part, { layerName: 'Tool', selectable:...
View ArticleToolbar for GoJS textarea
@jaya wrote: Is it possible to create text editor toolbar to GoJS text area. something like this as shown in the attachment.When I click on text area it should appear(toolbar). Posts: 3 Participants:...
View ArticlePrevent adding change to undo manager history list
@Mickey wrote: Hello, I have a node that have button panel which is activated/deactivated when user clicks on already selected node. I'm using a data binding to tell node when to show/hide panel...
View ArticleDifferent nodes on the same diagram
@bresc wrote: Hi there, i was wondering if you can make that the nodetemplate can vary depending of what it receives for example i can show a shape by default but if the palette node have a source of...
View ArticleMissing method return type in typescript definition file
@cobolstinks wrote: Hello, I got this message from the angular2 compiler when trying to AOT compile my app: npm : Error at C:/tfs-git-kdc/WebApp/mea/node_modules/gojs/release/go.d.ts:8503:9:...
View ArticleAOT and rollup
@cobolstinks wrote: JIT compiling angular2 works and runs fine with importing the namespace like this: import * as go from 'gojs'; and loading the go-debug.js file via the system.js module loader. I...
View ArticleGetting Shape in MouseOver
@cobolstinks wrote: Hello, I'm trying to highlight nodes on mouse over. Here is my node template: // define the step Node template myDiagram.nodeTemplateMap.add("decision", Make(go.Node,...
View ArticleGoJS v1.6.21 creating new go.HTMLInfo() constructor
@ibro wrote: I'm trying to use the custom TextEditor but I get this error when creating a new TextEditor at this line :var TextEditor = new go.HTMLInfo();Uncaught TypeError: go.HTMLInfo is not a...
View ArticlePlaceholder in group Template not working with customResizeTool and...
@Ank wrote: Hi Walter,I am using placeholder in my grouptemplate and when i rotate the group panel the shapes it contains are moving outside this panel Also it doesn't has smart size for all the...
View ArticleWhat is Order of links in collection return by findExternalLinksConnected()
@pratap wrote: Hi... there I am using a group( i.e. A) and it is connected with some other group( i.e. B, C, D, E ). then what is the order of link by which these group are connected. Posts: 3...
View ArticleHow to embed nodes SVG pictures in the SVG exported diagram
@link wrote: Hi, when exporting the diagram as SVG (makeSVG), is it possible to embed nodes images (SVG Picture) instead of using xmlns:xlink?Right now I'm retrieving those SVG images from a server,...
View ArticleMultiple links to link
@hkhire wrote: Hello,I want multiple links to link in different position.I m referring "Links to Links Sample" and always "Link Label Nodes" are getting centered of link.i want this I have used...
View ArticleSave Group Node Placement on collapse?
@cobolstinks wrote: Is it possible to have a group save it's nodes' positions on collapse? Here is my groupTemplate: myDiagram.groupTemplate = Make(go.Group, "Auto", { layout: Make(go.GridLayout, {...
View ArticleLinkingTool & findLinkablePort()
@cardis1 wrote: Hi, We decide to update gojs from 1.6.22 to 1.7.2 and the we receive this error:"Property 'findLinkablePort' is protected and only accessible within class 'LinkingTool' and its...
View ArticleHow to retrieve deleted node data
@sean-hill wrote: Hey there, I have a question about Diagram Events. When I double click in the background to create a new node, the PartCreated event is fired with the e.subject.part.data ....
View Article