> Thank, good to know what you were trying to do. Unfortunately, there > are not specific tools in GChart that do the drag-selection rectangle > thing, or let you highlight more than a single point. There are "poor > man's" ways to do similar things. You might let the user click in the > upper left, then lower right, and use the two clicks to define the > rectangle. Not quite the same, I know, but doable via the new > ClickEvents support.
In fact, when I started out with GWT that is what I was trying to do - the poor man's way - click, click, click, click, click - rectangle. The fifth click being at the same point as the first as I was drawing lines between points. When I could not get through with it by getting client2model units, I started looking how others might have implemented it and then I saw the photo tagging feature of orkut, which does the rectangle thing. I implemented that in GWT but with the client window problems that I described above. regards, Saurabh Hirani. [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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 -~----------~----~----~----~------~----~------~--~---
