Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!ncar!tank!ra_robert@gsbacd.uchicago.edu From: ra_robert@gsbacd.uchicago.edu Newsgroups: comp.sys.mac.programmer Subject: Problem getting my App's docs to have their own icons Message-ID: <4434@tank.uchicago.edu> Date: 13 Jul 89 20:58:59 GMT Sender: news@tank.uchicago.edu Distribution: na Organization: University of Chicago Graduate School of Business Lines: 66 I'm able to get my App to have it's own distinctive icon, but so far I've been unable to the docs my App produces to have their own icons. Rather they're given the standard doc icon. I think I'm doing things correctly, and I've rebuilt my desktop, just to be sure, but I can't get it to work. Any suggestions would be welcomed. Here is a Derez of the relevant portion of my resource file: resource 'ICN#' (1000) { { /* array: 2 elements */ /* [1] */ icon and icon mask stuff } }; resource 'ICN#' (1001) { { /* array: 2 elements */ /* [1] */ icon and icon mask stuff } }; resource 'FREF' (128) { 'APPL', 0, "" }; resource 'FREF' (129) { 'PNTG', 1, "" }; resource 'BNDL' (1000) { 'APPL', 0, { /* array TypeArray: 2 elements */ /* [1] */ 'ICN#', { /* array IDArray: 2 elements */ /* [1] */ 0, 1000, /* [2] */ 1, 1001 }, /* [2] */ 'FREF', { /* array IDArray: 2 elements */ /* [1] */ 0, 128, /* [2] */ 1, 129 } } }; Robert ------ ra_robert@gsbacd.uchicago.edu ------ generic disclaimer: all my opinions are mine