Samanoova

Results 12 comments of Samanoova

we cant fire a drag event with the same values of scrolling or something?

@ganeshpatwaypi I wrote my own custom function for that but still don't working on connection it's working with shapes only

one of the solutions is to create a wrap function to create a new line each 3 words for example and use it to set the text of the label...

@kleins05 @freegroup can you help me with this issue, please?

hi @geoffbullen did you find a solution for that?

I have created a custom function to do that while pressing the shift key I detect the click event on the node then added a selection to the canvas or...

``` let myCanvasPolicy = draw2d.policy.canvas.CanvasPolicy.extend({ name: "MyCanvasPolicy", shiftSelection: new draw2d.util.ArrayList(), allowdSwimLane: null, init: function(attr, setter, getter) { this._super(attr, setter, getter); }, onMouseUp: function(canvas, x, y, shiftKey, ctrlKey) { let bestFigure...

Hi @freegroup did you implement the policy?