Jan. 9, 2013
6:32 p.m.
On 01/09/2013 10:26 AM, Frank Church wrote:
TextMorphForEditView allInstances select: [:morph | morph firstOwnerSuchThat: [:owner | (owner class isKindOf: SystemWindow) and: [ owner model isKindOf: Workspace ] notNil ]
Does this do what you want: TextMorphForEditView allInstances select: [ :morph | (morph firstOwnerSuchThat: [ :owner | (owner class isKindOf: SystemWindow) and: [ owner model isKindOf: Workspace ] ]) notNil ]