Hi Folks,
I've made a test application with a MDI Parent and a MDI Child.
The parent initally starts maximised
I have set the inital position of the child to Centre screen. On windows (Using MS.NET), the MDI Child does indeed be placed in the centre of the parent.
On Linux however, it's as if the parent starts off non-maximised, draw the child (Hence putting the child in the center of the non-maximised parent) THEN maximised the parent..
Any ideas?
By setting the child inital setting to "CentreParent", this seems to do nothing in either windows or linux
Thanks