Hi,
I'm trying to make a simple script in Houdini 12 which should own a simple UI.
I tried the hou.ui.createDialog, this function could create the UI dialog from .ui file but how could I control the display of the dialog ?
Now I have to add the command OPEN dialog.widget; in the .ui file so that the dialog would be shown, but how could I control this behavior in Python ? Thanks !