Hi,
Is it possible to do an Auto-Complete function within a string gadget as a user types - as you see in things like Webbrowers?
In the program I am trying to write a user needs to select an item to add but as this item could be massivley varied I am thinking an Auto-Complete idea is best - so if my program thinks it know what the user is typing it makes a suggestion as they type.
My reasoning is that I have a list of pre-loaded data and if the user is entering in something my program knows of it can let them know by auto-compltion. Also it can help to reduce spelling mistakes too!
I was going to use a Combo box with pre-loaded suggstions and an "Other" entry if the user was adding something not in the list. But I wonder if the above idea would work better....
Any ideas on this at all?
Thanks
Arcee.
Auto-Complete in a String Gadget.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
The search feature is your friend :
http://www.purebasic.fr/english/viewtop ... tocomplete
http://www.purebasic.fr/english/viewtop ... tocomplete
etc ...
http://www.purebasic.fr/english/viewtop ... tocomplete
http://www.purebasic.fr/english/viewtop ... tocomplete
etc ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Stupidly I did not think of that for some reason. Which is odd as I do normally. Thanks .gnozal wrote:The search feature is your friend :
http://www.purebasic.fr/english/viewtop ... tocomplete
http://www.purebasic.fr/english/viewtop ... tocomplete
etc ...