OK,

So far I have a working implementation in Firefox 3.0 - 3.6 (using
Gears for < 3.6) and Chrome which allows me to capture (and inspect) a
file when it's dragged from the desktop and dropped into the browser.

I'm now trying to get an implementation working in IE (using Gears) -
but I feel a bit like Alice tumbling down the rabbit hole...

I've followed the same process (which seems quite complex, and long
winded) for the Chrome and Mozilla implementations...
1. Create a new DOMImplIE6.class...
2. Create HasDropTargetHandlers, DropEvent, DropHandler etc, etc...

But the events don't appear to be fired (at the DOMImpl... level) they
get to here:

        private native void sinkHtml5Events(Element elem, int bits) /*-{

                var chMask = (elem.__eventBits || 0) ^ bits;
                elem.__eventBits = bits;

                if (!chMask) return;

........................> chMask is always falsey...

Should I even be having to fiddle with what appears to be quite low
level stuff...?

Can anyone help (I know Wave implemented DND from desktop to browser
using GWT - so it must be possible).

Cheers,
Dave
-- 
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.


Reply via email to