From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2007-01-06 13:53:39
|
On 05/01/2007 23:58, Kevin Altis wrote: > > If in fact they replaced ListBox with CheckListBox, that seems like a > bug to me since they shouldn't have kept the same id if the > underlying functionality was going to change. Sorry, I think I might have introduced a red herring. wxWidgets, not wxPython, introduced the following change in 2.7 according to the change notes: "wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not." This must be what I read - I checked out the latest wxPython from CVS and used Spotlight to find any multiple choice dialog references. I missed the fact it was wxWidgets, not wxPython. My bad.....that's what you get for trying to help when you're full of a cold :-( Mind you, the behaviour has still changed post-2.6, so I'm still a bit confused where exactly that has happened. I guess somewhere long the line dialogs.multipleChoiceDialog uses wxMultiChoiceDialog, hence the need to bypass the former. -- XXXXXXXXXXX |