Shift-Click
J. Landman Gay
jacque at hyperactivesw.com
Thu Feb 1 22:25:01 EST 2007
LunchnMeets at aol.com wrote:
> Hi Everyone
>
> I’m on Mac OSX. In a script I’m trying to simulate a shift-Click. What’s
> wrong with this code?
>
>
> get loc of fld "fldName"
> put top of fld "another fld" +10 into item 2 of it
> click at it with shiftKey() down
Use:
click at it with shiftKey
No parentheses, no direction.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list