Ralph Soika

Results 125 comments of Ralph Soika

@spoenemann yes this sounds reasonable. As you can see the only thing I did, was overwriting the method `renderLine`. So the common code could look like this: ```javascript // start...

Thanks for your answer. Do you mean that I can implement additional AnchorComputers in my project, and simply register them via the AnchorComputerRegistry in my own di.config.ts? Something like: bind(TYPES.IAnchorComputer).to(BPMNNodeAnchor).inSingletonScope();...

OK - now I got it! Thanks a lot. I will try to write a short tutorial for my own project and share it with you.

I have written a short tutorial how to work with AnchorComputers and Ports: https://github.com/imixs/open-bpmn/blob/master/doc/SPROTTY_ANCHORS_AND_PORTS.md The Port part is based on GLSP, so maybe you can't use it in that way?...

@spoenemann Can you please help me once again. I still did not find a correct way to compute the anchor points and the routing for my BPMN elements. The main...

Ok, sorry for asking stupid questions. I found the solution by myself. I simply have to define a port with the same dimensions as my cycle. It's the solution I...

Finally I solved all problems and updated my documentation. You can take it if you like: https://github.com/imixs/open-bpmn/blob/master/doc/SPROTTY_ANCHORS_AND_PORTS.md

@spoenemann I was now able to update my GLSP project to the latest version which is now based on sprotty version [0.11.0-next.e898c14.30](https://www.npmjs.com/package/sprotty/v/0.11.0-next.e898c14.30). And I can give you the feedback, that...

Hi, can someone provide an example code of the correct implementation of using Ports? I can't find any documentation how Ports should be used. Also the idea mentioned by @spoenemann...