Hello, when I open a form in a dialog with a certain size and then open another dialog, the first window changes its size (gets smaller) after closing the second dialog. Anyone else having that problem?
Thanks
Patrick
Hello, when I open a form in a dialog with a certain size and then open another dialog, the first window changes its size (gets smaller) after closing the second dialog. Anyone else having that problem?
Thanks
Patrick
I changed my method for the first window: I now use a fixed width and hight instead of -1, -1. What happens now is that when the second form in dialog is closed, the first dialog “jumps” from a centered position (-1, -1) to the upper left corner of the screen (0, 0). That is not so minor anymore since a user can hardly “find” the window on a bigger screen…
Could you post a sample solution showing the problem? (we are unable to reproduce the problem.)
Test solution in the attachment…
Issue will be fixed in Servoy 2.0 rc10, thanks for reporting!