Hey all,

I have been striving for a solution for this for quite a while and I
was now wondering if someone here could help me out...

The problem:
I need to load an activeX (let's say it's a video player) component
and listen for mouse click events. I want to handle events using GWT
clickHandler rather then using the activeX JS native event handler
methods (because I may need to load different activeX components for
the same purpose).

I am using myActiveX = new HTML("<OBJECT ... ></OBJECT>") to load it.
However HTML clickHandlers, myActiveX.addClickHandler(...), don't work
when I click inside the activeX component.

I also tried adding myActiveX to a focusPanel (which also implements
ClickHandler) but the output is the same.


I was now wondering if I could overlap the activeX with some sort of
transparent panel which could listen for click events...

Is this possible with GWT?
Or am I forced to implement event handling using native JS?


Thanks in advance
Cheers

--~--~---------~--~----~------------~-------~--~----~
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