I open a dialog, resize it and close it again.
I now reopen the dialog and the result is a dialog with the same size that I closed the dialog with.
Unfortunately the (anchored) tabpanel didn’t resize with it until I resize the dialog again…
I open a dialog, resize it and close it again.
I now reopen the dialog and the result is a dialog with the same size that I closed the dialog with.
Unfortunately the (anchored) tabpanel didn’t resize with it until I resize the dialog again…
what dialog are you talking about?
the formdialog? What kind of form did you show there?
ok, yes I show a form with showFormInDialog and the form is in record view
this works as expected for me in Servoy 2.0 rc11
application.showFormInDialog(forms.tabpanel_test );
the dialog never shows with old (resized) size, so place specify how you did show the dialog
On mac, I noticed just one minute ago not on windows2000, the last size of the dialog is remembered when you open the dialog with -1,-1,-1,-1.
But only the size of the dialog is remembered, not that of the elements on the form…
The only thing I do is opening a dialog with ```
application.showFormInDialog(forms.tabpanel_test, -1, -1, -1, -1, “joep meloen”, true);