[wx-discuss] radiobox events

Vadim Zeitlin vadim at wxwidgets.org
Wed Jun 25 18:20:15 PDT 2008


On Wed, 25 Jun 2008 18:12:32 -0400 John Kominek <jkominek at cs.cmu.edu> wrote:

JK> I've noticed that repeated selections of the same item in a radiobox are 
JK> filtered out. That is, an event is generated only the first time a given 
JK> item is selected, none after that (unless the selection changes). I'd 
JK> like to be alerted to all of the user's selection actions, even the 
JK> redundant ones.
JK> How can this be done?

 This can't be done currently and I am not sure if the native control
generates an event for this at all (and if it doesn't, we can't generate it
neither). In any case, this would make for a very particular and non
standard UI and if you really need something like this you're better off
using your own custom control.

JK> I'm quite new to wxpython -- this is my first discussion list posting -- 

 FWIW the discussion list is about the non-technical discussion of
wxWidgets. Your post really belong to wx-users.

 Good luck,
VZ



More information about the wx-discuss mailing list