Quote:
|
Originally Posted by dc_roenfanz
Your ConcBubbleFilled and ConcBubbleMouseover image styles are still using the default blue and yellow "bubbles"
Code:
<ImageStyle Filter="true" Name="ConcBubbleFilled">
<ImageFrame Name="image" Source="/images/window_elements_generic.dds" SourceRect="270,160,287,164" />
</ImageStyle>
- <ImageStyle Filter="true" Name="ConcBubbleMouseover">
<ImageFrame Name="image" Source="/images/window_elements_generic.dds" SourceRect="292,160,309,164" />
</ImageStyle>
I believe you need to make a yellow star-style for the mouseover effectors. Also, you could be having problems because you go in a radial style as opposed to a vertical or horizontal style.
I hope that helps a bit. I don't know what else could effect them. >_<
|
I'm not using the default style definitions, I was just too lazy to pull them out of that version. The problem I'm running into is that each conc "bubble" is a 14x14 image, and they're all stacked on top of one another. So the topmost conc bubble works exactly as you'd expect, but it also intercepts mouseovers that should be outside its BoundaryPolygon which
should pass through to the layers below it.
To be honest, I'm considering scrapping the star-style concentration scheme in favor of a more traditional approach placed in the lower-right corner's deadspace. We'll see how it goes.