ayman
02-28-2008, 07:07 PM
I have WWIcon when the user click on it an Annotation appears with transparency, if the user click again on the icon or any other one the transparency becomes darker and darker, until annotation displayed as if there is no transparency. every time the user click I create new Annotation and set the transparency using this code;
getAttributes().setBackgroundColor(new Color(1, 1, 1, 0.6f));
getAttributes().setBackgroundColor(new Color(1, 1, 1, 0.6f));