On Tue, 2 Dec 2008 15:18:58 -0800 (PST) Vincent Scheib <[EMAIL PROTECTED]> wrote:
> > I'd like to configure multiple CCTray instances with different icons. > > Has anyone successfully created custom icons that are stable in > CCTray? > > I've made some custom icons, and gotten past some initial icon load > exceptions. Now, the icons load fine, and work for a while. After a > while, as build projects change status, CCTray emits hundreds of > exception dialogs (more than you can close). > > The icons I made are 16x16 pixels, 32bit, BMP. > Examples are: > scheib.net/_cctray_icons/Broken.ico > scheib.net/_cctray_icons/BrokenAndBuilding.ico > scheib.net/_cctray_icons/Building.ico > scheib.net/_cctray_icons/NotConnected.ico > scheib.net/_cctray_icons/Success.ico > > I also tried some other .ico files I had around (digging through C: > \windows) -- with many size and bit depths. Same problem. > > I filed a bug on this: > http://jira.public.thoughtworks.org/browse/CCNET-1312 > > If anyone has a workaround, I'd love to know. The icons do not get disposed in the current implementation (partially fixed in the trunk), maybe that is your problem. I'm trying to solve that problem already but it turned out to be not that easy... regards, Daniel
