in TxAdapterBindings i initialize it same as morphic bindging, except from text model binding:i want to use different adaptor for TextModel, when opening my UIbut i found it hard to do.. here what i tried:
so that when widget is built for it, it will be my own widget,
not PluggableTextMorph..
I try to replace bindings, so at the stage when spec interpreted, it uses my bindings:
openWithSpec
������
������ | old result |
������ old := SpecInterpreter bindings.
������
������ SpecInterpreter bindings: TxAdapterBindings new.
������
������ [ result :=�� super openWithSpec ]
������ ensure: [ SpecInterpreter bindings: old ].
������ ^ result
������
��#TextAdapter������ ������ => ���� �������� #TxTextAdapterbut it is never invoked nor used :(i understand the overall model, but it seems like not completely,(else the above trick would work).. what do i miss?
--
Best regards,
Igor Stasenko.