Valuater Posted February 18, 2006 Author Share Posted February 18, 2006 (edited) Works great... thanks Gary 8) Edited February 18, 2006 by Valuater Link to comment Share on other sites More sharing options...
GaryFrost Posted February 18, 2006 Share Posted February 18, 2006 (edited) Works great... thanks Gary 8) Another suggestion: I would store the $AutoItBetaLocation in ini file then change the top to something like $AutoItBetaLocation = IniRead(@ScriptDir & "\IE-library.ini","exe","dir","") If $AutoItBetaLocation = "" Then $AutoItBetaLocation = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt","betaInstallDir") If $AutoItBetaLocation = "" Then $AutoItBetaLocation = FileSelectFolder("Select Folder where the Beta AutoIt is installed","c:\",4,@ProgramFilesDir & "\AutoIt3\beta") If $AutoItBetaLocation = "" Then MsgBox(262208, "IE.au3 Error #1", "Autoit3 Beta is required " & @CRLF & "Please download from www.Autoit3.com ") ;Exit EndIf EndIf IniWrite(@ScriptDir & "\IE-library.ini","exe","dir",$AutoItBetaLocation) EndIf that way if the user has autoit installed other than the normal place, they only have to select it if its not in the ini fixed the iniread iniwrite Edited February 18, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Valuater Posted February 18, 2006 Author Share Posted February 18, 2006 UpDated 2-18-2006 added - Check all locations for Beta thanks... MHz, greenmachine, and... gafrost for script help 8) Link to comment Share on other sites More sharing options...
maed Posted February 18, 2006 Share Posted February 18, 2006 when i try to use this it freezes up after a while and i have ctrl alt del end process it.. I put it in the include folder within the beta folder and im runnin the beta ver ill toggle it off and use reg ver Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 when i try to use this it freezes up after a while and i have ctrl alt del end process it.. I put it in the include folder within the beta folder and im runnin the beta ver ill toggle it off and use reg verthe IE.au3 Library ( from Dale ) belongs in the Beta\Include folderthis program ( IE Builder ) is not meant to be inside the include folder..another person told me it freezes-up also at "HTML Elements"... I can't seem to duplicate the problem...to fix it8) Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 (edited) for me it freezes on different thingss but the one thing i need to look at the image elements i think is what the name is, it freezes as soon as i show that. Also what do i open to do it when i try to iopen IE.au3 nothing happens i have to open it from the library for the thing to run >.< Edit: when i hit alt it frrezes too >.< Edited February 19, 2006 by maed Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 did you place IE.au3 Library in the "Autoit3\Beta\Include" directory? I press alt... i tried everything.... and it all works on Windows XP Home 8) Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 C:\Program Files\AutoIt3\beta\Include\IE-library4.au3 C:\Program Files\AutoIt3\beta\Include\IE.au3 If the IE.au3 isnt in the include folder when i try to open ie-library it will say ie.au3 is missing and if i try to open ie.au3 no matter where anything it is it does not do anything at all... What else do u need to know cuz i really need this to work >.< Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 1 the latest release is IE-Library5 2 the IE-Library5 ( or IE-Library4) does not belong inside the include folder 3 Download the latest IE Builder on the first page of this Thread 4 ** Very Important ** You should be able to click on IE.au3 and it SHOULD open in SciTE Maybe download IE.au3 again??? 8) Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 ill dl everything again but where do i put everything IE.au3 and the library give me a path to put em and if it dun matter just tell me i can put it on desktop. Ill edit this and let u know if it works Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 (edited) put the NEW IE.au3 library in the beta\include folder put the IE Builder on the desktop ******** test the IE.au3... it should open all by itself by double clicking it! 8) Edited February 19, 2006 by Valuater Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 (edited) ok i got the file from the beginning of this thread and i put it into the beta/include now im looking for the ie builder that goes on desktop i cant seem to find it Edit: lol i overlooked it ok i got them both now when i open ie.au3 it opens in scite now let me try the builder see if it freezes Edit2 : now they both are opening in scite wtf >.< Edit3: ahh it still freezes when i click image tags Edited February 19, 2006 by maed Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 be sure the IE.au3 file is saved in the beta\include and close the ie.au3 file.. then run the builder 8) Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 still not wqorking for me whenever i click any of the tag buttons to look it freezes up on me about the only thing i can do is interenet and the builder page Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 (edited) Sorry... but if you figure out the problem.. or ANYONE! (i cant duplicate the problem here) please let me know 8) Edited February 19, 2006 by Valuater Link to comment Share on other sites More sharing options...
GaryFrost Posted February 19, 2006 Share Posted February 19, 2006 ok, was going to play with this, and don't have time to figure out what is happening but: I select source code, display source no problem so far, but.... If i try any of the following Html Elements Anchor Tags Image Tags Form Elements It looks like it did what it's supposed to do but the CPU usage for the script goes to about 90% then it doesn't respond anymore. Gary SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 ok, was going to play with this, and don't have time to figure out what is happening but:I select source code, display sourceno problem so far,but....If i try any of the followingHtml ElementsAnchor TagsImage TagsForm ElementsIt looks like it did what it's supposed to do but the CPU usage for the script goes to about 90%then it doesn't respond anymore.Garythats what it does to me and thats what i meant by freeze >.< it seems like if i go to any of those that u listed its fine untill i try to scroll in it or click in it. but what i need to see is farther down and i need to scroll for it lol so im screwed >.< atleast im not the only one having this problem i thought it was just me Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 (edited) around line 616 and line 519 put this sleep in after.... $i = $i + 1 put in.... Sleep(5) before... ProgressSet($prg, $i & " Items") my cpu never passed 10% 8) Edited February 19, 2006 by Valuater Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 (edited) still doesnt work freezes up sstill Edit: i tried increasing sleep and still dun work Edited February 19, 2006 by maed Link to comment Share on other sites More sharing options...
GaryFrost Posted February 19, 2006 Share Posted February 19, 2006 (edited) did get to play around with this for a few minutes and found where the problem is, apparently it doesn't like being in a child window might be a bug comment out line 103 $internetgui = GUICreate("Internet GUI", @DesktopWidth - 200, @DesktopHeight - 200, 160, 80, $WS_CHILD + $WS_BORDER , "", $gui) add the following to line 104 and see what happens $internetgui = GUICreate("Internet GUI", @DesktopWidth - 200, @DesktopHeight - 200, 160, 80, $WS_BORDER, -1, $gui) also note -1 for extended style instead of "" Edited February 19, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
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