Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!purdue!lerc.nasa.gov!magnus.acs.ohio-state.edu!math.ohio-state.edu!sol.ctr.columbia.edu!howland.reston.ans.net!ix.netcom.com!netcom.com!bobblum
From: bobblum@netcom.com (Bob Blum)
Subject: sender - receiver communication ?
Message-ID: <bobblumDCzu5K.G21@netcom.com>
Organization: NETCOM On-line Communication Services (408 261-4700 guest)
X-Newsreader: TIN [version 1.2 PL1]
Date: Tue, 8 Aug 1995 13:15:20 GMT
Lines: 11
Sender: bobblum@netcom.netcom.com

 have an application which allows the user to make various
selections from different lists.  I do this by having all the
screens open the same dialog box.  This dialog is sent the
the items to select and the id of the caller("self").  After
a selection is made the dialog invokes a method in the caller
to set the selection.  This works fine, except  that all of
the calling objects have to use the same method name for
the dialog to use when seting the selection.  How can I pass
a method along with "self"?  I can't seem to figure out the
correct syntax. Thanks.

