Morphic 3 architecture.

Jason Johnson jason.johnson.081 at gmail.com
Sat Feb 2 17:32:19 UTC 2008


On Feb 2, 2008 4:38 PM, itsme213 <itsme213 at hotmail.com> wrote:
>
> Do you by chance mean "shouldn't see anything about pixel-based
> coordinates"? Or that most developers would use non-numeric layout
> directives and constraints?

I mean shouldn't see any pixel coordinates or any other low level
details.  Applications should use a higher level construct for
placement.  Take for example HTML.  A well written Seaside application
may specify what types of "widgets" are present, but it says nothing
about where they are placed.  That is done with CSS, external to the
application, making the application pretty resilient to a wide range
of graphical changes.



More information about the Squeak-dev mailing list