From: Neil S. <ne...@ha...> - 2006-01-21 00:04:23
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dave Howell wrote: > Well, it's a string because I was trying to get the parameters to pass > properly, like > 'alertDidEnd_returnCode_contextInfo:returnCode:contextInfo" You want something like this def alertDidEnd_returnCode_contextInfo(alert, code, info) ... end ... selector = 'alertDidEnd:returnCode:contextInfo:' Note the colon at the end. - -- Neil Stevens - ne...@ha... "There is nothing patriotic about hating your country, or pretending that you can love your country but despise your government." -- William Jefferson Clinton -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFD0XqKf7mnligQOmERAheqAJsFtqHcVSK2RjHPOrWdr36p9mdCLgCghyV8 0sktiNi2WkueAieNGL04Q+4= =2PGI -----END PGP SIGNATURE----- |