Jump to content

Recommended Posts

  • Administrators
Posted

File Name: AutoIt v3.3.9.20 Beta

File Submitter: Jon

File Submitted: 06 Sep 2013

File Category: Beta



3.3.9.20 (6th September, 2013) (Beta)
AutoIt:
- Fixed #2405: Documentation bug for FileGetVersion() and compiled scripts.
- Fixed #2314: Cursor flickers when moving over certain GUI controls.

UDFs:

AutoItX:
- Added: AutoItX3.Assembly.dll - a .NET Assembly wrapper for the DLL.
- Added: AutoItX3.PowerShell.dll and AutoItX3.psd1 - a set of PowerShell CmdLets.
- Added: DLL Import: AU3_WinGetPos.
- Added: DLL Import: AU3_ControlGetPos.
- Added: DLL Import: AU3_MouseGetPos.
- Added: DLL Import: AU3_WinGetClientSize.
- Added: DLL Import: AU3_WinGetCaretPos.
- Removed: DLL Imports: AU3_WinGetPosX, AU3_WinGetPosY, AU3_WinGetPosWidth, AU3_WinGetPosHeight.
- Removed: DLL Imports: AU3_ControlGetPosX, AU3_ControlGetPosY, AU3_ControlGetPosWidth, AU3_ControlGetPosHeight.
- Removed: DLL Imports: AU3_MousePosX, AU3_MouseGetPosY
- Removed: DLL Imports: AU3_WinGetClientSizeWidth, AU3_WinGetClientSizeHeight.
- Removed: DLL Imports: AU3_WinGetCaretPosX, AU3_WinGetCaretPosY.
- Removed: DLL Imports: AU3_CDTray, AU3_BlockInput.
- Removed: COM Methods: CDTray, BlockInput.
- Removed: All registry functions. The support was limited and the host language will certainly have registry functions.
- Removed: All Ini file functions. As per registry functions.



Click here to download this file


 

  • Administrators
Posted

The GUI changes for the flickering control bugfix were quite extensive. Check your GUI scripts.


 

Posted
Were you able to solve the problem of anti-virus program.
This issue has been discussed here:

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Administrators
Posted

Nope. All I've done so far is to change the error message to show what file has an error. So it would be worth trying again to see what it says.


 

  • Moderators
Posted

Jon,

My GUIs (even the ones with various extensions and added frames using my UDFs) seem to be working fine with Beta 9.20. Thanks. :)

M23

P.S. By the way, is 20 a record? ;)

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

BlockInput() is only removed from AutoItX and not from AutoIt ;)

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Posted

No UDFs this time I'm afraid.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 9/6/2013 at 4:48 PM, Jon said:

Nope. All I've done so far is to change the error message to show what file has an error. So it would be worth trying again to see what it says.

Ok

I'll check today or tomorrow and will put the relevant information in that thread.
Best Regards
mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I tested and honestly didn't see the issue with v3.3.9.20, but then I didn't really see the issue with v3.3.8.1.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
I see that in the documentation for the function StringRegExp
There was a significant change, of course, positive.
 
I think you should add it to the information on significant changes, as currently there was no mention of this, and this is in my opinion one of the most important parts of the documentation.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

  On 9/8/2013 at 1:07 AM, mlipok said:

I see that in the documentation for the function StringRegExp

There was a significant change, of course, positive.

 

I think you should add it to the information on significant changes, as currently there was no mention of this, and this is in my opinion one of the most important parts of the documentation.

It will be added to the changelog in the next version, as at the time of publishing I was awaiting confirmation from jchd on whether this would be the final release.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

it seems some bug/regress in _ArrayDisplay() - unlike 3.3.8.1 in 3.3.9.20 you can't change window size by dragging it's borders...

Posted

In fact it is still possible. What is wrong isthat the cursor does not proposed to changed.

Jon should have a look at the cursor modification that was introduce in this beta.

Just a small regression :geek:

Posted

I'll review the resulting SringRegExp help page one more time for typos and possible bad formatting. In the meantime others can also report errors or confusing wordings. It's hard to be both author and unbiaised reviewer, so fresh eyes often find weird things that author don't notice. Also if you find something demanding a bit more detailled explanation just say so, but keep in mind that this page is not a reference document nor a tutorial. Finding the right balance is not easy with intricate matters like this one.

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Posted (edited)

  Quote

 

3.3.9.19 (24th August, 2013) (Beta)

AutoIt:

- Changed: Default newline character for PCRE regexes changed from LF to CRLF.

this is not right, because if a line is @LF ony or @CR only, '(?m)^ect ect' does not match because try @CRLF only, instead this is ok '(*ANYCRLF)(?m)^ect ect', I think need to use by default (*ANYCRLF) (Any of @CRLF, @CR or @LF) seems more acceptable

Ciao.

Edited by DXRW4E

apps-odrive.pngdrive_app_badge.png box-logo.png new_logo.png MEGA_Logo.png

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
  • Recently Browsing   0 members

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