Hi Mariano, >I think I asked the same some time ago.
No, you asked on how to manipulate the size of the surrounding native window directly from your code. Thats easy on Windows using SetWindowPos() API [1] with FFI, but there is no generalized platform independent solution in all VM's yet. Maybe you should suggest it on vm-dev or do it with FFI by calling OS API's for resizing. I asked how one can REACT when the user changes the size of the surrounding native window. (React within morphic when user resizes, so hook into an external resize event) For instance on Win32 you get a WM_SIZE notification [2] and there are similar notifications on other UI frameworks, so it could be dispatched from an (event driven) VM into a morphic event. However this is also not there as of today. >Do we have a solution now? As Bert suggested for my question in [3] - one can hook into the Morphic mainloop. Bye T. [1] http://msdn.microsoft.com/en-us/library/ms633545(VS.85).aspx [2] http://msdn.microsoft.com/en-us/library/ms632646(VS.85).aspx [3] http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-February/144668.html -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
