Have you tried implementing your own marker, ie extending overlay?
mind you there are a few things you'll miss out on, eg drag for
instance but it's pretty straightforward and you can add the dom
elements you like, and change their style.


On Jun 20, 4:00 pm, MeiAestro <jmalbre...@gmx.de> wrote:
> Still totally clueless. Anybody ANY idea?
>
> On Jun 16, 10:11 am, MeiAestro <jmalbre...@gmx.de> wrote:
>
>
>
>
>
>
>
> > It's my first posting here, so hello to everybody!
>
> > My Question: In GWT 2.3.0 I use custom icons in a map as markers. I
> > would love to change the icon which is currently selected. This Icon
> > should be similar to the original one (i.e. somehow highlighted). I
> > thought about different ideas which all are somehow difficult for me
> > to realize:
>
> > 1. As the icons are (and have to be) stored in a blobdatastore I was
> > thinking about painting a second Icon and storing it in the same
> > blobdatastore. Unfortunately I did not find a way to draw in an
> > existing blobimage (on server side).
> > 2. Changing the style of the icon (i.e. adding a colored border).
> > Unfortunately neither the icon nor the marker have a "setstyle"
> > method. Is the uibinder a possiblel way to do that? I see a problem in
> > changing the style of only the selected marker/icon.
> > 3. Repainting the icon on client side. As far as I could find out this
> > won't be possible for all browsers.
>
> > Do you have any hints for me?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to