Stacked formInDialog problem in 3.5

Hello,

in 3.5 I have a problem with stacked dialogs. I have a big modal dialog in the center of the screen that shows a table view. A double click on a record opens another (smaller) formInDialog. Now in 3.5 that smaller dialog is not centered on the screen anymore, but is aligned in the upper left corner where the bigger dialog was shown. Worse, when the second dialog is closed and the original (big) dialog is shown again, the size of the big dialog is the same as the smaller one I showed second.

Can this be fixed?

Thanks
Patrick

quick sample should be nice

I send you one.

fixed this for 3.5.1
This fix even has a nice added bonus. It will remember now for the form you shown in the dialog what the size and position was that the user wanted. So it will store the bounds of the dialog when you close or show another form in it to the location and size that the users had configured.

You are the man :lol:. Let’s get 3.5.1 quickly, because this one is really ugly.