Nikolas Dahn
Nikolas Dahn
I think dict-like access would be preferable. You could use a TypedDict or simply `dict[str, DocstringParam]` to accommodate for type hints. For backwards compatibility this could be an additional member...
Think I'm running into the same issue. #4437 seems to be related. Did you ever find a solution?
My setup is as follows: I have a GUI where widgets can be generated dynamically. I noticed that my 3d viewport works when created for the test setup, but not...
In my case I didn't use a jupyter notebook. I am writing a GUI which uses the Open3D OffscreenRenderer to render scenes and then forward the result to my display...
I'm not sure I understand your issue. Can you explain a bit more?
As a workaround, placing the collapsing headers inside a child_window works as I would have imagined it. ```python with dpg.child_window(border=False, auto_resize_y=True): with dpg.collapsing_header(label="workaround"): ... ```
@nickpas Did you find a workaround? In my case it seems to be fine when setting a width for the group or table. However, the same happens for collapsing_header and...
Interesting.... thank you for the clever workaround! I will try it over the next few days.
Dear Laura, Thank you for reaching out, I'm happy to hear that you're finding some use for this! You're free to use Rocksi however you like of course, I set...