Toolbar menu items?

Hello all.
I have a project that I’ve been working on with a toolbar (that’s working fine). What I’m trying to implement now is a toolbar item that acts like a popup menu, like how XCode does this with its ‘Build’ and ‘Build and Go’ toolbar items. Is this possible with AppleScript Studio?
Thanks.

boswellian,
No, you can not do this in applescript studio alone. You can do it in Xcode using custom obj-c subclasses, though. There are a few ready-made examples out there, although I’ve found them to be a bit over-done. I’ve written my own which I’d be glad to share with you. Send me an email and I’ll send you what I’ve got and guide you through it if needed.

Cheers,
j