Video/Image Solutions

Results 22 comments of Video/Image Solutions

I found the reason and workaround. It is because of pyside6 bug and then please refer the following link if you are interested porting to pyside6. https://stackoverflow.com/questions/76579504/how-dose-pyside6-signal-emit-transfer-data-for-dictionary-data-why-the-behavio the best workaround...

if you are recommending me utilization of item hander like following, it generates binding error when it calls the dpg.bind_item_handler_registry(...) API, and then I couldn't figure it out. # Add...

Here is the screen capture : ![image](https://github.com/hoffstadt/DearPyGui/assets/3712295/7df068a4-b713-46dc-97b6-f2bd71bf23a3)

CLI produces more information : ![image](https://github.com/hoffstadt/DearPyGui/assets/3712295/2d2cd161-a835-46fc-aeb6-a57c076eca63) The IDE is "Visual Studio Code" and unfortunately it doesn't show the message as CLI if user push the F5 button to run.

current my environment & situation is like following : 1. dearpygui 1.10.1, native install instead of anaconda, windows system. 2. I could type command on VS Code terminal and get...

for the latter one, actually it doesn't work if you combine it with a global click handler (dpg.handler_registry + dpg.add_mouse_click_handler). It just popup only the window for global handler and...

My workaround idea was also a way checking the nodes in the global handler, but I couldn't make sure that it can ignore the event & defer the mouse click...

I just tried and it is not helpful and couldn't solve the issue. I also tried calling dpg.configure_item(self._popupTag, show=False) to make invisible, but it also doesn't help me.

After click on any place, regardless on the node or node editor, your animation is always doing another extra click to hide the popup, and then the dedicated proper popup...

Yes, in order to give user more intuitive operations for new node adding and configuration of node parameters with minimum clicking and then user can skip the actual selection for...