Jump to content

New features in IE.au3 in 3.2.5.4 beta


DaleHohm
 Share

Recommended Posts

A new version of IE.au3 was released today with AutoIt 3.2.5.4 beta and I wanted to highlight the changes.

This release fixes a couple of obscure bugs and adds a couple of features that have been long requested.

The first new feature is a "transpose" option on _IETableWriteToArray. The default way that this function filled the output array was opposite of the way that _ArrayDisplay expectes it. Using the transpose option, the output aligns with _ArrayDisplay's assumptions. For example:

#include <IE.au3>
#include <Array.au3>
$oIE = _IE_Example ("table")
$oTable = _IETableGetCollection ($oIE, 1)
$aTableData = _IETableWriteToArray ($oTable, True)
_ArrayDisplay($aTableData)oÝ÷ Ù8^¢Ø^®w°}æ­º·¢²Ø^i¸¥Ü¨|®^®ÜzÛhq©ºV­yÊ(­Ø§j׬è Ö§w¶zW¦z{l¢v§3¥¨N¬Â)ejYhÃ*.¶²)"¶*'¶¦¢ërê좺/z·¥zg§¶Çè­×¦¢Ë(¶­Êjw%É(®¸ ×%É(®Ê-«r¢çÉbrKay׬·Jjب)Ú)é¤×°jwf¡Øçi®^®Ø±ªÞnº0±ê×nº0±êرÊÞzuìr·(^mjwpÛaÞÅ©©æ®¶­sc²¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢ £²W×ÆR"Ò÷Vâ'&÷w6W"vFFRf÷&ÒW×ÆRæBvWB&VfW&Væ6RFòFRf÷&Ò£²FWF&VVÆVÖVçBâvWBFR6ö÷&FæFW2æBFÖVç6öç2öbFRFWB&VÀ£²÷WFÆæRG26RvFFRÖ÷W6RæB6öÖRFò&W7BâFR6VçFW £²¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢¢ £°¢b33c¶ôRÒôUôW×ÆRgV÷C¶f÷&ÒgV÷C² ¢b33c¶ôf÷&ÒÒôTf÷&ÔvWDö&¤'æÖRb33c¶ôRÂgV÷C´W×ÆTf÷&ÒgV÷C²¢b33c¶õFWD&VÒôTf÷&ÔVÆVÖVçDvWDö&¤'æÖRb33c¶ôf÷&ÒÂgV÷C·FWF&VW×ÆRgV÷C² £²vWB6ö÷&FæFW2æBFÖVç6öç2öbFRFWF&V¢b33c¶67&VVåÒôU&÷W'GvWBb33c¶õFWD&VÂgV÷C·67&VVçgV÷C²¢b33c¶67&VVåÒôU&÷W'GvWBb33c¶õFWD&VÂgV÷C·67&VVçgV÷C²¢b33c¶'&÷w6W%ÒôU&÷W'GvWBb33c¶õFWD&VÂgV÷C¶'&÷w6W'gV÷C²¢b33c¶'&÷w6W%ÒôU&÷W'GvWBb33c¶õFWD&VÂgV÷C¶'&÷w6W%gV÷C²¢b33c¶vGFÒôU&÷W'GvWBb33c¶õFWD&VÂgV÷C·vGFgV÷C²¢b33c¶VvBÒôU&÷W'GvWBb33c¶õFWD&VÂgV÷C¶VvBgV÷C² £²÷WFÆæRFRFWF&VvFFRÖ÷W6RÂ6öÖRFò&W7BâFR6VçFW ¤Ö÷W6TÖ÷fRb33c¶67&VVåÂb33c¶67&VVå¤Ö÷W6TÖ÷fRb33c¶67&VVå²b33c¶vGFÂb33c¶67&VVå¤Ö÷W6TÖ÷fRb33c¶67&VVå²b33c¶vGFÂb33c¶67&VVå²b33c¶VvB¤Ö÷W6TÖ÷fRb33c¶67&VVåÂb33c¶67&VVå²b33c¶VvB¤Ö÷W6TÖ÷fRb33c¶67&VVåÂb33c¶67&VVå¤Ö÷W6TÖ÷fRb33c¶67&VVå²b33c¶vGFó"Âb33c¶67&VVå²b33c¶VvBó"

This release also fixes a problem when only a single radio button or checkbox existed with _IEFormElementCheckBoxSelect and _IEFormElementRadioSelect.

Lastly it fixed an issue with "Access is denied." errors not being trapped in _IELoadWait for non-English versions of windows.

There are also some tweaks to documentation and a few new examples.

Enjoy,

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

  • Developers

Due to some technical problem the 3.2.5.4 was not relase as Dale want just wait 3.2.5.5 to report

:P

Jon has re-released 3.2.5.4 which does contain the latest version of IE.au3 as supplied by DaleHohm ...

so all should be fine now .. :)

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Jon has re-released 3.2.5.4 which does contain the latest version of IE.au3 as supplied by DaleHohm ...

so all should be fine now .. :)

sorry, this doesnt fits the thread or the specific forum , but is there a page where i can view the new features in every version of autoit?

Edited by Gif
Link to comment
Share on other sites

  • Developers

sorry, this doesnt fits the thread or the specific forum , but is there a page where i can view the new features in every version of autoit?

Helpfile contains a History for both AutoIt3 and UDF's .

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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