G
germanwbauer
Hi:
Any fast solutions on how I could modify or subclass the smartlist to
not only match against the beginning of an item text string but also
midstring. For example the built-in contacts shows "Lastname,
Firstname" by default and matches against either the beginning of the
last and the first name. I would like to do the same in my app. I
assume the fastest would be to have it match against either the first
chars of the string or have it find ", " and then the subsequent chars
to get a match.
Any clues where to get started are appreciated,
Thanks,
German
Any fast solutions on how I could modify or subclass the smartlist to
not only match against the beginning of an item text string but also
midstring. For example the built-in contacts shows "Lastname,
Firstname" by default and matches against either the beginning of the
last and the first name. I would like to do the same in my app. I
assume the fastest would be to have it match against either the first
chars of the string or have it find ", " and then the subsequent chars
to get a match.
Any clues where to get started are appreciated,
Thanks,
German