Auto Suggest

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
meadmaker
Posts: 2
Joined: Tue Aug 17, 2010 4:41 am

Auto Suggest

Post by meadmaker » Tue Aug 17, 2010 4:45 am

Does anyone have an examples on how to do an auto suggest on a datatable? I don't see any examples anywhere. maybe there is a plugin or library that I can use?

TIA

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

Re: Auto Suggest

Post by bn » Tue Aug 17, 2010 9:52 am

Hello meadmaker,

welcome to the forum.
Could you explain what you mean by datatable? I suppose you are looking for some automatic suggestion as the user types along. But what is the source of the words to choose from?

regards
Bernd

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

Re: Auto Suggest

Post by bn » Tue Aug 17, 2010 11:22 am

meadmaker,

is it something like this your are looking for?
http://revonline2.runrev.com/stack/134/Type-with-Filter
It is on RevOnline made by Devin Asay.

regards
Bernd

meadmaker
Posts: 2
Joined: Tue Aug 17, 2010 4:41 am

Re: Auto Suggest

Post by meadmaker » Tue Aug 17, 2010 3:09 pm

I think that example is a good starting place thanks! I meant DataGrid not DataTable

Post Reply