clarified listbox problems (related to the custom CDEF)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,10 +8,13 @@ Bugs/Defects (GD)
|
|||||||
* Correct listbox creation which is causing the following error message
|
* Correct listbox creation which is causing the following error message
|
||||||
under Mac OS X:
|
under Mac OS X:
|
||||||
|
|
||||||
./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
|
./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
|
||||||
Abort
|
Abort
|
||||||
|
|
||||||
This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
|
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
|
* Implement toggle buttons missing under Mac OS & Mac OS X
|
||||||
|
Reference in New Issue
Block a user