Since I have the new Servoy version installed 6.0.4 I have problems with the function svy_mod_showFormInDialog
My Dialog Window is that big:
[attachment=0]05.01.png[/attachment]
globals.svy_mod_showFormInDialog(forms.mir_print, null, null, null, null, ‘’, false, false, ‘mir_printDialog’, true);
If I enter a size:
globals.svy_mod_showFormInDialog(forms.mir_print, null, null, 745, 410, ‘’, false, false, ‘mir_printDialog’, true);
The first time it is ok when I delete the entry in the property file, the second time the window is small again.
Something goes wrong here!!
I also discovered that something has changed in the properties file in the new version.
New:
point_Mirus_mir_printDialog_location=735,416
Old:
rect_Mirus_mir_printDialog_bounds=2184,293,751,438