Do we have any thing like toolbox having cut copy paste like in MSoft
@abhargav wrote: Do we have any example of toolbox?Question2:-Is there any property like placing toolbox at top of diagram and in left(TOP-Left-Start point) and till right most side.Node.Spot.left is...
View ArticleValid Geometry is not working
@angular2 wrote: var a =below mentioned string of Geometryvar b= go.Geometry.stringify(go.Geometry.parse(a));then in Shape codegeometry:b, orgeometryString:bis not working.geometry:...
View ArticleAbout DragCreating -- start editing text automatically
@gecode wrote: http://gojs.net/latest/extensions/DragCreating.htmlI set the property Editable to True,Now I have a new requirement:When using the Text tool, I apply the box and it is selected, but I...
View ArticleLocking Org chart editor
@jvasanthu wrote: Hi Walter is there any way we can lock the editor (Not Move) diagram. and the diagram panel to be scrollable. when i move my mouse the diagram can't be moved on the canvas Posts: 2...
View ArticleGoJS version 1.7.11
@walter wrote: Fixed a bug in the TextEditingTool when editing TextBlocks with a non-default TextBlock.textAlign value. Fixed some Diagram construction orders not respecting screen pixel ratios. Fixed...
View ArticleResize handles are too small when zoomed out
@kannanprs wrote: Thanks for your response. I have taken any shapes or image for re-sizing shapes (reducing shape big size to very small at the maximum level). after the shape look very thin (like...
View ArticleAddNodeData
@suprith_sa wrote: Is there alternative way to add to node on diagram? instead of using addNodeData.. Posts: 2 Participants: 2 Read full topic
View ArticleDifferent kinds of links
@cyordan wrote: Hello, I am trying to create diagrams using different kinds of links. How can I define which type of link use between two types of nodes and which type between others types of nodes?...
View ArticleBinding array of text - in single line (next to each other)
@Rajeshpatil74 wrote: With GOJS tree view, I need to provide the search functionality. Whenever user types something for search, the search text appearing in various nodes needs to be highlighted....
View ArticleStroke and fill error
@suprith_sa wrote: Hi, today all of sudden i am getting error like this when i try to change the color of node using stroke and fill of that node. please help me in resolve this error. Posts: 4...
View ArticleMoving a port without pressing the shift button
@Tany wrote: Hi,I use the PortShiftingTool.js to be able to move a port around a node.In order to move a port, i must press the shit button.Is there any way to change the behavior of moving a port to...
View ArticleCan't reshape circular Shape
@kannanprs wrote: thanks for your response. I am dragged circle shape in the diagram area and trying to resize the shape horizontal or vertically . but it won't be stretch vertically and horizontally....
View ArticleLayout not animating after upgrading to 1.7
@Gatix wrote: Hi. I just upgraded from 1.6.24 to 1.7.11 and I have a function that replaces the diagram layout (tree/grid). Previously, the nodes are animating to their new positions upon changing the...
View ArticleDroponlink issue
@suprith_sa wrote: i have a diagram like below . Whenever i drop a node on a link it will be added in between two existing nodes like below but the right link which will be created automatically...
View ArticleChanging the color of an SVG icon
@Tany wrote: Hi,I have go.Picture with an SVG file as a source.I need to change its color depending on some state change.Any ideas ? Tany Posts: 4 Participants: 2 Read full topic
View ArticleMake text always in middle of textblock (resizable)
@dmaurya24 wrote: i am new learner. i am trying to make text always in middle.But it make center either by vertical.` myDiagram.add( $(go.Node, "Horizontal", {resizable: true, resizeObjectName:...
View ArticleMatrix lanes
@ahmed2100 wrote: Hello, I am trying to create diagrams with vertical and horizontal swimlanes in (matrix lanes )the same time.This picture is an example for what i want to make. please help me....
View ArticleClick property of Picture is not working
@tejbir wrote: Hi, I am using click property of Picture Object. But it is not working.Please help. $go(go.Picture,dropDownImageStaticResource, { desiredSize: new go.Size(15, 12), margin:0.2, click:...
View ArticleHow to make a node resizable along with the text below it
@uidev wrote: Hi, I have nodes in my palette with corresponding text/label below it. They are in a table format. First row first column is the image of the node and second row first column is the...
View ArticleQuestion:How to know if resetZoom() is already applied to a diagram
@abhargav wrote: I need to show visibility of resetZoom button. where i hooked resetZoom() command. How i can know if resetZoom() is already applied and resetZoom is no longer needed(nodes are in...
View Article