[wxMac 2.8.3] Bug in native wxListCtrl implementation
Robert Roebling
robert at roebling.de
Sat May 19 05:28:16 PDT 2007
H wrote:
> There are still serious bugs in the native wxListCtrl
> implementation. Take the wxListCtrl sample and change
> in "InitWithReportItems"
>
> a) InsertColumn(1,itemCol) to InsertColumn(0,itemCol)
>
> or
>
> b) InsertItemInReportView(i) to InsertItemInReportView(0)
>
> In (a) you will get an assertion, in (b) an empty report.
>
> The reason for the bugs is that wxMacDataBrowserControl -
> that is used for the native list control implementation -
> expects column IDs but wxListCtrl passes the column numbers
> to the control. This means that IDs appear more than once
> causing problems. I think that case (b) has similar causes.
Thanks for reporting this. Would you also have to find
to look for a fix for the problem? Only few of us have
the hardware and knowledge to dig deeper into a wxMac
problem.
Robert
More information about the wx-users
mailing list