From: Kevin A. <al...@se...> - 2004-08-17 20:03:50
|
Is anyone actually using the addMethod method that in 0.7.3.1 and earlier allows you to add an event handler at runtime? This is covered by the following topic on the documentation page. http://pythoncard.sourceforge.net/text/addmethod.txt The refactored event binding and dispatch for release 0.8 breaks addMethod and I'm not inclined to put this capability back into the framework unless someone can provide me with an example where they really need it. It is possible to support the feature in the future, but I'm wrapping up what will be done for release 0.8, so I can get it out this week, perhaps as early as tomorrow, unless someone reports a problem with what is in cvs. ka |