programatically click?

Richmond richmondmathewson at gmail.com
Tue Apr 22 13:21:35 EDT 2014


on mouseUp
   click at line 5 of fld "FLIST"
end mouseUp

gives me this:

Type    click: expression is not a point
Object    Button
Line    click at line 5 of fld "FLIST"
Hint    Elephants

["Elephants" is the content of line 5 of fld "FLIST"]

this:

on mouseUp
    click at char 1 of line 5 of fld "FLIST"
end mouseUp

throws the same sort of error.

Richmond.




More information about the use-livecode mailing list