[Pyobjc-dev] Creating selectors for NSTimer
Brought to you by:
ronaldoussoren
From: Antonio R. <an...@me...> - 2003-04-02 20:59:42
|
Hello all, trying to create a a selector argument for the creation of an NSTimer from python code. Does anyone have the magic incantation required. I figured that since PyObjC is so graceful, I could pass a string (ie, 'self.doUpdate' for a method 'def doUpdate (self, sender):') but it doesn't seem to work. Basically I'm trying to create an NSTimer to fire stuff off given that threading doesn't work yet. Thx Antonio |