popup and addtional content

is it possible to pass additional content along with a menu item in a popup?
Say i want the popup’s title or name to be “acme” and also pass an id along with it say “5”, is that possible?
I tried:
make new menu item at the end of menu items of menu of popup button “client” with properties {title:clientName in theClient, name:clientName in theClient, id:clientID of theClient enabled:true}

but no luck

thanks for any help

Menu items also have a “tag” property, which can be set manually in IB or when programmatically creating it. Try setting it using something like…

make new menu item at the end of menu items of menu of popup button "client" with properties {title:"Daisy Duke", name:"Hotpants", tag:4, enabled:true}

I’ve only seen numbers used, but letters may also work.

j

This work :

or add property :

Model: G5 DP 2700
AppleScript: 2.1
Browser: Safari 412.2.2
Operating System: Mac OS X (10.4)