Dear esteemed wxPerl experts: I am trying to use Wx::CheckListBox. In general, it works, but I need to checkmark some boxes programatically. In the wxWidgets documentation, it says this can be done using the Check method: (URL: http://docs.wxwidgets.org/2.8/wx_wxchecklistbox.html#wxchecklistboxcheck)
In wxPython documentation, it says this can be done using SetCheckedItems method: (URL: http://wxpython.org/Phoenix/docs/html/CheckListBox.html#CheckListBox.SetCheckedItems ) Neither are found in the wxPerl implementation - I get an error: cannot find method ... in package Wx::CheckListBox. My system(s): Citrus Perl 5.16.3, wxPerl 2.9.4, Windows XP/ Windows 7. Your advice will be appreciated. Many TIA Helen