possible answer, see:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056/
note that dispatcher.py is part of PyCrust
···
-----Original Message-----
From: Cliff Wells [mailto:logiplex@qwest.net]
Sent: Monday, August 18, 2003 4:04 PM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] event question
On Mon, 2003-08-18 at 02:13, Ruslan Spivak wrote:
Hello.
I know thgis is simple question, but can you help?
I have event handler for menu item but i need to call it manually from
code too, how can i achieve it?
def myhandler(self, event = None):
...
Regards,
--
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 (800) 735-0555
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Note that Patrick also makes dispatcher available as a distutils package with tests, significant refactoring, more documentation/docstrings, and a few fixes relating to scalability:
http://pydispatcher.sourceforge.net/
Enjoy,
Mike
Ross, David (C)(STP) wrote:
possible answer, see:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056/
note that dispatcher.py is part of PyCrust
...
···
_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
As far as central dispatcher's are concerned, there is also Robb
Shecter's event manager at:
wxPython.lib.evtmgr.py
···
--- "Mike C. Fletcher" <mcfletch@rogers.com> wrote:
Note that Patrick also makes dispatcher available as a distutils
package with tests, significant refactoring, more
documentation/docstrings, and a few fixes relating to
scalability:
http://pydispatcher.sourceforge.net/
=====
Donnal Walter
Arkansas Children's Hospital