[UI] We haven't discussed Host windows yet

glpunzi at lordzealon.com glpunzi at lordzealon.com
Thu Sep 6 11:58:45 UTC 2007


If the community provide "multiwindows", something like VW, dolphin or st/x has, could be a great "jump" for Squeak.


Enviado desde mi dispositivo inalámbrico BlackBerry®

-----Original Message-----
From: "Gary Chambers" <gazzaguru2 at btinternet.com>

Date: Thu, 6 Sep 2007 12:26:56 
To:"'Squeak's User Interface'" <ui at lists.squeakfoundation.org>
Subject: RE: [UI] We haven't discussed Host windows yet


Just some points:

>1-Dialogs usually are not limited to the main window.

When opening dialogs it is of the form "aMorph openModel: myDialog". If
"aMorph" is the World then it will be "system modal" otherwise modal to the
given morph (a SystemWindow, for example).
Via the theme, for a "system modal" message dialog: "UITheme current
messageIn: World text: 'Hello' title: 'Message'". 

>2-Some applications need fixed window size.
Sending #removeCornerGrips to a window after opening will essentially make
it fixed size (halos excepted).

>Not every application needs full window decorations (maximize, minimize,
close).
There is a #removeBoxes method on System window. Individially there is just
a #removeMenuBox method. I can add some more...


Some host window support would be nice too..

_______________________________________________
UI mailing list
UI at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/ui


More information about the UI mailing list