application.showFormInDialog from another dialog

Servoy Developer
Version 3.1.3-build 407
Java version 1.5.0_10-b03 (Windows XP)

I’ve seen posts aout this in the past. Has this been resolved yet?

application.showFormInDialog
``` does NOT block method execution when called while a dialog is already open.

It is REALLY troublesome.

wait for the next version :wink:

Can be worked-around with dialog form’s on-hide and calling form’s on-show handlers. So much for encapsulation though… :(

I’d really like to not have to think of every scenario in which the dialog form will be used.

this will be fixed in the next servoy version. For now i am afraid that you can’t really see or test it if it is really dynamic (form can be shown at multiply places in time)
The only thing i can think of that you use a global variable where you specify if you have are currently showing the dialog.

As of Version 3.1.5-build 409, this is still not fixed. :cry:
Any word on when this’ll be ready?

By the next version, I meant version 3.5.

There it is fixed!