]>
Commit | Line | Data |
---|---|---|
1eaf1962 SC |
1 | in the carbon targets the following items are still missing |
2 | ||
3 | - printing support | |
618351fe GD |
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 | ||
1db61f2f GD |
11 | ./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr' |
12 | Abort | |
618351fe GD |
13 | |
14 | This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of | |
1db61f2f GD |
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 | |
618351fe GD |
19 | |
20 | * Implement toggle buttons missing under Mac OS & Mac OS X | |
8d336833 GD |
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 |