How to display message dialog without closing original UI?

   993   1   1
User Avatar
Member
1 posts
Joined: April 2020
Offline
I have a UI that I made via PySide2, and I was doing a bunch of stuff and wanted to an add an error message, i used
hou.ui.displayMessage()
and setting a bunch of the flags, but then when I make the error message pop up it closes the UI i ran it from, how do I prevent my originating UI to be closed??
User Avatar
Member
192 posts
Joined: Oct. 2018
Offline
Can you post a simplified version of your code? I haven't seen it close my UI before.
  • Quick Links