I didn't use the gwt-dnd library with GWT-Graphics but I did use a lot of other stuff. The biggest thing I did with GWT was to use it as on overlay on Sasha maps ( http://www.maryanovsky.com/sasha/maps/ ) to draw Vector data on maps. All this vector data is clickable and other stuff.
On a note : GWT-Graphics is 100% pure GWT without any javascript (unlike GWT Raphaƫl for example which is a GWT wrapper around a Javascript library). All objects you draw in GWT-Graphics (like Rectangle) do extends the default Widget class from GWT. This means that you can use these objects just like you handle any GWT widget. You can for example simply add a normal GWT ClickHandler to Rectangle. Since GWT-Graphics is build up this way I believe you shouldn't have any worries about it being incompatible with any other library. I have no online examples. Only internal projects. Op donderdag 29 maart 2012 16:06:19 UTC+2 schreef SigmaBlu het volgende: > > Gentlemen, > > Thanks for your input. You all have made me increasingly aware of > libraries used with GWT allows me to draw shapes. Many Thanks! > > Frank, > > Have you successfully used drag and drop or some other library with > GWT-Graphic? Do you have any of your examples on-line? > > Regards, > Sigma > > > > >> -- >> 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/-/vNs0ZkiP1zkJ. >> >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/aTES4iHMFlQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
