Filter Command

Gregory Lypny gregory.lypny at videotron.ca
Mon Sep 26 11:23:53 EDT 2005


Hello Everyone,

     I've created a search field that uses the Filter command in a  
keyUp handler in a search phrase field to do searches as I type.   
What I am not able to do is refresh the search as I delete characters  
by trapping the deleteKey message.  The following handler does nothing:

on deleteKey
   send keyUp to me
   pass deleteKey
end deleteKey

What am I doing wrong?  Any advice would be most appreciated.

     Greg




More information about the use-livecode mailing list