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" &&quote& "f" &quote&& "after" && the selectedfield

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to