Open GoogleCodeExporter opened 9 years ago
same problem here
Original comment by daniel.z...@googlemail.com
on 20 Aug 2010 at 3:10
Same issue here:
Version of geckofx:1.9.1.0
version of xulrunner: 1.9.2.9 (newest)
Resolved by downgrading xulrunner to 1.9.1.11
Original comment by lud...@gmail.com
on 14 Sep 2010 at 1:09
Hey all...I am using the GeckoWebBrowser 1.9.1.0 in a .NET 2.0 application with
the XURLrunner 1.9.2.12 and have the same problem when executing this line of
code: webBrowser.Document.ActiveElement;
Unable to cast COM object of type 'System.__ComObject' to interface type
'Skybound.Gecko.nsIDOMNSDocument'. This operation failed because the
QueryInterface call on the COM component for the interface with IID
'{533A8131-8D0C-4EBF-990B-7FAD7CD514EE}' failed due to the following error: No
such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
Nothing works...
--> I tried to use the AsyncNavigate hint
--> I tried to use the GeckoWebBrowser outside of a TabControl within a new
Form()
Everything I want to get work is to move the focus to the flash content when
the DocumentCompleted event raised. Does someone have an idea how to solve this
problem? I am happy for every hint.
Original comment by o.schum...@googlemail.com
on 22 Nov 2010 at 8:52
See this thread: http://geckofx.org/viewtopic.php?id=181
I was able to get this working with the latest version of GekoFX and XULRunner
SDK 1.9.1.14 which can be found here:
http://ftp.mozilla.org/pub/mozilla.org/mozilla.org/xulrunner/releases/1.9.1.14/s
dk/
Be sure to completely remove the previous xulrunner files before using these, I
found that simply replacing the files does not work because certain files are
left over from the other version which causes issues.
Original comment by muratmoz...@gmail.com
on 10 Feb 2011 at 1:21
Original issue reported on code.google.com by
timmyab...@gmail.com
on 12 Aug 2010 at 1:28