From: Gilles Depeyrot Date: Fri, 22 Jun 2001 18:30:21 +0000 (+0000) Subject: clarified listbox problems (related to the custom CDEF) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1db61f2fa65fb2aa2ac3d88e272fd91e484713fd?hp=9d6da64a8b5aa6d213237b46bdd1d8fbc9af1611 clarified listbox problems (related to the custom CDEF) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/mac/todo.txt b/docs/mac/todo.txt index 1e6d62469b..c801408992 100644 --- a/docs/mac/todo.txt +++ b/docs/mac/todo.txt @@ -8,10 +8,13 @@ Bugs/Defects (GD) * Correct listbox creation which is causing the following error message under Mac OS X: -./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr' -Abort + ./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr' + Abort This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of - src/mac/listbox.cpp. + src/mac/listbox.cpp because the custom control definition has not been loaded + and is not present in memory, see: + + http://developer.apple.com/technotes/tn/tn2003.html#CustomCode * Implement toggle buttons missing under Mac OS & Mac OS X