[UI] ToolBuilder

Jason Johnson jason.johnson.081 at gmail.com
Mon Sep 10 19:56:23 UTC 2007


That morph seems to be doing way too much.  It's at least (1) a view,
(2) an aspect and (3) a dialog (i.e. save changes or drop them).

On 9/10/07, Igor Stasenko <siguctua at gmail.com> wrote:
> On 10/09/2007, Igor Stasenko <siguctua at gmail.com> wrote:
> > On 10/09/2007, tim Rowledge <tim at rowledge.org> wrote:
> > >
> > > On 10-Sep-07, at 5:30 AM, Igor Stasenko wrote:
> > >
> > >
> > > > A morph, instead of having rigid selector to get interesting value
> > > > from model could have an accessor instead.
> > > That's what plugable views/morphs/etc do. And have done for at least
> > > 20 years.
> > >
> > So, why do we speak here about problems which was solved more that 20 years ago?
> > And why there still no single, consistent a flexible visual framework
> > to build UI from morphs?
> >
>
> Allow me a little sarcasm :)
> After 20 years of progress we finished up with following:
>
> ScrollPane subclass: #PluggableTextMorph
>         instanceVariableNames: 'textMorph getTextSelector setTextSelector
> getSelectionSelector hasUnacceptedEdits askBeforeDiscardingEdits
> selectionInterval hasEditingConflicts'
>         classVariableNames: ''
>         poolDictionaries: ''
>         category: 'Morphic-Pluggable Widgets'
>
> It seems we still need about 50 years to adopt 20 years old ideas and
> put them in use instead of these: getTextSelector setTextSelector
> getSelectionSelector  :)
>
>
>
> > > tim
> > > --
> > > tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> > > Strange OpCodes: APX: Apply Power and eXplode
> > >
> > >
> > > _______________________________________________
> > > UI mailing list
> > > UI at lists.squeakfoundation.org
> > > http://lists.squeakfoundation.org/mailman/listinfo/ui
> > >
> >
> >
> > --
> > Best regards,
> > Igor Stasenko AKA sig.
> >
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
> _______________________________________________
> UI mailing list
> UI at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/ui
>


More information about the UI mailing list