March 1, 2020
10:44 a.m.
*Question.* In RubPluggableTextMorph why the access to the announcer instance is different in this two methods (quoted message of mine below) *self textArea announcer* ... and in the other place *self announcer* ...
From my understanding the former is the announcer attached as a property of the text area morph and the later the announcer attached to the RubPluggableTextMorph.
Am I missing something? Hilaire Le 29/02/2020 à 20:00, Hilaire a écrit :
For the latter how should it be rewritten?
I read these
self textArea announcer when: RubTextChanged send: #whenTextChangedInTextArea: to: self.
and
whenTextChangedInTextArea: anAnnouncement    self announcer announce: anAnnouncement
-- Dr. Geo http://drgeo.eu