Emanuel Miroiu

Results 68 comments of Emanuel Miroiu

Well, it looks like the Operation Graph from the Calculator app is not working properly with these changes because it's using a `GroupingNode`

Hi, please check out the new Example/Shapes application.

There's a minimal example in the wiki: https://github.com/miroiu/nodify/wiki/Getting-Started#a-minimal-example

The problem with dynamic resources is that the app will fail at runtime if they are not found. With this PR it becomes necessary to include one of the themes...

Yes, I would like to see the fix. I know the ThemeManager implementation is not ideal, but it served its purpose so far.

In the meantime, I fixed the binding failures for the `ComboBox` and I found more information about the `Border` not reacting to color changes in this answer from stack overflow:...

Does the following answer help you? https://github.com/miroiu/nodify/wiki/FAQ#q-why-is-the-connection-not-following-the-connectors-when-i-move-a-node Also, make sure that the binding for the `Anchor` is set to `OneWayToSource`.

I can't reproduce it. Can you give me more details?

It works fine for me. There must be something wrong with your setup. Please verify that: 1. the collection that stores the connections is observable or at least raise a...