I'm assuming you need to do this when the user is typing into the
datagrid's edit field. I recently needed to implement a right click popup
menu to the datagrid's edit field and used the following method which
should work for this purpose too.

Make a button and copy the script of button Field Editor of stack
revDatagridLibrary into it. Add the typing filter code to it.

In the script of your datagrid, add a preOpenFieldEditor handler. Its
single parameter is the long id of the field that will be used for editing.
In the preOpenFieldEditor script, set the behavior of the edit field to
your button's script.

HTH.
On Dec 23, 2014 6:16 AM, "Magicgate Software - Skip Kimpel" <
s...@magicgate.com> wrote:

> Wow... your timing couldn't be more perfect.  I was working on something
> like that yesterday.  Now I need to find a way to make this work with a
> datagrid :)
>
> Thanks again and Merry Christmas!
>
> SKIP KIMPEL
>
> On Tue, Dec 23, 2014 at 8:36 AM, FlexibleLearning.com <
> ad...@flexiblelearning.com> wrote:
>
> > Over the years, people keep asking about how to implement 'display as you
> > type' widget thang.
> >
> > So as a Christmas gift to you all, TypingFilter for LiveCode is fast,
> > flexible and FREE. The download with example implementation and
> screenshots
> > are available here...
> >
> > www.FlexibleLearning.com/typingfilter
> >
> >
> > Enjoy!
> >
> >
> > Hugh Senior
> > FLCo
> >
> >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to