]> git.saurik.com Git - wxWidgets.git/blob - docs/mac/todo.txt
corrected includes for Mac OS X
[wxWidgets.git] / docs / mac / todo.txt
1 in the carbon targets the following items are still missing
2
3 - printing support
4 - navigation services support
5
6 Bugs/Defects (GD)
7 -----------------
8 * Correct listbox creation which is causing the following error message
9 under Mac OS X:
10
11 ./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
12 Abort
13
14 This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
15 src/mac/listbox.cpp because the custom control definition has not been loaded
16 and is not present in memory, see:
17
18 http://developer.apple.com/technotes/tn/tn2003.html#CustomCode
19
20 * Implement toggle buttons missing under Mac OS & Mac OS X
21
22 * Correct smart processing errors that provoke the following error:
23
24 cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
25