Re: Help!
I am debugging with firefox but I do not see any error. It's more like
all handlers have been wiped out, when I click on a link it doesn't do
anything anymore. If I try the exact same widget by adding it to
another widget or via uibinder all the links and buttons work fine.
On Aug 4, 4:01 pm, Juan Pablo Gardella <gardellajuanpa...@gmail.com>
wrote:
> Are you debbug with firebug or similar to see the error?
>
> 2011/8/4 Thomas Lefort <lefortho...@gmail.com>
>
>
>
>
>
>
>
> > If anybody can help, I am really pulling my hairs...
>
> > I am on my last bit of my jsni integration with maps v3. I want a
> > widget to appear in an infowindow. The widget has buttons and links.
> > All elements appear fine in the infowindow except that none of the
> > links, buttons work anymore.
>
> > This is what I do:
>
> > public native void openInfoWindowWidget(EOLatLng markerPosition,
> > Element element) /*-{
> > var myElement = element;
>
> > $wnd.mapsJSNI.openInfoWindowWidget(markerPositi...@com.metaaps.webapps.earthimages.shared.domain.EOLatLng
> > ::lat,
> > markerPositi...@com.metaaps.webapps.earthimages.shared.domain.EOLatLng
> > ::lng,
> > myElement);
> > }-*/;
>
> > public final void openPropertiesWindow(EOLatLng currentCoordinate,
> > List<Property> properties, PropertiesChange callBack) {
> > FlowPanel panel = new FlowPanel();
> > openInfoWindowWidget(currentCoordinate, panel.getElement());
> > panel.add(propertiesEditor);
> > }
>
> > propertiesEditor is my widget, it's a field. I am adding the flowpanel
> > in between to avoid a call to getElement on the widget itself.
>
> > I would really appreciate any ideas!!!
>
> > Thanks
>
> > --
> > 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+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home