Deploying unlimited domain license
@mbroadbe wrote: What is the process for using an unlimited domain license when distributing an application? We had to manually register the license to get up and running in dev. Wondering how this...
View ArticlePulling from a library diagram into another diagram - Behaviors
@mbroadbe wrote: Hi, A couple questions... We're trying to move a step from a library area on the left into a diagram on the right and connect the new one to an existing one using the arrows. Ie....
View ArticleAfter using geometryString inside an element of a node, fill not working on that
@abhargav wrote: In a node I have a table element, inside it, I have a shape geometry and on the geometry fill doesnt work.this.goMake(go.Shape, { geometryString= something,fill: "red",// not working...
View ArticleChange node template
@ng wrote: I want to change the nodetemplate against same key and the same should be reflected in designer . what shud i do ? Posts: 2 Participants: 2 Read full topic
View ArticleDrag a node without dragging links
@ernestjessee wrote: Hi,I have a diagram that allows the user to re-arrange nodes by dragging a particular node and dropping in on another node. The dragged node is then moved to just below the drop...
View ArticleDuplicate shape creation
@ramesh1 wrote: While dragging shape with control pressed, then i get a copy of the object. In this link it is stated "If the user holds down the Control key (Option key on Mac), this tool will make a...
View ArticleA tool to create a line
@gecode wrote: I want to draw a straight line on the canvas through the tool.Its type is 'go. Link'.Its instance is like an arrow tool that can be seen in the general screenshot software.When drawing...
View ArticleToolTips on items on row of table that has handing for mouse hovers on its rows
@abhargav wrote: Prerequisite:- I have a dynamically showable objects in a row on hover of mouse on row Need:- I need a tooltip on a specific object inside a rowof a table. In below codeToolTip comes...
View ArticleDisable delete for single shape
@kannanprs wrote: I need control delete for particular shape not for diagram area. please find my code. gradBorderIndicatorTopLeft =$$(go.Node, "Spot", new go.Binding("zOrder"), { zOrder: 0 }, {...
View ArticleHow to drag nodes with adornment handles
@lex wrote: I'm creating nodes that just consist of a single line. When starting to drag from the node, links are created. This is ok. However, I can't drag the node anymore, so I created an adorment...
View ArticleHow to show a selection adornment only on a part of the selected node
@lex wrote: Since there are two properties, "adornedPart" and "adornedObject" it seems that it is possible to show an adornment around a certain graphical object of a node. Maybe this is related to...
View ArticleUndoing user activity
@kirthi wrote: Hi, I've added an Node on the diagram. Next I've changed the background color of the node using a Button click. Now I would like to undo the background color to previous one by...
View ArticleHow to add bullet & indent tool in text box when double the click the text
@kannanprs wrote: My requirement is the user enter and select text after double click the text. it should display tool bullet & indent tool font editing tool like Microsoft word. Posts: 2...
View ArticleMake all rows height be fixed in a table
@angular2 wrote: I have a rows in table populated from a data array rows are not fixed but dynamic.Below code hardcodes the rows, how can I achieve height 15 for all "n" rows?$(go.RowColumnDefinition,...
View ArticleCopy a node
@Ale9582 wrote: Dear Sir, I was experimenting with gojs, especially with Uml Class example, and wanted to know if there is a way to block the copy of a selected node (or what happens with ctrl + c and...
View ArticleButton for add Item in ItemsArray
@Ale9582 wrote: dear sir, i have this situation: function convertVisibility(v) { switch (v) { case "public": return "+"; case "private": return "-"; case "protected": return "#"; case "package":...
View ArticleConnecting links to groups
@cyordan wrote: Hello, I am trying to use a group as an aggregation, I need that group can be linked by another shape. How can I do it??? Something like this example agg.png1280x720 4.73 KB Posts: 3...
View ArticleMargin between Buttton and Image
@tejbir wrote: Hi, I am putting a image inside a Button. But there is a margin between image and button. Can you tell me how to remove that margin?Thanks a lot Posts: 8 Participants: 2 Read full topic
View ArticleTrying to show an icon
@kannanprs wrote: Thanks for your response. My requirement is text block need to be display with "file" icon (like software installed icon). I have created textblock with shape and included icon...
View ArticleIs there way to represent palette in the form of dropdown so we can choose...
@suprith_sa wrote: I have a palette using which will drag and drop the node now, but i want to switch to the concept of dropdown instead of palette, where i can select a node and drop it on the...
View Article