Hi,

I think that acceptAction: should not be the responsibility of the
playground and that we should implement this behavior with a different
widget.

Cheers,
Doru


On Tue, Sep 30, 2014 at 10:20 PM, Yuriy Tymchuk <[email protected]>
wrote:

> Hi,
>
> I think that there may be sense to create a trait or at least some doc
> that will say which functionality should current tools implement. Because I
> believe that it is hard to find out what is used by everyone. And as we
> have another tools now and some unimplemented things it makes sense to
> document it now, while we know what is missing.
>
> Uko
>
> > On 30 Sep 2014, at 20:41, stepharo <[email protected]> wrote:
> >
> > edit: aText label: labelString accept: anAction
> >    "Open an editor on the given string/text"
> >
> >    ^(Smalltalk tools workspace openLabel: labelString)
> >        acceptContents:  aText;
> >        acceptAction: anAction;
> >        yourself.
> >
> >
> > -> DNU
> >
> > UIManager default
> >        edit: 'jlklkjk'
> >        label: 'lkjlkjjkl'
> >
>
>
>


-- 
www.tudorgirba.com

"Every thing has its own flow"

Reply via email to