Windows App Can't Find File Menu

J. Landman Gay jacque at hyperactivesw.com
Fri Jan 25 16:01:09 EST 2013


On 1/25/13 1:06 PM, Paul Foraker wrote:
> A standalone I built on my Mac for both Mac and Windows can't find the
> custom menus when I run it in Windows.
>
> The error message I get on launch:
>
> Executing at 10:49:05 AM on Friday, January 25, 2013
> Type: Chunk: no such object
> Object: stack "//psf/Home/Desktop/Send AricaNews.exe"
> Line: enable menu "File"
> Line Num: 7
> Hint: true

I vaguely remember seeing that on Windows. I usually refer to menus as 
"button" now, which should fix it:

  enable btn "File"

Give it a longer reference if you have more than one button named "file":

  enable btn "File" of grp "MenuGroup"


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




More information about the use-livecode mailing list