2000-08-09 04:54:10 -04:00
|
|
|
in the carbon targets the following items are still missing
|
|
|
|
|
|
|
|
- printing support
|
2001-06-16 17:11:32 -04:00
|
|
|
- navigation services support
|
|
|
|
|
|
|
|
Bugs/Defects (GD)
|
|
|
|
-----------------
|
|
|
|
* Correct listbox creation which is causing the following error message
|
|
|
|
under Mac OS X:
|
|
|
|
|
2001-06-22 14:30:21 -04:00
|
|
|
./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
|
|
|
|
Abort
|
2001-06-16 17:11:32 -04:00
|
|
|
|
|
|
|
This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
|
2001-06-22 14:30:21 -04:00
|
|
|
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
|
2001-06-16 17:11:32 -04:00
|
|
|
|
|
|
|
* Implement toggle buttons missing under Mac OS & Mac OS X
|