How dynamicaly adddress a message?
How dynamicaly adddress a message?
- Subject: How dynamicaly adddress a message?
- From: Brian Williams <email@hidden>
- Date: Fri, 22 Feb 2002 00:59:32 -0800 (PST)
Hey Cocoa people,
I want to dynamically specify a message name. I want
to send Obj A to Obj B and have Obj A
control Obj B. I don't want to hard code the messages,
but would rather specify them when Obj A is
initialized.
Currently I have a very ugly system where by I use a
number retrieved from Obj A and Obj B sends the
message via a switch statement (yuck).
can i specify a message using a string?
Any help is greatly appreciated.
Brian
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.