Is it posible to have a picture node bound to a stream/byte array?
@Alpheus wrote: Hi there, I am trying to create custom picture nodes for my palettes and diagrams. When i read up i realize that most/all the samples for go.Picture point to a picture on the...
View ArticleNode location within a group
@Tany wrote: I have a group with 4 nodes : { key: "CC", isGroup:true}, { key: 5, source: "icons/switch.png", group: "CC", loc:"100 0"}, { key: 6, source: "icons/switch.png", group: "CC", loc:"200 0"...
View ArticleColumn overlapping
@Giu wrote: I have this template: $(go.Panel, "Table", { maxSize: new go.Size(150, 999), margin: new go.Margin(3, 3, 0, 3), defaultAlignment: go.Spot.Left }, $(go.RowColumnDefinition, { column: 2 }),...
View ArticleGoJS version 1.8.10
@walter wrote: Improved wheel events, primarily for Firefox and Firefox for Android. Mac trackpads will now pan and scroll in both directions in Firefox. Fixed a bug with links not rerouting during a...
View ArticleBest way to access properties (with intent to possibly modify) within a node
@mutt_1924 wrote: Based on the nice example codepen @simon created here: ...my question is: What is the best way to access all the different properties within the node once a user clicks on the node?...
View ArticleCan i use GoJs in a commercial application?
@JusticeN wrote: i am planning to develop an app using some diagram. And GoJs is a grat choice for that. So can i use it in my commercial application or should i have to subscribe for a licence ?...
View ArticleCenter alignment for last nodes in a tree layout diagram
@mutt_1924 wrote: I've tried to play with the options in the tree layout,and have a layout with nodes that looks like this (modified screenshot).... image.png543x633 3.44 KB ...but what I would like...
View ArticleStrange port linking issue
@tailchaser wrote: I have been racking my brain over this problem and hope somebody can shed some light. (we are still in the evaluation stage, but close to final decision). I cannot seem to find...
View ArticleButton with group of buttons
@nitin291989 wrote: Hi @walter, I am trying to group 2 buttons in a single button as shown in the following image: As shown in "Image 1":2 separated Buttons: "Show Details" and "View In" As shown in...
View ArticleCan't change SVG's opacity in IE
@CL.Peter wrote: Hi all,I have a nodeTemplate which contains some SVG source pictures, but when I try to change the opacity of node, I found the performance on chrome and IE is not the same: This is...
View ArticleHow to change ports color of two nodes as soon a link get connected between...
@hamid wrote: Hi all.I need to change the color of two ports which are endpoints of a link connected between two different nodes in Dynamic Ports Sample. My mean is that two endpoints ports color get...
View ArticleSet a variable after "ViewportBoundsChanged" function is called
@nitin291989 wrote: Hi @walter, In the following sample : https://gojs.net/temp/timelineInfinite.html, I am trying to set the value of a variable after "ViewportBoundsChanged" is called. Following are...
View ArticleDrag GOJS TreeView Node and drop it onto non gojs html component like Table
@Niranjan wrote: Hi, I have seen drag-drop examples for GOJS to GOJS component, HTML component to GOJS component. Can someone share some examples for dragging treeview node and drop it onto some non...
View ArticleTriggering deletion of link + nodes without skipping events
@GSA wrote: I have the following context menu objects: var nodeMenu = // right click context menu for each Node $(go.Adornment, "Vertical", { background: "#F5F5F5" }, makeButton("Rediger", function...
View ArticleOptimise layout to smallest square required
@MartinWillitts wrote: I have an ordered list of short pieces of text, usually just one or a few words. I would like to lay them out in a square. I can lay them out horizontally or vertically and I...
View ArticleHow to ensure the textblocks are left-aligned on a context menu?
@GSA wrote: On all the example I can find that you use a context menu the textblocks are centered on the right-click context-menus*. The only exception is a custom context menu. Is there a way to...
View ArticleUsing setDataProperty with hierarchical model data
@dev wrote: If i have model data on a node such as { key: 'myUID', text: 'my text for label', serverObject0: {id: 5, prop0: 'A'}, serverObject1: {id: 20, prop1: 'B'} } Is it possible to use something...
View ArticleOut of Memory Exception when resizing GoGroup with label and ResizedRealtime
@jpeddy wrote: I create GoGroups with rounded rectangles and labels in them in my application. If I set ResizesRealtime=True on my group then I get an out of memory exception when i drag the height of...
View ArticleIn TreeMapper sample, links not connected to the nodes
@zerus wrote: In the TreeMap sample: https://gojs.net/latest/samples/treeMapper.html, links are not connected to the nodes, but to the group. Is there any way to correct this? I try to replace the...
View ArticleHow to hide the following in the grouptemplate when minimized
@mr.nguyen wrote: before after minimized Posts: 2 Participants: 2 Read full topic
View Article