Send to list field

John Cuccio jcuccio at pacbell.net
Sat Aug 3 22:20:01 EDT 2002


How do I simulate clicking a line in a list field from a script.

I know how to hilite a line in the list field. I tried sending a mouseup but
that does not work. I do have code in the mouseup handler of the field.

on script
    set the hilitedline of field x to 3
    send "mouseup" to field x
end script




More information about the use-livecode mailing list