Re: [Newbie] What's wrong with my code ?
Re: [Newbie] What's wrong with my code ?
- Subject: Re: [Newbie] What's wrong with my code ?
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 27 Dec 2005 08:14:20 -0500
On 12/27/05,
Eric Morand <
email@hidden> wrote:
What seems strange to me is the syntax...
make new menu item at the end of menu items of menu of encodersPopup
with properties {title:anEncoder, enabled:true}
...works perfectly : it creates a menu item, add it the the end of
the popup menu items.
Ohhhh! You must be using AppleScript Studio. That's a whole 'nother kettle of beans.
But, once I add "set aMenuItem to" and try to access the properties
of "aMenuItem", I have some error messages !
If I understand well, I can create a menu item but not reference it ?
No, you can. I'm guessing that your create is failing in the example you posted originally because there's no "at". In AS, you can't just create a free-floating menu item. You have to attach it to its menu at creation time.
--
Mark J. Reed <
email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden