sedenka

Results 13 comments of sedenka

I can verify that too. You may try to replace `dpg.add_text("test")` with `dpg.add_button(label="test")`. It works for me on Windows 11.

Functions `get_axis_limits()`/`set_axis_limits()` should use double precision as well. Also, I would like to be able to set `time=True` for the y-axis to make graph "time vs. time" so both the...

Another problem with the `get_plot_mouse_pos()` is that it [updates the position only inside of the plot](https://github.com/hoffstadt/DearPyGui/blob/9989e6f184794901a4a59c2f8cf26e4724289d2e/src/mvPlotting.cpp#L482), otherwise it keeps and returns old (=invalid) coordinates. I think there should be `else`...

Also all plotting functions like `draw_rectangle()` should internally work with double precision in order to render the data to the correct location when using time axis.

If you realy need that, you may try to modify the source (for Windows) as shown below. It is a dirty solution without knowledge of all consequences but it is...

I can confirm this (I have also 1.6.2/W10). Note that when the `tree_node` forms a more complex hierarchy, only the top level gets closed, lower levels remain opened.

I have found a modification of the source code which might fix this issue. But basically I do not know what I am doing so be very careful if you...

See #1760 for possible fix of the encoding.

Thank you, successfully tested on Windows 10, Python 3.10.4.

Hmm.. it seems that `enabled=False` does the job. Strange.