From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux) Description of problem: The checklist in the Executables pane of the Run Tests dialog does not get drawn properly on Win2k and WinXP hosts. The problem is less marked on Win98SE. Scrolling very slowly will force a redraw and allow you to see the content of the checklist. configtool on Linux is not affected. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Build eCos tests 2. Invoke the Run Tests dialog 3. Actual Results: Typically only the first executable is seen in the checklist. The others are there but have not been drawn correctly. Scrolling rapidly causes all sorts of mis-drawn content to appear. Expected Results: A full list of executables should appear. Additional info: The checklist uses wxCheckListBox which requires wxUSE_OWNER_DRAWN support in the wxWindows library. Probably a bug in wxWindows. eCos Configuration Tool 2.12.net (eCos 2.0b1) built using Visual C++.
Similar issues observed under Win98 have been resolved by building the configtool against wxWindows 2.4.0. I need to verify that the issues are also resolved on Win2k/WinXP.
Fixed by building against wxWindows 2.4.0.