Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!silver!tsui From: tsui@silver.bacs.indiana.edu Newsgroups: comp.sys.next Subject: mutiTargets Message-ID: <133000008@silver> Date: 23 Aug 89 17:17:00 GMT Organization: Indiana University CSCI, Bloomington Lines: 17 Nf-ID: #N:silver:133000008:000:760 Nf-From: silver.bacs.indiana.edu!tsui Aug 23 12:17:00 1989 Hello there! I am having difficulties figuring out how to let an object send ddifferent messages to other objects at the same time. What I want is something like a popUpList so that when the mouse goes down, the button send a message pop: to the popUpList and when the mouse goes up, the popUpList send a setTitle: to the button and at the same time notify another object that the button has changed its title. What I can think of is that I can rewrite setTitle: so that it also notifies the object I want to notify. I think it should work though I have not tried it yet. I feel there should be better way to set mutiple targets for an object. Please let me know if you have better ideas. Thanks in advance. --yufeng tsui@silver.bacs.indiana.edu