On server side i have a lib (can be modified) that produces png images and corresponding imagemap for mouse hover titles. But how to use them with gwt? I already have a little servlet that could png-images to client (on client side gwt Image objects are created and added to widgets). Due to compatibility concerns and user friendliness i don't want to use embedded images (base64) . So how to send image and map to client and how to plug it together into a widget?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ZeoK_RJMXccJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
