Stofftierchen13 / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

can't register to the activex-object events. #236

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi,
it seems like i can't register to the activex object events (using 
addEventListener), fired events are not calling the listener method.
I also tried using attachEvent with the ieevent script enabled, wich also is 
not working.

the code i'm using-

<object id="actxObj" classid="..."></object>
<script>
actxObj.addEventListener('connect',Foo,false);
</script>

the events are working on IE using-

<script  for="objName" event="onEvent">
....
</script>

any known issues regarding that? any special way registering to events?

some code examples would be nice.

Original issue reported on code.google.com by dave...@gmail.com on 16 Jul 2013 at 7:25

GoogleCodeExporter commented 9 years ago
i facing the same problem.

Original comment by jingguan...@gmail.com on 14 Sep 2013 at 3:30

GoogleCodeExporter commented 9 years ago
same problem. I`ve also tried using event_XXXX supported ffactivex.

Original comment by jro...@gmail.com on 4 Oct 2013 at 10:21

GoogleCodeExporter commented 9 years ago
I've just found an if in AxHost.cpp:535 that might explain this issue. 

Original comment by jro...@gmail.com on 7 Oct 2013 at 5:55

GoogleCodeExporter commented 9 years ago
Now some event cannot be fired corrected. Events are disabled in source, and 
will fix later.

Original comment by qiu...@gmail.com on 26 Oct 2013 at 11:55

GoogleCodeExporter commented 9 years ago
I have the same problem.. Really need a solution 
Thanks

Original comment by matan...@gmail.com on 10 Nov 2013 at 2:32

GoogleCodeExporter commented 9 years ago
How can I help to get it solved? 
I've tried to get source compiled without success. 

Original comment by jro...@gmail.com on 11 Nov 2013 at 6:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Tried compiling the source also without success. Documentation for developers 
would be helpful...

Original comment by dave...@gmail.com on 12 Nov 2013 at 9:00

GoogleCodeExporter commented 9 years ago
What's the compile error you got? 
You need NPAPI SDK to compile the library. 
https://developer.mozilla.org/en-US/docs/Compiling_The_npruntime_Sample_Plugin_i
n_Visual_Studio

Original comment by qiu...@gmail.com on 12 Nov 2013 at 7:58

GoogleCodeExporter commented 9 years ago
I've gotas all sort of include errors, I could get some solved but stucked in 
one at npp about basic types. Im on mobile right now and can't remember the 
error message. 

Original comment by jro...@gmail.com on 12 Nov 2013 at 9:37

GoogleCodeExporter commented 9 years ago
I'll try to start from scratch again. 
Can you explain the problem? What events can't be fired? What do you mean by 
correct way?

Original comment by jro...@gmail.com on 13 Nov 2013 at 12:09

GoogleCodeExporter commented 9 years ago
Hi, I am facing same issue. 
There are few events supported by an ActiveX control (dataReceived, 
statusChanged, etc) which works fine with IE. 

Note: These are not HTML evets viz. Click , dblClick, Hover etc.

Appreciate if you could update the latest release on Chrome web Store. 

Original comment by arvindbh...@gmail.com on 9 Dec 2013 at 6:05

GoogleCodeExporter commented 9 years ago
hi i created my own event fired by an activex control but no luck capturing it 
with javascript , can anybody help please ?

Original comment by aessa...@gmail.com on 27 Mar 2014 at 12:00

GoogleCodeExporter commented 9 years ago
Same problem :-(

Original comment by rmolchad...@gmail.com on 1 May 2014 at 1:39