Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 i just found that it was the beta update... my #4 was compiled and worked fine.. the same #4 in au3 format will not run with the current beta i will check out your suggestions in the morining .... thanks 8) Link to comment Share on other sites More sharing options...
maed Posted February 19, 2006 Share Posted February 19, 2006 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 "" Worked like a charm Ty now i can get to work Link to comment Share on other sites More sharing options...
Valuater Posted February 19, 2006 Author Share Posted February 19, 2006 (edited) Worked like a charm Ty now i can get to workdido... thanks again ... Mr WizardUpdated Script on Page #18) Edited February 19, 2006 by Valuater Link to comment Share on other sites More sharing options...
samtree Posted February 22, 2006 Share Posted February 22, 2006 i want to make a script like this but have it continue to 1000 so can i make a text file with the #'s 1 - 1000 and have the script read the txt file and replace the #'s in the url and have it continue down the list of #'s in the txt file....this is what i have so far... #include <IE.au3> #include <numbers.txt> $o_IE = _IECreate () _IENavigate ($o_IE, "http://i17.photobucket.com/albums/b52/samtree/1.jpg") sleep(500) like can you set 1 to $num and have it raplace it?? Please Help Me!! Link to comment Share on other sites More sharing options...
Valuater Posted February 22, 2006 Author Share Posted February 22, 2006 Please post this in support and make a reference to this page 8) Link to comment Share on other sites More sharing options...
magicflow Posted February 24, 2006 Share Posted February 24, 2006 Can anybody help me to start using the Builder? When I click the Html Elements button, I can see nothing but "Html Elements - Get Source First". Thanks. Link to comment Share on other sites More sharing options...
Valuater Posted February 24, 2006 Author Share Posted February 24, 2006 Can anybody help me to start using the Builder?When I click the Html Elements button, I can see nothing but "Html Elements - Get Source First".Thanks.on the left... click "Source Code"at the top of that screen ... click "Display Source"that will fill all of the HTML pages8) Link to comment Share on other sites More sharing options...
magicflow Posted February 24, 2006 Share Posted February 24, 2006 on the left... click "Source Code"at the top of that screen ... click "Display Source"that will fill all of the HTML pages8)Thanks. I got it. Link to comment Share on other sites More sharing options...
Valuater Posted March 8, 2006 Author Share Posted March 8, 2006 (edited) Just a little trick.... go to the examples view, copy an example to you would like to see go to the builder form and paste it then press "Test Run Form" it will run that example for you... its pretty cool! 8) Edited March 8, 2006 by Valuater Link to comment Share on other sites More sharing options...
Bert Posted April 5, 2006 Share Posted April 5, 2006 @Val: Dude, you have outdone yourself. This is a real good piece of work. Well done! The Vollatran project  My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Valuater Posted April 6, 2006 Author Share Posted April 6, 2006 @Val: Dude, you have outdone yourself. This is a real good piece of work. Well done! thanks8) Link to comment Share on other sites More sharing options...
frostymind Posted April 6, 2006 Share Posted April 6, 2006 I have the IE.au3 in the Include folder and it finds the file. When I run the IE-library5.au3 file I get an error. If IsObj($o_object.elements) Then If IsObj($o_object.e^ERROR Error: Unable to parse line. Please help. Jeff Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 6, 2006 Moderators Share Posted April 6, 2006 I have the IE.au3 in the Include folder and it finds the file. When I run the IE-library5.au3 file I get an error.If IsObj($o_object.elements) ThenIf IsObj($o_object.e^ERRORError: Unable to parse line.Please help.JeffMake sure you have the latest beta version installed. After you have that installed you will need to toggle the beta defs. Start-->All Programs-->AutoIt v3-->beta-->Toggle AU3 Beta Link to comment Share on other sites More sharing options...
anyday Posted April 10, 2006 Share Posted April 10, 2006 (edited) great script i love it. only problem i have run into is when i try to goto a website that requires a login and password it will not work with them. any chance of adding this ? well after some more playing around i found that the https://user:pass@ works here . i thought MS took that format outta IE Edited April 10, 2006 by anyday Link to comment Share on other sites More sharing options...
ConsultingJoe Posted April 11, 2006 Share Posted April 11, 2006 WOW very cool, program. I really needed this, Thanks Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Valuater Posted April 11, 2006 Author Share Posted April 11, 2006 Welcome guys thx 8) Link to comment Share on other sites More sharing options...
rbhkamal Posted April 11, 2006 Share Posted April 11, 2006 Hi Will this script work with this link "https://169.200.88.194/"? I added it to my trusted sites but I can't access it using this IE builder; however I can access it using IE. Does anybody have an Idea why would that happen? Thanks -RK "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix Link to comment Share on other sites More sharing options...
Valuater Posted April 11, 2006 Author Share Posted April 11, 2006 HiWill this script work with this link "https://169.200.88.194/"?I added it to my trusted sites but I can't access it using this IE builder; however I can access it using IE.Does anybody have an Idea why would that happen?Thanks-RKnot me8) Link to comment Share on other sites More sharing options...
rbhkamal Posted April 11, 2006 Share Posted April 11, 2006 not me8)I didn't mean to use wachovia website.you can try to use any other website that supports https.I'm not a bad person. "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix Link to comment Share on other sites More sharing options...
Valuater Posted April 11, 2006 Author Share Posted April 11, 2006 I didn't mean to use wachovia website.you can try to use any other website that supports https.I'm not a bad person. I think you have your answer now from other posts i have seen..just to be sure i have no problem putting in an http.. websiteit works finethx8) 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