On 22 April 2014 21:02, Nicolai Hess wrote:
> 2014-04-22 13:56 GMT+02:00 Igor Stasenko :
>
> i want to use different adaptor for TextModel, when opening my UI
>> so that when widget is built for it, it will be my own widget,
>> not PluggableTextMorph..
>>
>> but i found it hard to do.. here what
2014-04-22 13:56 GMT+02:00 Igor Stasenko :
> i want to use different adaptor for TextModel, when opening my UI
> so that when widget is built for it, it will be my own widget,
> not PluggableTextMorph..
>
> but i found it hard to do.. here what i tried:
>
>
> I try to replace bindings, so at the s
TxText-Athens-IgorStasenko.27 (TxText on smalltalkhub)
just committed
see TxApplicationWithToolbar
TxApplicationWithToolbar new openWithSpec
etc
On 22 April 2014 20:21, stepharo wrote:
> Igor where is your code so that I can give a try?
>
>
>
> On 22/4/14 13:56, Igor Stasenko wrote:
>
>> i
Igor where is your code so that I can give a try?
On 22/4/14 13:56, Igor Stasenko wrote:
i want to use different adaptor for TextModel, when opening my UI
so that when widget is built for it, it will be my own widget,
not PluggableTextMorph..
but i found it hard to do.. here what i tried:
I
i want to use different adaptor for TextModel, when opening my UI
so that when widget is built for it, it will be my own widget,
not PluggableTextMorph..
but i found it hard to do.. here what i tried:
I try to replace bindings, so at the stage when spec interpreted, it uses
my bindings:
openWit