I am integrating gwt-maps-3.8.0-pre1.zip into aa application which using gwt-platform MVP and smartgwt. i have a mainpresenter and nested a presenterwidget into it. VLayout is used as parent s canvas and using HTMLPane as nested googlemap s canvas. GoogleMap can t be displayed correctly.but when i using firebug to monitor http data,I found the googlemap s information has been returned to browser,but i don t know why it can t be displayed correctly? anyone can help me? thanks!
I have a Presenter that takes a Service and a View Contract as parameters in its constructor: public FooPresenter : IFooPresenter { private IFooView view; private readonly IFooService service;...