AutoIt Beta's

Submit updates of portable freeware that are already listed in the database.
Message
Author
User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

AutoIt Beta's

#1 Post by guinness »

For a while the AutoIt Team has been busy creating a new and improved Version of AutoIt 3.3.7.XX, so for those who use this wonderful language head over now for Testing purposes. You will also find that compiled EXE's are a little smaller in size and faster than before.

Betas: http://www.autoitscript.com/forum/forum ... site-news/

Also I filed a bug report (http://www.autoitscript.com/trac/autoit/ticket/1933) about _GetIP() and my code was accepted, so check out the Inet.au3 Include File :mrgreen:

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#2 Post by guinness »

AutoIt has started developing for the upcoming stable release V3.3.10.0, so check out the latest beta version here >> http://www.autoitscript.com/forum/forum ... site-news/. You'll also note that I'm helping behind the scenes now with the Help file, so any improvements are welcome. :)

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#3 Post by guinness »

Another AutoIt beta has been released today with huge improvements to the UDFs (& documentation).

Source: http://www.autoitscript.com/forum/topic ... -released/

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: AutoIt Beta's

#4 Post by Lupo73 »

Thanks for these reports! I'm going to test it soon :wink:

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: AutoIt Beta's

#5 Post by Lupo73 »

In the UDFs Help some FTP function descriptions need to be fixed, like _FTP_FileTimeLoHiToStr.. I don't know if you want a report or help to fix them..

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#6 Post by guinness »

Please post here http://www.autoitscript.com/forum/topic ... sues-here/ for issues related to the Help file. Thanks.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#7 Post by guinness »

Another beta was released a couple of days ago. Thanks to those who sent me reports about problems with the Help file.

Souce: http://www.autoitscript.com/forum/forum ... site-news/

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#8 Post by guinness »

If you're interested in using AutoIt but don't know how then why not check out this new wiki page, it has a lot of useful snippets to get you started. You might also recognise a familiar name there :mrgreen:

http://www.autoitscript.com/wiki/AutoIt_Snippets

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#9 Post by guinness »

The forum associated with the wiki can be found here >> http://www.autoitscript.com/forum/topic ... -snippets/

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#10 Post by guinness »

Another beta has been released today with a huge addition, WinAPIEx.au3. There is also a new feature where defining the size of the array is now optional.

Notice there is no need to declare the size of the Array.

Code: Select all

#include <Array.au3>

Local $aArray[] = ["Test_1", "Test_2", "Test_3", "Test_4"]
_ArrayDisplay($aArray)
Source: http://www.autoitscript.com/forum/topic ... -released/

abc
Posts: 74
Joined: Thu Aug 04, 2011 10:01 am

Re: AutoIt Beta's

#11 Post by abc »

Notice there is no need to declare the size of the Array.
http://www.autoitscript.com/trac/autoit/ticket/1191

Well it took 3 years, trancexx seems to be whipping those lazy boys into shape :lol:

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#12 Post by guinness »

abc wrote:
Notice there is no need to declare the size of the Array.
http://www.autoitscript.com/trac/autoit/ticket/1191

Well it took 3 years, trancexx seems to be whipping those lazy boys into shape :lol:
I didn't know you were a user on AutoIt. Everyone (Devs and MVPs) are working on creating an excellent product.

This is my 3000th post! :mrgreen:

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: AutoIt Beta's

#13 Post by webfork »

guinness wrote:This is my 3000th post!
Congratulations and thanks for the other 2999 posts as well.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#14 Post by guinness »

AutoIt is back up with development, with myself adding a lot of input into the help file and UDFs. So head on over to http://www.autoitscript.com/forum/forum ... oper-chat/ to check it out.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: AutoIt Beta's

#15 Post by guinness »

So great work is being produced for the newer version of AutoIt >> http://www.autoitscript.com/forum/forum ... oper-chat/

Post Reply