There are a handful of great examples, and I'd like to incorporate some of that into an app I am working on.
When I get the selectfeatureexample, it seems incomplete, I don't have the contentPanel and I don't have the AbstractExample class.
I also get a nasty error with the way some of the code is written:
rbDrawPoint.addValueChangeHandler(new ValueChangeHandler<,Boolean>() {
public void onValueChange(ValueChangeEvent<,Boolean> event) {
activateControls();
}
});
I did try the demo, and I think there might have been some bugs with this example, but not 100% sure.
One of the other things I'd like to do is save my point, line or polygon to my database which is MySQL right now.
Can I do this? Is there an example on how to do this?
I am sure I will have a lot more questions about this later on as well.
FYI ... I usually like to create SmartGWT 2.5 projects, with Hibernate/JPA, and Spring 3.1, with GWT-RPC.
I am moving away from GWT-RPC, and will be doing web-services soon.
Thanks for any help in advance!!!!
On Thursday, August 2, 2012 2:41:26 PM UTC-4, Frank wrote:
Just a quick note that we put some work in the website, and especially in a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers library) :--New website : http://www.gwt-openlayers.org/ New showcase : http://demo.gwt-openlayers.org/ Feel free to make use of this library in your projects :-)
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/-/FN3VHCAcInAJ.
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.
No comments:
Post a Comment