Re: [Pyobjc-dev] objc.BadPrototypeError
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-11-13 13:29:47
|
(mobilme webmail seems to mess up quoting, hence my toppost). The callback method should be named 'openPanelDidEnd:returnCode:contextInfo:', (that is "openPanelDidEnd_returnCode_contextInfo_". The name your using contains 4 underscores, and should therefore have 5 arguments (including 'self'), while the sheet expects a method with 3 arguments. Ronald On Friday, November 13, 2009, at 07:14AM, "Rob" <rob...@gm...> wrote: >------------------------------------------------------------------------------ >Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >trial. Simplify your report design, integration and deployment - and focus on >what you do best, core application coding. Discover what's new with >Crystal Reports now. http://p.sf.net/sfu/bobj-july >_______________________________________________ >Pyobjc-dev mailing list >Pyo...@li... >https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > |