It fails to hide. Any ideas?
_IECreate hidden IE Window in IE9 fails
#1
Posted 01 May 2012 - 04:07 AM
It fails to hide. Any ideas?
#2
Posted 01 May 2012 - 01:59 PM
#3
Posted 01 May 2012 - 03:12 PM
You have to provide more details so other people can reproduce it.
How to Report Bugs Effectively
Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC Shift
Some of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
#4
Posted 01 May 2012 - 03:36 PM
Looks fine to me on IE9, Win7, Au3 3.3.8.1 x64/x86.
You have to provide more details so other people can reproduce it.
AdmiralAlkex,
Thats the problem, you can see it :-) With the options that I'm using it should be hidden :-)
#5
Posted 01 May 2012 - 03:59 PM
No I can't. It is hidden. Try restarting your PC.AdmiralAlkex,
Thats the problem, you can see it :-) With the options that I'm using it should be hidden :-)
How to Report Bugs Effectively
Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC Shift
Some of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
#6
Posted 01 May 2012 - 04:23 PM
When I try to run it from SciTE4AutoIt3 I get this error in the Console
C:Program FilesAutoIt3IncludeIE.au3 (560) : ==> The requested action with this object has failed.: WEnd WEnd^ ERROR
My test file
#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #include <IE.au3> $oIE = _IECreate("<a href='http://sourceforge.net' class='bbc_url' title='External link' rel='nofollow external'>http://sourceforge.net"</a>, 0, 0)
Edited by Crazyace, 01 May 2012 - 04:24 PM.
#7
Posted 01 May 2012 - 04:35 PM
I ran your code on my system, Win 7 x64 and IE 8 (no access to IE9 here) and it works without a problem, the IE window is hidden.
How to ask questions the smart way!
Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.
Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.
_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.
GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.
#8
Posted 01 May 2012 - 04:48 PM
That's a different problem than the original problem.
I ran your code on my system, Win 7 x64 and IE 8 (no access to IE9 here) and it works without a problem, the IE window is hidden.
Thanks for your reply BrewManNH. The system I'm using is Windows 7 x86 and I'm going to try uninstalling IE9 and try IE8. I tried the same code on my other desktop that has IE9 and WIndows 7 x64 and it did the same thing.
Any ideas about the error in the console?
#9
Posted 01 May 2012 - 05:27 PM
#10
Posted 01 May 2012 - 05:44 PM
How to ask questions the smart way!
Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.
Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.
_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.
GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.
#11
Posted 01 May 2012 - 06:12 PM
#12
Posted 01 May 2012 - 06:13 PM
How to Report Bugs Effectively
Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC Shift
Some of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
#13
Posted 01 May 2012 - 06:37 PM
#14
Posted 01 May 2012 - 06:45 PM
>"C:Program FilesAutoIt3SciTEAutoIt3WrapperAutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:Usersjeff_tincherDesktopAU3 AutoSweettest.au3" /UserParams +>13:43:39 Starting AutoIt3Wrapper v.2.1.0.8 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X86) >Running AU3Check (1.54.22.0) from:C:Program FilesAutoIt3 +>13:43:39 AU3Check ended.rc:0 >Running:(3.3.8.1):C:Program FilesAutoIt3autoit3.exe "C:Usersjeff_tincherDesktopAU3 AutoSweettest.au3" C:Program FilesAutoIt3IncludeIE.au3 (560) : ==> The requested action with this object has failed.: WEnd WEnd^ ERROR ->13:43:39 AutoIT3.exe ended.rc:1 >Exit code: 1 Time: 1.576
#15
Posted 01 May 2012 - 06:55 PM
- Crazyace likes this
How to ask questions the smart way!
Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.
Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.
_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.
GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.
#16
Posted 01 May 2012 - 06:57 PM
I changed the code to:
I noticed that the _IEQuit never kills the process. If I close the process via task manager when I open IE I get - "Your last browsing session closed unexpectedly"
#17
Posted 01 May 2012 - 07:05 PM
>"C:Program Files (x86)AutoIt3SciTEAutoIt3WrapperAutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:UsersJeffDesktopNew AutoIt v3 Script.au3" /UserParams +>14:03:15 Starting AutoIt3Wrapper v.2.1.0.8 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:Program Files (x86)AutoIt3 +>14:03:15 AU3Check ended.rc:0 >Running:(3.3.8.1):C:Program Files (x86)AutoIt3autoit3.exe "C:UsersJeffDesktopNew AutoIt v3 Script.au3" +>14:03:21 AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 6.999
#18
Posted 07 May 2012 - 02:49 PM
Also tagged with one or more of these keywords: IE9, _IECreate, hidden IE
AutoIt v3 →
General Help and Support →
_IECreate with another Internet ExplorerStarted by Nektra , 17 Dec 2012 |
|
|
||
AutoIt v3 →
General Help and Support →
[Solved] Forcing IE9 into IE8 Browser Mode?Started by icu , 12 Nov 2012 |
|
|
||
AutoIt v3 →
General Help and Support →
help with _IEDocInsertHTML in IE9Started by SpinningCone , 14 Jun 2012 |
|
|
||
![]() |
AutoIt v3 →
General Help and Support →
ie.au3 - IE9 Still a ProblemStarted by chrshea , 03 Mar 2012 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





