Place Company logo on Main interface window

Hi,

I am slowly building a custom Applescript-based application that will ease my department’s InDesign workflow.

Building the main interface in xCode, and trying to personalize it, I am wondering if there was a way to place my company’s logo on the main interface window.

I haven’t been able to find any information about that: any help would be appreciated.

Thanks!

Model: macbook pro
AppleScript: xcode 4.6
Browser: Safari 536.26.17
Operating System: Mac OS X (10.8)

You can use an image well in Interface Builder to add images to windows.

¢ Put (drag and drop) your image into the Project Navigator
¢ Select the MainMenu.xib from the Project Navigator
¢ Select the window you want to add the image to from the Objects side bar
¢ Use the Utilities drawer’s search function (bottom right corner of IB) to search for image well
¢ Drag the image well item into your window
¢ Assign an image to the image well using Attributes inspector

Thank you so much x74353 “““

It worked perfectly well!

N.