From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2007-01-23 20:48:38
|
On 10/01/2007 18:05, Steffl, Joseph wrote: > There are some differences for the listctrl mixin code between: > C:\Python24\Lib\site-packages\wx-2.6-msw-unicode\wx\lib\mixins\listctrl. > py and > C:\Python24\Lib\site-packages\wx-2.8-msw-unicode\wx\lib\mixins\listctrl. > py > > but the additional functionality described in CheckListCtrlMixin.py for > 2.8 doesn't appear to have made it to the pythoncard multichoicedialog. > I'm wondering if there is a way to either get the old functionality back > or, using the new functionality, is there some change that needs to take > place in PythonCard in order to give the users an equivalent experience > in being able to select all items? Probably, and as Kevin suggested, you might have to roll your own multiple choice dialog. It doesn't appear that anyone else is finding this issue a showstopper, or just as likely not too many people have upgraded wxPython to 2.8, so it's not going to be a priority issue. I would like to get back to this eventually and work out what's going on, as an exercise in learning how PythonCard and wxPython interact, but other things keep getting in the way right now and all of my PythonCard-related stuff has pretty much had to be put on hold. -- XXXXXXXXXXX |