Send mouseUp doesn't work in Windows standalone

J. Landman Gay jacque at hyperactivesw.com
Tue Oct 28 20:51:10 EST 2003


On 10/28/03 7:02 PM, Bill Vlahos wrote:

> It looks like I am encountering an error which stops the execution of 
> the Windows standalone when I ask:
> 
>     if there is a file "thefile.txt" then enable menuItem 2 of menu "File"
>     else disable menuItem 2 of menu "File"
> 
> It works on OS X standalones but not on Windows 2000 standalones where 
> it generates a weird 3 line error.

Try using "line" and "button" instead. I've had unreliable results with 
the keywords "menuitem" and "menu". I.e.:

   enable line 3 of btn "file"


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list