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