You know, I noticed the same thing with a combo box this week. The
EVT_COMBOBOX handler (and the EVT_TEXT handler) gets fired twice each time the
combobox selection changes. In my case, the handler is just updating the UI,
so there is no real damage in duplicate calls, but it is easy to imagine a
scenario in which this would be a real annoyance.
I use Python 2.2 and wxPython 2.3.2.
···
On Tue, 04 Jun 2002 14:05:32 +0930,Tim Andrews <Tim.Andrews@adpro.com.au> wrote:
Whenever I click on a radio button the associated event handler gets called
twice. Is there something more appropriate than EVT_RADIOBUTTON() to
use? Do I need to use mouse events instead?
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.