[ wxwindows-Bugs-1698996 ] event.IsChecked() return False
SourceForge.net
noreply at sourceforge.net
Thu Apr 12 13:06:05 PDT 2007
Bugs item #1698996, was opened at 2007-04-12 01:09
Message generated for change (Comment added) made by robind
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1698996&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxPython specific
Group: Must fix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sebastien Ramage (sramage)
Assigned to: Robin Dunn (robind)
Summary: event.IsChecked() return False
Initial Comment:
On a wx.checklistbox the event EVT_CHECKLISTBOX provide a IsChecked() method but this method return "False" or "True" regardless the real state
to know if it's checked or not we have to call wx.CheckListBox.IsChecked method
see example file
Tested using Python 2.5 and wxPython 2.8.3.0
----------------------------------------------------------------------
>Comment By: Robin Dunn (robind)
Date: 2007-04-12 13:06
Message:
Logged In: YES
user_id=53955
Originator: NO
Which platform?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1698996&group_id=9863
More information about the wx-dev
mailing list