python,filter,wxpython,objectlistview,objectlistview-python
Change your filter_view to: def filter_view(self): self.SetFilter(olv.Filter.Predicate(self.filter_me)) self.RepopulateList() see: ObjectListView.SetFilter...
user-interface,wxpython,wxformbuilder,objectlistview-python
You will need to change fgSizer to self.fgSizer so you can access it later. Then you can use the sizer's Remove method to remove the widget. There is an Insert method that you can use to insert another widget in it's place. See the documentation on sizers for full details:...