Jacek Kałucki wrote:
> Reason why restoring MDI window size doesn't work, is that you sets its  
> size conditionally:
>   
>      if self.BorderResizable:
>                 self.Size = (width, height)
> 
> I don't know what does property BorderResizable mean, but I can resize 
> window with mouse
> when his value is False. If so, it should be able to set window size 
> within the code.

Ok, confirmed. I guess when a form is an MDI child on Windows, it is always 
going to 
have a resizable border so the flag is ignored. I just made a fix for this and 
it 
seems to work on Windows.

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to