Images???- how to import into library

I have a simple applescript studio project that i’d like to have a static image on a page with. Its a logo on the right side. So now that i’ve finally figured out that there are no run handlers in AS studio (thanks Stefan:P), but i can’t seem to figure out how to get MY image into the program. I’ve drug a .png and a .ico file into resources under groups & files in the project. I’ve also gotten it to appear somewhat in the library under user media under the project. However, it doesn’t show there all i get is a box with a ? in it. This is all i need to make my first project “complete” and its really annoying. Especially since i can drag the images under “system media” in the library in just fine and they work. I’m using the NSComputer one. I’m just not importing them correctly i think?

Browser: Safari 525.27.1
Operating System: Mac OS X (10.5)

Hi,

drag and drop is not sufficient. You have to tell Xcode to import the file
In Xcode, highlight the Resources folder and choose Add > Existing files from the Action Menu.
Select the image file and check “Copy items into destination group’s folder.” in the appearing sheet
Then the image will be available in Xcode and Interface Builder, for a static image no further code is needed

Perfect! Thanks that shouldn’t have been that hard.