selectedField in 2.7 not working
J. Landman Gay
jacque at hyperactivesw.com
Wed Feb 15 22:36:46 EST 2006
Thomas McGrath III wrote:
> Hello,
>
> Has anyone found the function 'selectedField' no longer working after
> 2.7 upgrade?
> My script is rather simple:
>
> on mouseUp
> put "f" after the selectedField
> end mouseUp
>
> This has worked flawlessly for some time in 2.6 and below.
Verified. It looks like a bug to me. Here's the ugly work-around:
do "put" &"e& "f" "e&& "after" && the selectedfield
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list