djMax
11 Aug 2007, 7:15 PM
I'm migrating from Microsoft ASP.Net Ajax. I extended their autocompleter with some significant changes:
Multiple value completion (i.e. one item in a list of tags)
Associated logic for delimeters and escape sequences for multiple values
Segregated results - i.e. you search for either a place or a thing and I present a segregated list of potential results for both
I think those are the main points. So the question is, should I extend combo box for this, or try and write from scratch? If extend, anybody want to lend a hand by looking through the existing code (there isn't much)? I would of course happily give the extensions back.
Multiple value completion (i.e. one item in a list of tags)
Associated logic for delimeters and escape sequences for multiple values
Segregated results - i.e. you search for either a place or a thing and I present a segregated list of potential results for both
I think those are the main points. So the question is, should I extend combo box for this, or try and write from scratch? If extend, anybody want to lend a hand by looking through the existing code (there isn't much)? I would of course happily give the extensions back.