I'll try to explain better: when you have to select more than one icon in your Desktop what do you do? You click over and empty spot and draw a rectangle over the group of icons you want to select. I've seen an example of this, in a webpage, only in Google Docs for Presentation. As I want to implement this feature (the rectangle) in a webdesktop I'm developing, I was wandering: how do you realize this with GWT? Thanks :)
On 15 Nov, 11:58, Kasper Hansen <[email protected]> wrote: > Hi, > > Maybe you are thinking of a:hover i CSS ? Or you can accomplish what I > think you are talking about, using onMouseOver and onMouseOut events. > > Or maybe I misunderstand you completely... ;-) > > > > > > > > On Sun, Nov 14, 2010 at 10:14 PM, Francesco <[email protected]> wrote: > > Hi there! > > I don't know how it's called, but I would like to implement in my web > > desktop a multiple highlighting for the icons. It's the common > > rectangle that appears in any desktop when you drag the mouse, and > > it's present in Google Docs (Presentation) so I know it's technically > > Javascript-implementable. Maybe the problem is that I don't know its > > name, but I can't find a way to implement it. Any suggestion? > > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://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 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.
