[UI] ToolBuilder

Igor Stasenko siguctua at gmail.com
Mon Sep 10 19:44:33 UTC 2007


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.


More information about the UI mailing list