| View previous topic :: View next topic |
| Author |
Message |
mike83
Joined: 30 Jun 2009 Posts: 2
|
Posted: Tue Jun 30, 2009 6:02 am Post subject: Internet Explorer runs very slow with scryptcryptor |
|
|
Hi,
I'm using the following commands:
Set oIE = Wscript.CreateObject("InternetExplorer.Application", "oIE_")
oIE.Navigate("http://www.whatever1.com")
Wscript.Sleep 1000
Do While (oIE.Busy)
Wscript.Sleep 1000
Loop
'code here to read page elements
oIE.Navigate("http://www.whatever2.com")
That's the basic idea anyway... I'm navigating multiple urls programatically.
When I compile this script through scryptcryptor the pages seem to load very slowly and don't seem to actually finish loading before the next Navigate command runs.
I don't have this problem when I run the vbs file.
Do you have any ideas? Maybe the version of wscript embedded in scryptcryptor or maybe something to do with the script being run directly from memory???? |
|
| Back to top |
|
 |
|
|
support Site Admin
Joined: 13 Feb 2004 Posts: 257
|
Posted: Wed Jul 01, 2009 2:10 am Post subject: |
|
|
| Do you have the latest version of ScriptCryptor from this site? |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 257
|
Posted: Wed Jul 01, 2009 12:37 pm Post subject: |
|
|
| This bug has been fixed in current version 2.9.5.0 |
|
| Back to top |
|
 |
mike83
Joined: 30 Jun 2009 Posts: 2
|
Posted: Wed Jul 01, 2009 2:49 pm Post subject: |
|
|
Just downloaded the latest version 2.9.5.0
Unfortunately internet explorer still runs real slow when running compiled exe |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 257
|
Posted: Wed Jul 01, 2009 11:35 pm Post subject: |
|
|
| I have tested it on the different computers with Windows XP and Windows Vista, version 2.95 work correct with your code sample. Please make sure that you have properly updated previous version. Uninstall and install again. |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 257
|
Posted: Tue Jul 07, 2009 3:26 pm Post subject: |
|
|
| Please download and install version 2.9.6.0. Fixed another bug in event sink handler that caused 100% CPU usage with Internet Explorer. |
|
| Back to top |
|
 |
|