Home › Forums › General XMetaL Discussion › ResourceManager – google.com navigation – broken? › Reply To: ResourceManager – google.com navigation – broken?
Reply to: ResourceManager – google.com navigation – broken?
April 18, 2018 at 3:58 amHi Derek, truly sorry about that – I had a try/catch there… which I removed and I left the typo in.
Below is what I have, it does not have any syntax errors. It gives me the same error as the screenshot I attached earlier.
ResourceManager.Visible = true;
ResourceManager.RemoveTab( “Assets” );
ResourceManager.RemoveTab( “Desktop” );
ResourceManager.RemoveAllTabs();
ResourceManager.AddTab(“Demo”,”Shell.Explorer”);
ResourceManager.SelectTab(“Demo”);
msie = ResourceManager.ControlInTab( “Demo” );
msie.navigate( “http://www.google.com” );
]]>
I have IE version is 11.0.9600.18952. Could that be the issue maybe… is there a way to see what version of the IE is trying to invoke when using Shell.Explorer or Shell.Explorer.2 ?
Thanks a lot for your help!