If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I wish my app (Obj-C, Project Builder) could could give the documents it creates icons created by the user. Anyone know how this might be possible? Thanks
Actually, I think the original poster was asking about custom icons, not document-type icons. Custom icons are pretty easy to do from Cocoa if you use the public-domain IconFamily class or the extensions to it available in our open-source OmniAppKit framework.
thanks Rickster, that looks like exactly what I want (I should have thought of the IE image download behavior as an example; I knew people would get confused as to what I meant). I'll try it out when I get home