Recently we found a Photon test that was failing on the Mac platform, but nowhere else. We traced it to a prematurely disposed Color resource. According to this article,
http://www.eclipse.org/articles/Article-SWT-Color-Model/swt-color-model.htm , colors returned from Display.getSystemColor() should not be disposed explicitly. So for now, we have removed the explicit dispose calls. However we need to make sure that we
do dispose colors that we allocate in other ways. Does anyone know of a good way to distinguish between the two?
graham
--
Marketcetera Trading Platform
download.run.trade.
www.marketcetera.org
_______________________________________________
m-etc-dev mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev