There is a bug in Servoy 2.0
I have the following method:
plugins.dialogs.showInfoDialog('Title', 'Bye','OK');
this method is attached to the onHide property of form1
If I do the following from another form:
application.showFormInDialog(forms.form1,-1,-1,-1,-1,'test')
than the onHide method is launched, before I see form1 in a dialog!
Mostly this happens not the first time, but after the second time.
[/quote]