Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!mips!prls!pyramid!unify!csusac!csuchico.edu!csuchico.edu!bobgro From: bobgro@csuchico.edu (Bob Groendyke) Newsgroups: comp.sys.next Subject: setting Button's target and action Message-ID: <1990May25.160056.17231@csuchico.edu> Date: 25 May 90 16:00:56 GMT Sender: news@csuchico.edu (USENET) Reply-To: bobgro@csuchico.edu (Bob Groendyke) Distribution: usa Organization: California State University, Chico Lines: 7 I know this is trivial, but... I can't seem to set the target and action to another object when creating a Button. The only target that I can set that works is self. I've created the target/object before creating the Button, and I know the method works since a simple [object message] statement works just fine. What am I missing here? Thanks.