emyHamed / ff-activex-host

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

the Usage Sample failed #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
    My environment is win7 professional and firefox 3.6.10
    When i run the Usage Sample,nothing show up.
    I try to debug the ff-activex and i found in CControlSite::SetPosition method m_spIOleInPlaceObject->GetWindow(&hwnd) will return E_UNEXPECTED.

    I test some other activex control either,they were all ok.

    by the way,my flash player's edition is 10

Original issue reported on code.google.com by loki860...@gmail.com on 14 Oct 2010 at 12:35

GoogleCodeExporter commented 8 years ago
Hello, i have win7 too, but with firefox 4.x
if i run the sample (modifing the values by the right ones) the OCX (VB) shows 
on the screen but i have errors on the firebug telling me that the plugin 
cannot execute a method invoke, in fact i checked the info about the plugin too 
many times and i can see clearly how to set parameters and how to bind events 
but i can´t find how to execute methods of the ocx throw the plugin. Can you 
help me?

Original comment by xtianr...@gmail.com on 14 Jun 2011 at 4:47

GoogleCodeExporter commented 8 years ago
first,u should make sure your ocx can execute the method invoke in ie.
second,i suggest u to turn "dom.ipc.plugins.enabled" to  false,which u can find 
in "ab out:config"

Original comment by loki860...@gmail.com on 15 Jun 2011 at 12:55