Crash when opening a dialog in connection with app.on_... (callback method ) #8010
Replies: 3 comments 2 replies
-
By crash, you mean panic? What's the panic message? |
Beta Was this translation helpful? Give feedback.
-
Hi! I have attached the crash log file (I added a .txt to the file name so I could upload it here). Does it contain the information you need? AppName-2025-04-01-091818.ips.txt Dirk |
Beta Was this translation helpful? Give feedback.
-
Hi @ogoffart, I’ve put together a simple test app that includes only the essential components. When you launch the app and click the "Click me!" button, a dialog opens. If you close the dialog using the close button in the title bar, the app crashes. I hope this example helps clarify the issue and makes it easier to track down the problem. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi!
If a dialog is opened within a callback method of a UI checkbox and then closed (using the X button on the dialog), the app crashes. However, if I use the dialog outside the callback method, everything works fine.
What could be causing this issue?
Example (simplified):
Dirk
Beta Was this translation helpful? Give feedback.
All reactions