I have several other dialogs with modal=true and none of
them causes ThinG to hang. I believe it's the lack of
focusable widgets in the dialog. I added a button to the
dialog and then everything worked fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dialog used for showing status messages to the user
Logged In: YES
user_id=9521
Thanks for your report. I'll investigate...
Logged In: YES
user_id=9521
The problem is the modal='true'.
The freeze shouldn't occur in ThinG; I provided a special handling for
modal dialogs, but somehow this doesn't work.
As a workaround, don't use modal='true'. Change the value to 'true' with
another text editor after you exported the file.
Logged In: NO
I have several other dialogs with modal=true and none of
them causes ThinG to hang. I believe it's the lack of
focusable widgets in the dialog. I added a button to the
dialog and then everything worked fine.