Drag and drop Groups
@abhijith wrote: I have a diagram where nodes/groups can be dragged and dropped from a palette. The diagram initially has a group which in turn consists of groups/nodes. i.e group inside a group. I am...
View ArticleLink customization
@Mickey wrote: In this particular case showed in image, is there any way to help link calculation in a way so it always takes shortest path between nodes. Screen Shot 2016-11-16 at 1.58.40...
View ArticleLink spacing
@mdmascarenhas wrote: Hi WalterI am currently evaluating GOJS and need to know if the spacing between links can be achieved easily. This is the only current issue which is stopping us from buying the...
View ArticleRemove just last transaction from UndoManager history?
@estesbubba wrote: When users turn the grid on and off we don't want that to be part of the undo history. For example when they add nodes and links, then turn on the grid, ctrl-z will turn off the...
View ArticleHow to cancel addnode from palette?
@haohan007008 wrote: From the palette before dragging a node to the Diagram, how to judge the existing node in the Diagram, if present, is not allowed to add it?thanks. i use follow code...
View ArticleHow to bind Stroke details like color, shape and thickness of go:LinkShape...
@k_more wrote: I have created a LinkTemplate and in this I have go:LinkShape, I,m trying to bind the values of Stroke and Strokethickness from view model, but its not working, it will not read the...
View ArticleResizing Placeholder in a group
@yvarshney wrote: Hi I am not able to resize the Placeholder in a group, can you please tell me how to do that. My group template is given below :- myDiagram.groupTemplateMap.add("OfNodes",...
View ArticleAligning nodes in Palette
@vishal_prabhu81 wrote: Hi, I have a Palette with nodes of various size. I am trying to align the nodes WRT to bottom align however I am having little success. When I set the contentAlignment as...
View ArticleAdding a node to a group after resizing the group
@abhijith wrote: I want to add a node present in a palette into a group in the diagram. The group already contains some nodes. So in order to add the node, I am resizing the group to create some space...
View ArticleDrawing ellipse on node
@Anvar wrote: Hello! Help me, please, to do this operation: is there any easy way to draw something like a weak red circle above node when I select it and delete it when selection is finished? (If...
View ArticleChange position of node
@maxchehab wrote: Hey there. I am fairly new to GoJS. How can I change the position of an item in myDiagram.model.nodeDataArray? Thank you for the time. Posts: 4 Participants: 2 Read full topic
View ArticleBPMN message flow link
@Mickey wrote: By default these two message flow links are drawn this way: My question is, how to get this two links to be parallel to each other instead they crossing each other at some point? Posts:...
View ArticleFlipping Images Vertically and Horizontally
@esimmons wrote: Is there a way flip and image in the go.Picture control. I tried experimenting with the CanvasRenderingContext2D object but I cannot seem to apply the results into the picture...
View ArticleIs it possible to add +(Plus) for Zoom In and -(Minus) for Zoom Out to GoJs...
@chinna wrote: Hi Walter, I have a requirement to add two buttons like + and -. if you click on + the diagram will be zoo-In and if - the diagram will be zoo-Out.is it possible? Posts: 3 Participants:...
View ArticleI want to the children are positioned the centre of two parents TreeLayout
@chengwei wrote: i want to change to .when initialing diagram..i try to change TreeLayout.alignment,but not working. Posts: 5 Participants: 2 Read full topic
View ArticleInteractive FlowChart
@Mchugo wrote: Hi all, I'd really appreciate some assistance. I'm looking for anyone who might know how to build a piece of script that is based on decision tree. I want the tree to in a sequence a,bc...
View ArticleEllipse on node again
@Anvar wrote: Hello Jake! Three days ago you helped me to draw pink ellipse on node when it is selected. But there is a problem that after adding ellipse node is still visible, but very dark. Is it...
View ArticlePanel does not stretch as per text
@vishal_prabhu81 wrote: Hi, I am trying to have a node which has a image and a text. I want the node to expand when the text is longer. Now it wraps the content and the node takes the width of the...
View ArticleIsDoubleClick not working in StandardMouseSelect of CustomClickSelectingTool
@AndyP wrote: Hi,I want to check if the mouse was doubleclicked im StandardMouseSelect of ClickSelectingTool but it doesn't work: Here is the code public class CustomClickSelectingTool :...
View ArticleProblem with undo
@slasia wrote: Hi! i have a problem when i want the undo this action: Please see the video. Mi code in this button is: private void Undo_Click(object sender, RoutedEventArgs e) {...
View Article