Jan. 9, 2013
7:18 p.m.
On 9 January 2013 18:32, Paul DeBruicker <pdebruic@gmail.com> wrote:
TextMorphForEditView allInstances select: [ :morph | (morph firstOwnerSuchThat: [ :owner | (owner class isKindOf: SystemWindow) and: [ owner model isKindOf: Workspace ] ]) notNil ]
When I print it returns an empty array #(), but I expect to get subset of TextMorphForEditView allInstances. What is the likely purpose of the notNil? -- Frank Church ======================= http://devblog.brahmancreations.com