Auto-Complete in a String Gadget.

Just starting out? Need help? Post your questions and find answers here.
Arcee_uk
User
User
Posts: 29
Joined: Fri Jul 25, 2008 6:09 am
Location: England

Auto-Complete in a String Gadget.

Post by Arcee_uk »

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.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Arcee_uk
User
User
Posts: 29
Joined: Fri Jul 25, 2008 6:09 am
Location: England

Post by Arcee_uk »

Stupidly I did not think of that for some reason. Which is odd as I do normally. Thanks .
Post Reply