<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
&gt; Date: Sun, 10 Jun 2007 09:38:49 +0200<br>&gt; From: herbertkoenig@gmx.net<br>&gt; To: squeak-dev@lists.squeakfoundation.org<br>&gt; Subject: Re: Friends of Morphic<br>&gt; <br>&gt; The other part of dcl which is about how to combine the behaviour and<br>&gt; the widgets easily maps to the Pluggable...Morphs if you separate<br>&gt; creating the morphs from setting their actions and targets. This<br>&gt; allows to create UI's before creating the models and for some groups<br>&gt; of problems (mainly when doing something new) a UI helps me to find<br>&gt; the necessary properties of the model.<br><br>I also have this issue sometimes; I would like build a UI sometimes before I know what the model is going to be.&nbsp; But in Squeak I don't see how to do this graphically.&nbsp; In Dolphin you have to make the "presenter", then you can draw the GUI for it and attach it (otherwise I don't know if you can save it somewhere).&nbsp; Then sometime later you can make the model and attach that to the presenter.&nbsp; I have not dug very deeply, but I haven't seen any way to really do this in Squeak, or at least nothing as easy.<br><br /><hr />Hotmail to go? Get your Hotmail, news, sports and much more!   <a href='http://mobile.msn.com' target='_new'>Check out the New MSN Mobile</a></body>
</html>