Vladimir Ein
Vladimir Ein
I bet it's due to `move_item` - see #2343 (the fix for it will be shipped in the next release).
Can you show your entire code, or a minimal example that one can copy-paste and run? With what little code you've provided, it's pure guesswork.
I've bumped into a similar issue. If text is pretty long, `CalcTextSize()` may add an extra pixel to its width - for me, it was happening on texts 280+ pixels...
A duplicate of #1751 but this one gives extra info, so keeping it open. Also #2312 might be messing things here, too.
As a workaround, take a look at this script. https://github.com/my1e5/dpg-examples/blob/main/misc/multiple_node_attributes_one_line.py Pretty complicated, but you can wrap that set of attributes with a context manager and use just like any other...
Now I wonder. This PR has not been merged yet but when I opened #2521 the Windows build completed successfully. Could it be that this PR is no longer necessary?
A duplicate of #1075.
Unfortunately no. You can try to use a reference node like here: https://github.com/hoffstadt/DearPyGui/issues/2164#issuecomment-2605334407
Unfortunately DPG is in maintenance mode, meaning bugs are fixed but new features are unlikely to be added. Well, we do add features from time to time, so I don't...
Hi @MediumSolid - does the test script crash if you run it directly? (Just double click the `.py` file). Also, can you attach the simplest test script that fails? Does...