From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Mon, 30 Jun 2008 08:46:42 +0000 From: jas Message-ID: <4c8bf7a8-e996-4eed-8bbc-bed277fe99da@x35g2000hsb.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <20080630015348.7894B1E8C22@holo.morphisms.net> Subject: Re: [9fans] 9vx os x Topicbox-Message-UUID: cc7ca878-ead3-11e9-9d60-3106f5b1d025 On Jun 29, 8:56=A0pm, "Russ Cox" wrote: > > When we do get to see a glenda icon for 9vx?:-) > > I made an icon and a 9vx.app directory, but I have not > gotten it completely working. =A0I have been using the 9ball > from second edition, because it is easier to recognize at > tiny scales. =A0 > > If you know how to attach an icon without using the .app > directory, please let me know. You should be able to use the Carbon API to SetApplicationDockTileImage(img). Most likely keeping the icon in some path based off of the root, construct a CGImageRef from the data and call the mentioned function. -jas