Jump to content

Recommended Posts

  • Administrators
Posted

File Name: AutoIt v3.3.9.16 Beta

File Submitter: Jon

File Submitted: 10 Aug 2013

File Category: Beta



3.3.9.16 (10th August, 2013) (Beta)

AutoIt:
- Fixed: DriveGetType() was incorrectly reporting SSD on Windows XP.
- Fixed #1024: GUICtrlSetTip() for tabitems sets incorrectly in certain situations.

UDFs:
- Added: Constants for DriveGetType() and StringSplit(). See related function documentation for more details.
- Added: InetConstants.au3 for use with Inet functions. See related function documentation for more details.

- Changed: _FileListToArrayRec() to use functions in the Array UDF.

- Fixed: _ArrayTranspose() would crash with one dimension and 4096 elements or greater.
- Fixed #2378: BITMAPV4HEADER and BITMAPV5HEADER Structures using incorrect array values.



Click here to download this file

Posted

No problems I can see so far.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 8/13/2013 at 7:00 AM, AZJIO said:

_GUICtrlTreeView_GetChildCount

Returns -1 If 0 item

Expected 0

This is correct according to the function.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 8/13/2013 at 7:56 AM, guinness said:

This is correct according to the function.

It's a weird return that looks arbitrarily chosen. 0 would be more fitting, but changing that now would be a script-breaking change with only minor practical gains. I'm hesitant whether to do anything about it.

_GUICtrlTreeView_GetSiblingCount() has the same problem.

Posted

From what I've understood, errors like this should return -1 as 0 isn't an error as such, it just means that no items exist. Unless I mis-read the function.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

_IEErrorHandlerRegister() is missing in 3.3.9.16

Where is the documentation of this script breaking change?

"I:\Bilder\DKB\try77.au3" (3) : ==> Unknown function name.:
_IEErrorHandlerRegister()
^ ERROR
#include <ie.au3>
MsgBox(262144," ",@AutoItVersion,0)
_IEErrorHandlerRegister()
Edited by Exit

App: Au3toCmd              UDF: _SingleScript()                             

Posted (edited)

I will add to the list of script breaking changes.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Thanks Guinness .

Question: What is SVN and where to find?

>> Note: _IEErrorHandlerRegister remains as a valuable convenience function and to prevent a script-breaking Change <<  seems no longer valid.

 _IEErrorHandlerRegister() should be included in script breaking announcement for next release.

App: Au3toCmd              UDF: _SingleScript()                             

Posted

  On 8/14/2013 at 12:57 PM, Exit said:

Thanks Guinness .

Question: What is SVN and where to find?

 

>> Note: _IEErrorHandlerRegister remains as a valuable convenience function and to prevent a script-breaking Change <<  seems no longer valid.

 

 _IEErrorHandlerRegister() should be included in script breaking announcement for next release.

The svn log was for jpm, it's the version control used for the UDFs and docs. Only a select few have access to it.

I added a note in the script breaking changes.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

In fact If it is so valuable, I was prepare to add it back DaleHolm request it a while ago.

If we agree I add it back so no need for scriptbreaking note

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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