I have seen some noises that that API has changed, and I don't know how to
call this now, however, the way that I was doing it is broken, or changed.
"self.listbox.FindItem(-1, search_string) "
Always returns -1 . This used to work, and I don't know when it quit.
However, I can't seem to find the right way to use this. From what I
understand you call wxListCtrl.FindItem with 2 args, a start point, and
the exact text of the item you are searching for. I have tried with -1, and
0. Both always return a -1. Also, I have verified that the text IS there,
indeed, I am using a stored variable that grabs it's text _FROM_ the list
control.
I am using Python 2.0, and wxPython 2.2.2. Anyones help would be very much
welcome.
thanks,
Joshua Schmidlkofer