FYI: Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with compatible support for 2.4 on, but under 2.8 by default 2.4 compatible support is off. So, if this XRC is still being used it will have a runtime error.
Tim S Index: pgadmin/ui/frmIndexcheck.xrc =================================================================== --- pgadmin/ui/frmIndexcheck.xrc (revision 6050) +++ pgadmin/ui/frmIndexcheck.xrc (working copy) @@ -8,7 +8,7 @@ <object class="notebookpage"> <label>Selection</label> <object class="wxPanel" name="pnlSelection"> - <object class="wxCheckList" name="chkList"> + <object class="wxCheckListBox" name="chkList"> <content/> <pos>2,3d</pos> <size>183,234d</size> ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly