From: Roger B. <ro...@ro...> - 2003-12-08 11:32:25
|
> If that were guaranteed to work, anyway, what is the point of this > statement later on? It would be redundant as you point out. > This was the whole point of my suggest changes... I was trying to figure out the minimal number of changes to make it work (ie finding exactly what was tickling the bug). I have just comitted another change which may also have contributed. Even though the CB_SORT flag was present, the choices were not being sorted on Linux. I have now removed that flag and pre-sorted the entries. Maybe it was the sort flag that was causing the crashes? > I think this is clearly a bug in the wxMac implementation, because the > default selected item *SHOULD* be properly set with the code you are > using. However, reality is that it is not being set. Yup. However there are various little bugs on all the platforms that BitPim already works around. Once we are sure what the actual cause is and have reported it, whatever code works around it will be fine. Comboboxes obviously work on the Mac so it is some minor detail we do that the demos etc don't do. Roger |