]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/todo.txt
minor clean up
[wxWidgets.git] / docs / mac / todo.txt
index 1e6d62469b0cf3af4cd17d9837824ef3ab60db10..b19bc8e81db15a6b04a94f529bcb2547faa6d0fe 100644 (file)
@@ -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
+