programatically click?
dunbarx at aol.com
dunbarx at aol.com
Tue Apr 22 18:00:54 EDT 2014
Richmond.
The "click" command requires a point as a parameter, that is, something that resolves to "integer,integer" The comma is de rigueur.
-----Original Message-----
From: Richmond <richmondmathewson at gmail.com>
To: How to use LiveCode <use-livecode at lists.runrev.com>
Sent: Tue, Apr 22, 2014 1:22 pm
Subject: Re: programatically click?
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.
_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list