Way to insert text where cursor is in field?

Dar Scott dsc at swcp.com
Sun Aug 24 19:17:00 EDT 2003


On Sunday, August 24, 2003, at 09:53 PM, Rob Gould wrote:

> on keydown theKey
>  if theKey = "*" then
>  refreshnotes
>  end if
> 
>  pass keydown
> 
> end keydown

I wonder if this would do what you want:

-- Negative one day in ticks
-- To run a message before others
constant highPriority = "-1512000"

on keydown
   send "refreshnotes" to me in highPriority
   pass keydown
end keydown

Just a wild guess.

Dar Scott



More information about the use-livecode mailing list