xzaz Posted February 18, 2008 Posted February 18, 2008 (edited) ;--------------------------- ; Laungher ; ;--------------------------- #include <GUIConstants.au3> $oIE = ObjCreate("Mozilla.Browser.2") ; or $oIE = ObjCreate("Mozilla.Browser.1") doesn't mather. $winw = 1024 $winh = 768 $Main_App = GUICreate('Label Application',$winw,$winh,0,0) GUICtrlCreateObj($oIE, 5, 100, $winw-10, $winh-120) GUISetState (@SW_SHOW) $oIE.navigate("http://www.google.nl") While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend Exit - I installed the component - It has worked before - I didn't chanced anything. The error: C:\Users\Eise\Documents\Net-softv0.1\laungher.au3 (28) : ==> Variable must be of type "Object".: $oIE.navigate("http://www.google.nl") $oIE^ ERROR Don't got any clue. Edited February 18, 2008 by xzaz Small Color Picker v0.2 | Travian bot
xzaz Posted February 19, 2008 Author Posted February 19, 2008 No one? Small Color Picker v0.2 | Travian bot
weaponx Posted February 19, 2008 Posted February 19, 2008 Where did you get the component? I can't find it.
xzaz Posted February 19, 2008 Author Posted February 19, 2008 http://www.autoitscript.com/forum/index.ph...c=20450&hl= Small Color Picker v0.2 | Travian bot
DaleHohm Posted February 19, 2008 Posted February 19, 2008 Please note, the control you reference is not "FireFox embedded". It is a project that appears to have died over two years ago that produced an ActiveX control using the Gecko layout engine with an emulation of IE4 for Netscape/Mozilla.For more information see:Mozilla ActiveX Project: http://www.iol.ie/~locka/mozilla/mozilla.htmFAQ: http://www.iol.ie/~locka/mozilla/faq.htmDale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
xzaz Posted February 19, 2008 Author Posted February 19, 2008 Please note, the control you reference is not "FireFox embedded". It is a project that appears to have died over two years ago that produced an ActiveX control using the Gecko layout engine with an emulation of IE4 for Netscape/Mozilla.For more information see:Mozilla ActiveX Project: http://www.iol.ie/~locka/mozilla/mozilla.htmFAQ: http://www.iol.ie/~locka/mozilla/faq.htmDaleYep true, but i has worked before, so maby i missed something. Anyway i am forced to use IE (blegh @ W3C rules) embedded can't find any other firefox embedded components. I try to fix this: http://www.autoitscript.com/forum/index.ph...mp;#entry477474 Small Color Picker v0.2 | Travian bot
xzaz Posted February 19, 2008 Author Posted February 19, 2008 mm this website: http://kb.mozillazine.org/ActiveX says its not for FF 2.0. Only for 1.5. Gonna try something with that. Small Color Picker v0.2 | Travian bot
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now