driscollis / applications_with_wxpython

Code examples for the book, Creating GUI Application with wxPython
https://www.blog.pythonlibrary.org
116 stars 26 forks source link

Search Chapter 5 #53

Open mfones opened 1 year ago

mfones commented 1 year ago

wx.SearchCtrl is not working. The work around for me is to change to wxTextCtrl and leave everything the same. You loose the magnifying glass in the field image but the function works. Looking to confirm why. Any idea?