[wxPython] wxCheckListBox.GetSelections() returns nothing useful

An instance of wxCheckListBox, when sent the message
GetSelections(), always returns (0,) no matter what is selected.
Is this an error or have I misunderstood again. This is my first
encounter with a list box. Thanks ahead for any advice.

Damn. I guess I should wrestle with the code a little longer
before shooting off an email. I figured this out too. Sorry.

An instance of wxCheckListBox, when sent the message
GetSelections(), always returns (0,) no matter what is selected.
Is this an error or have I misunderstood again. This is my first
encounter with a list box. Thanks ahead for any advice.

What version and platform? I seem to recall some issue like this with the
wxCheckListBox, but I thought it had been fixed for some time now. Maybe it
is different though, the memory is a bit fuzzy...

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

Damn. I guess I should wrestle with the code a little longer
before shooting off an email. I figured this out too. Sorry.

And I guess I should look for followup messages before firing off my own
replies... <wink>

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!