about gwt-maps Overlay problem

2009-10-17 Thread Tail
I use gwt-maps , how to disable drag map when I drap on Overlay implementation 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

in IE6, DatePicker could not AutoHide in maps InfoWindow

2009-06-09 Thread Tail
Hi all, I use gwt-maps1.04,I have a form and there is some fields in the form (like TextBox,TextArea,DateBox), the form is in maps InfoWindow (map.getInfoWindow()), when I click the DateBox , the DatePicker is show,but I go on fill other Fields , the DatePicker could not auto hide in IE6,the

gwt-maps make gwt application could not display

2009-05-15 Thread Tail
I use gwt 1.6.4 and gwt-1.03, I got the warning at chrome javascript console Resource interpreted as stylesheet but transferred with MIME type text/ html. http://ditu.google.com/cat_js/intl/zh-CN_cn/mapfiles/156c/maps2.api/gwt/standard/standard.css Not Found The requested URL

with gwt-maps , How to manually set Marker draging state

2009-04-29 Thread Tail
In my project, A Custom control button on the map canvas, it named Add New Position. When I click the Add New Position button, I add a Marker on the map, Marker's LatLng onchaned by mousemove on map. How to make Marker draging state,let it float and show DragCrossImage.

Re: with gwt-maps , How to manually set Marker draging state

2009-04-29 Thread Tail
, there are a few changes in the next release that add support for GDraggableObject, which allows you to create custom objects (not just Markers) and make them draggable on the map. Hope that helps, -Eric. On Wed, Apr 29, 2009 at 6:26 AM, Tail jft...@gmail.com wrote: In my project, A Custom control

GWT 1.6 with JETTY problem

2009-04-17 Thread Tail
When I user google plugin for eclipse dev application,run host mode in jetty. when some exception occur on server end, but no messages print on console, how to let errors print out on console? --~--~-~--~~~---~--~~ You received this message because you are

How to add close button to DialogBox title bar

2009-04-16 Thread Tail
How to add close button to DialogBox title bar? DialogBox dialog = new DialogBox(); dialog .setHTML(divspan style='float:right;cursor: pointer;' onclick='alert(3)' X/spanLogin .../div); Is any way how javascriopt to call dialog.hide(); --~--~-~--~~~---~--~~ You