Changing text on node From Context Menue
@chinenyem wrote: Hello. I am new to gojs. I am trying to change the text on a node via the context menu. I was baiscally following the change color example. case "Color": { var color =...
View ArticleScale-based node resizing
@lfrederic wrote: Hi, We want to support what could be called "proportional resizing" for our nodes. That is, when a user resizes a node, we want its bounds to change but we also want its contents to...
View ArticleCompatible way to convert xaml to gojs
@vikashsingh wrote: I had xaml file which i want to use as gojs , xaml file contain following <go:BooleanThicknessConverter x:Key="AnchorThicknessChooser" TrueThickness="1" FalseThickness="0" />...
View ArticleNumeric Key with Text in Tree Mapper
@sangeetaarora21 wrote: Hi Walter, I am using Tree Mapper and generating two trees. I have to fetch the values from Database and then shown in the Trees. Suppose, I have Categories on Left showing the...
View ArticleMultinode with link on drop
@Ekata_R wrote: In BPM when i drop a node from a palette , How can i draw a multinode along with link on right hand side as shown in the image Posts: 2 Participants: 2 Read full topic
View ArticleAutomatic linking nodes on Drag-Drop From Palette to Diagram
@YogeshMohan wrote: Could anyone please suggest me a way to auto connect the nodes (ports) that is dropped in design area, to other existing Nodes (already available in design area) ? Posts: 2...
View ArticleScale subgraph
@lucas.deschamps wrote: Hi, I would like to scale nodes and links in a group without scaling the entire diagram. Doesn't seem possible because subgraphs don't constitute a new diagram. Is there a way...
View ArticleRulers for GoJS
@esimmons wrote: Is there any support for Diagram Rulers for GoJS. If not, any plans to include it soon? Posts: 3 Participants: 2 Read full topic
View ArticleAdding Color bar and some Geometry With the nodes
@ussenator4u wrote: I have Crop marks implemented as forum.nwoods.com Drawing cut marks @walter @simon I will be thankful if you can help me to draw marks, marked as red in screenshot. It will be...
View ArticleHow to get multiple node data using mouse selection
@YogeshMohan wrote: How to get selected nodes data and event through mouse selection ? Screenshot (11).png1437x561 18.4 KB Posts: 2 Participants: 2 Read full topic
View ArticleDefault Placement of Rotate Object
@esimmons wrote: How do we make the rotate circle appear at the top of the object instead of at the right by default. Posts: 3 Participants: 3 Read full topic
View ArticleAlignment of nodes in Palette
@lawrencelove wrote: The image above shows an implementation of GoJS and the various nodes that are available in the palette, As you can see, all of the nodes are center-justified, except for the...
View ArticleGoJS version 1.6.15
@walter wrote: Changes for 1.6.15 Fixed some image loading scenarios when a Picture had no desiredSize set in a template, but a data-bound desiredSize. Stopped Shape.geometry from being scaled to zero...
View ArticleHide the panel while the text is "" on the link
@trinity wrote: The problem is while the text is "",there stil has a panel.So how can I hide the panel while the text is ""?thanks. Posts: 2 Participants: 2 Read full topic
View ArticleGet key before adding shape
@harmoncantillan wrote: Hi. It is possible to get the key of the object before adding it to diagram. I am using clickCreatingTool to add shape on diagram. I want to get the key first before adding it...
View ArticleUsing TableLayout to put color bars on sides
@ussenator4u wrote: @walterI am trying my hand on TableLayout now.Cann you help me in adding a color bar at extreme ends on the canvas?I am not using the myPalette from your sample I want to build...
View ArticleEmpty texblock taking up space
@marc1 wrote: What's the simplest way to keep a dynamic textblock from taking up space in a table if it's empty? Posts: 3 Participants: 2 Read full topic
View ArticleLinking tool and add property to the two linked node
@chiyu wrote: So if I use a linking tool to draw a line between two nodes. How am I able to also get the two nodes and add a property? Posts: 1 Participants: 1 Read full topic
View ArticleConnecting port for Pictures
@Ekata_R wrote: I want to connect two nodes having pictures as there icons(like from the picture itself) not from the node panel. right now i am getting as shown in snapshot Below is the node...
View ArticleHow to display an image icon on Node
@YogeshMohan wrote: hey can any one tell me that how can add an image icon on Node ..using this but it's not working.. $scope.myDiagram.nodeTemplateMap.add("Node", // the default category $(go.Node,...
View Article