X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/618351fe26556f5f3d90cbe7b81fd178f12dd7b1..0b165ed6b209ea9f5ddd7bfb1813c6f0718a9a3d:/docs/mac/todo.txt diff --git a/docs/mac/todo.txt b/docs/mac/todo.txt index 1e6d62469b..b19bc8e81d 100644 --- a/docs/mac/todo.txt +++ b/docs/mac/todo.txt @@ -8,10 +8,18 @@ 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 + +* Correct smart processing errors that provoke the following error: + +cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode +