Reputation:
I would like to have a popup like this site when my mouse hover a movie : http://www.allmovie.com/
This little popup will contain a google map...Can you give me a good solution to do this ? I do not know if using JSNI will slow the app, or simply if it should be easiest to do it with a simple gwt-popup ?
Thanks you for your help.
Upvotes: 1
Views: 256
Reputation: 15018
JSNI will not slow down your app.
For a rich tooltip like that, there are widget toolkits that already exist. For example, see: http://www.sencha.com/examples/#tooltips.
Upvotes: 0