Dennis Block

Results 15 comments of Dennis Block

I'm using a Gantt chart to display different tasks. To create a new task a dialog opens which contains the (non-linear) stepper. After filling out the form in each step...

Thank you for bringing this to our attention. I tried to replicate your tree, but so far I couldn't find the problem. Can you or @SaeedZhiany post some code or...

I added, removed and re-added nodes, but still no issue. If you could make a gif, it would be a great help!

It seems to be some weird corner issue. But nonetheless thanks for your help. @asr1994 Just like @SaeedZhiany said, it would be great if you could create a sample with...

Unfortunately your code does not help that much, as I cant't run it myself and I don't see anything fundamentaly wrong with it. I would need a runnable sample to...

@RamiKhawaly If you could create a small sample project which demonstrates the issue, it would be a great help.

Hi @JulianBissekkou, unfortunately we currently don't have the time to work on this. But contributions are always welcome.

This is not possible. The edges are just drawn on the canvas. In the next version, we want to switch to a recyclerview version, where the edges are drawn with...

Currently not possible. As a workaround you could create a new graph with your new structure and set it in the adapter. We should open the graph implementation for extensions.

You can call GraphAdapter.notifyInvalidated() to request a complete redraw. There are other notify* methods, but they all do the same for now.