Boa Constructor Frame Designer Not Accepting Ultimate ListCtrl
Status: Beta
Brought to you by:
riaan
I am using Python 2.7 and wxPython 2.8 under the Boa Constructor (0.6.1) IDE. However I have now hit problems with the Frame Designer. I had issues with wx.ListCtrl in that I had segementation errors when wx.ListCtrl seemed to index incorrectly in an inconsistent manner. After some research I changed over to UltimateListCtrl and the problem was eliminated. This, though, has introduced another problem in that Boa's Frame Designer says that ULC.UltimateListCtrl is not defined on the Palette. As I have numerous changes to implement this is now slowing me down as I have to edit and fire up Python to check on layout changes - repeating the cycle numerous times. Is there a way around this? Thank you...