Vladimir Ein

Results 304 comments of Vladimir Ein

Please use triple backquotes around your code snippets. Since Python relies on indentation, it's very difficult to understand the piece of code from your last comment. Alternatively, use the ``...

To my knowledge, no, because zooming hasn't been implemented in [ImNodes](https://github.com/Nelarius/imnodes/) yet - see Nelarius/imnodes#134, Nelarius/imnodes#192.

That's exactly one of the pull requests I mentioned in my previous comment. Neither of these pull requests have been merged in ImNodes, and therefore is not included into the...

While I welcome any and all improvements to the library, I don't think modifying dependencies is a good idea. For this particular change, it's best to implement it in ImNodes,...

Setting `tracked` on a widget will scroll *the widget's parent container* so that the widget is visible. In your case, it will scroll the window or whatever scrollable container there...

Closing this ticket - explanation given and there's no further feedback from the OP.

I believe this is yet another case of Dear ImGui issue ocornut/imgui#7543. Unfortunately it cannot be fixed on DPG level, we're waiting for a fix from Dear ImGui's author.

Can you please use backticks, not quotes for code snippets? Or use the `` button on the formatting toolbar. The code in your description is pretty hard to read.

Also, when reporting issues, please provide the full code of a minimal example that somebody can simply copy-paste to a .py file and run. This helps developers or contributors to...

@nehonpa, do you have access to Discord? The topic has been discussed quite a number of times over there, though I don't remember off top of my head if anyone...