Jump to content

IE.au3 Library / Builder


Valuater
 Share

Recommended Posts

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.. website

it works fine

thx

8)

I don't really know what's going on :think: but here is what's happening:

If I put https://169.200.88.194/ and click go I don't get www.wachovia.com

If I put https://www.wachovia.com/ and click go it works.

-------------

I think your script doesn't work if you combine an IP address with HTTPS.

Edit: did you try to use HTTPS and IP address?

Edited by rbhkamal

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

both work for me.

Be careful, if the script failed to populate the new site it will still display the old one.

So if you tried the https://www.wachovia.com/ first then https://169.200.88.194/ you will never see the problem.

Edit:

first: access https://www.wachovia.com/

second: access www.yahoo.com

third: access https://169.200.88.194/

Edited by rbhkamal

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

Be careful, if the script failed to populate the new site it will still display the old one.

So if you tried the https://www.wachovia.com/ first then https://169.200.88.194/ you will never see the problem.

Edit:

first: access https://www.wachovia.com/

second: access www.yahoo.com

third: access https://169.200.88.194/

I selected https://169.200.88.194/ 1st then https://www.wachovia.com/ to see if they looked the same

I didn't see a problem.

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

  • 1 month later...
  • Moderators

I've been working on updating and enhancing this great tool. This is what I've got so far, let me know what I could do to make it better.

Fixed: formatting of submitted code

Fixed: clicking twice on same view made it disappear

Fixed: a few layout issues

Fixed: naming of variables

Updated: all functions

Added: function syntax population

To-Do: Update examples

Requirements:

IE.au3 version T2.0-3 or later, and latest AutoIt Beta

IE-Builder v2.0

IE_Builder.rar

Link to comment
Share on other sites

  • 2 weeks later...

I've been working on updating and enhancing this great tool. This is what I've got so far, let me know what I could do to make it better.

Fixed: formatting of submitted code

Fixed: clicking twice on same view made it disappear

Fixed: a few layout issues

Fixed: naming of variables

Updated: all functions

Added: function syntax population

To-Do: Update examples

Requirements:

IE.au3 version T2.0-3 or later, and latest AutoIt Beta

IE-Builder v2.0

IE_Builder.rar

sorry i am so behind... or such a behind..lol

i just saw this.. tried it and got this error... (EDIT my fault... new IE.au3 update)

looks great... i will add it to page one after playing with it a little

thanks... Big_Daddy

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

updated page one to ver 2.0.0 from big_daddy

8)

Error message when lauching program

>Running AU3Check (1.54.1.1) params

IE-library_v2.0.au3(12,26) : ERROR: _IEErrorHandlerRegister(): undefined function.

_IEErrorHandlerRegister ()

~~~~~~~~~~~~~~~~~~~~~~~~~^

Another error when trying to load the source code of a page

IE-library_v2.0.au3 (664) : ==> The requested action with this object has failed.:

$tmp = $a.name

$tmp = $a.name^ ERROR

+>AutoIT3.exe ended.rc:0

Thanks in advance

Link to comment
Share on other sites

  • Moderators

Did you use the latest updated IE.au3 as stated it was needed above?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • Moderators

sorry i am so behind... or such a behind..lol

i just saw this.. tried it and got this error... (EDIT my fault... new IE.au3 update)

looks great... i will add it to page one after playing with it a little

thanks... Big_Daddy

8)

I'm glad you approve, thanks for adding it to the first page!
Link to comment
Share on other sites

  • 1 month later...

I'm an enthousiatic user of IE.au3 since the release in the Auto-It BETA version.....

Thanx for all this work guy's!!!! Keep it up!!! :D

I'm wandering of something is possible, because I can't figure it out.

I'm opening my IE in a hidden window, but halfway or at the end of the script I like to show the result.

Now I tried WinSetState - SHOW and all, but it does not work.

Please help me out here.....

Link to comment
Share on other sites

I'm an enthousiatic user of IE.au3 since the release in the Auto-It BETA version.....

Thanx for all this work guy's!!!! Keep it up!!! :D

I'm wandering of something is possible, because I can't figure it out.

I'm opening my IE in a hidden window, but halfway or at the end of the script I like to show the result.

Now I tried WinSetState - SHOW and all, but it does not work.

Please help me out here.....

Glad you like it :wacko:

Check out _IEAction($oIE, "visible")

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Glad you like it :wacko:

Check out _IEAction($oIE, "visible")

Dale

AAAARRGGGGHHHHH......missed that one! :D

thanks for your help!!

BTW: Maybe nice to know, I just reduced the size of my script to about half the size because IE.au3!!!

Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...