[Pyobjc-dev] Problem with animator proxy
Brought to you by:
ronaldoussoren
From: Jonas O. <jo...@fr...> - 2009-05-18 18:15:14
|
Hi, I'm having the same problem as the author of this post: http://news.gmane.org/gmane.comp.python.pyobjc.devel/cutoff=5048 Basically, my application crashes whenever I try to invoke 'setFrame' on the animator proxy. 'performSelector' works fine, but as the author of the original post already noted isn't of much use when you can't pass in any values. I tried using NSInvocation, but that crashes the application, too. Could this be a bug in PyObjC? Jonas |