<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 05.06.2009, at 06:13, Milan Zimmermann wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="font-family: 'Luxi Sans'; font-size: 11pt; font-weight: 400; font-style: normal; ">On June 4, 2009, Michael Rueger wrote:<br>> Igor Stasenko wrote:<br>> > I really thinking that what is good in css/html couple is the techique<br>> > for dividing the actual markup and its visual appearance.<br>> > Maybe someday we could have similar stuff in morphic / other smalltalk<br>> > framework.<br>><br>> In Sophie we used XUL and CSS to build the UI :-)<br>> Using Tweak, not Morphic though. The basic principle shouldn't be to<br>> hard to apply to Morphic or other frameworks.<br>><br>> Michael<br><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; white-space: pre-wrap; "><br></div>So part of Sophie is essentially XUL renderer, similar to Gecko?<br><div style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; white-space: pre-wrap; "></div></div></span></blockquote></div><div><br></div><div>Depends on what you mean by "essentially".&nbsp;Gecko renders HTML, Sophie does not.</div><div><br></div><div>The Sophie UI (dialogs etc.) is specified using XUL - it describes how big a dialog is, where to place which widgets, and how they should look. These attributes come from cascading style sheets (CSS) so they are properly inherited / overridden by sub-controls. But the actual widgets such styled are regular Tweak widgets (though style support was added). You could use the same framework to style a Morphic UI.</div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><div style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; ">- Bert -</span></div><br class="Apple-interchange-newline"></div></span> </div><br></body></html>