Jump to content

Latest Beta


jpm
 Share

Recommended Posts

  • Replies 641
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Administrators

http://www.autoitscript.com/autoit3/files/beta/autoit/

3.2.7.2 (2nd September 2007) (Beta)

- Changed: PCRE regular expression engine updated to 7.3.

- Changed: Recursion-based code limits relaxed.

- Fixed: ProcessExist() under Windows 9x.

- Fixed: $LVSCW_AUTOSIZE column truncates display string. (Thanks benners)

- Fixed: Incorrect listview creation. (Thanks Bowmore)

Link to comment
Share on other sites

  • Administrators

3.2.7.4 (5th September 2007) (Beta)

- Changed: General speed improvements (currently up to 24% in some cases compared to 3.2.6.0).

- Fixed: Memory leak when AutoIt need to get longfilename (a lot of file functions). (Thanks Visual Leak Detector)

- Fixed: ListviewItem not created after other Child Windows creation/deletion. (Thanks MsCreatoR)

- Fixed: ControlGetFocus() returning bad ClassNN. (Thanks txomin, pdaughe)

- Fixed: Detection of invalid CONTINUELOOP. (Thanks MsCreatoR)

Link to comment
Share on other sites

3.2.7.4 (5th September 2007) (Beta)

- Changed: General speed improvements (currently up to 24% in some cases compared to 3.2.6.0).

- Fixed: Memory leak when AutoIt need to get longfilename (a lot of file functions). (Thanks Visual Leak Detector)

- Fixed: ListviewItem not created after other Child Windows creation/deletion. (Thanks MsCreatoR)

- Fixed: ControlGetFocus() returning bad ClassNN. (Thanks txomin, pdaughe)

- Fixed: Detection of invalid CONTINUELOOP. (Thanks MsCreatoR)

Hi,

fantastic Jon! I'm glad to see that Autoit is that good - and you can be in the lap of luxury to think about the speed and performance improvment.

:)

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Administrators

http://www.autoitscript.com/autoit3/files/beta/autoit/

3.2.9.0 (12th September, 2007) (Beta)

- Added: ControlTreeView().

LONG overdue functionality. Have a play with it and see if it works ok and suggest extra functions I can add to it. At the moment it has the basic select, gettext, check, uncheck ones. :)

Link to comment
Share on other sites

  • Administrators

3.2.9.1 (18th September, 2007) (Beta)

- Added: SendKeepActive().

- Added: More commands for ControlTreeView().

- Fixed: GUICtrlSetImage() sizing regression from 3.2.4.9. (Thanks Wooltown)

- Fixed: GUICtrlCreateListView() with no column. (Thanks gafrost)

- Fixed: _GUICtrlListViewInsertColumn() after _GUICtrlListViewDeleteColumn() of the first column of a ListView control. (Thanks Antiec, gafrost)

Link to comment
Share on other sites

  • 2 weeks later...
  • Administrators

3.2.9.2 (30th September, 2007) (Beta)

Major update to MANY GUI UDFs and additional UDFs merging UDFs from Paul Campbell (PaulIA) Auto3Lib project. (gafrost). Big thanks to Gary and Paul

- Changed: PCRE regular expression engine updated to 7.4.

- Added: ProcessGetStats().

- Fixed: Extra notification on colored button. (Thanks livewire)

- Fixed: IniReadSectionNames() for [] sections. (Thanks DavidFarner)

The UDFs have caused a significant increase in the installer and zip sizes. Might need to have a discussion about this.

Link to comment
Share on other sites

  • Administrators

3.2.9.2 (30th September, 2007) (Beta)

Major update to MANY GUI UDFs and additional UDFs merging UDFs from Paul Campbell (PaulIA) Auto3Lib project. (gafrost). Big thanks to Gary and Paul

- Changed: PCRE regular expression engine updated to 7.4.

- Added: ProcessGetStats().

- Fixed: Extra notification on colored button. (Thanks livewire)

- Fixed: IniReadSectionNames() for [] sections. (Thanks DavidFarner)

The UDFs have caused a significant increase in the installer and zip sizes. Might need to have a discussion about this.

OMG, the helpfile examples take up 8MB.
Link to comment
Share on other sites

Hi,

I also like the idea of a core Autoit and some modules.

THANKS Gary for creating all the UDFs!

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Developers

OMG, the helpfile examples take up 8MB.

The helpfile is 3Mb bigger and hardly compressable, the examples compress to about 1.3 Mb.

One idea could be to create an full installer with UDF's only for Productions versions and separate the Beta installers, creating one for AutoIt and one for the UDF. The only issue with that is the integrated SciTE definition updates....

The current UDF library has grown to 1150+ Functions and include Structures.

I like to Thank Paul for allowing to use his work done and available in Auto3Lib and of course Gary who has performed an immense task integrating it into the standard UDF library and creating all the helpfile documents and preparing the examples.

Jos

Edited by Jos

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

In case anyone asks what happened to the old functions, these have been deprecated.

They should still work, but when the user can they should start using the new functions.

With as many functions as was done there may have been some things missed that can be added in at a later time.

Gary

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

Hi,

I also like the idea of a core Autoit and some modules.

THANKS Gary for creating all the UDFs!

So long,

Mega

I've always thought that it should be handled that way and also Scite4AutoIt etal should be third party files.

See the way its handled under Third Party Files on this page

http://www.jrsoftware.org/isinfo.php

The Includes are a separate link (in this case because they are written by an individual) but the concept is still solid.

Remember when you could put AutoIt on a floppy?

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

@Garry: That's amazing big work!! Thanks. It's pitty that it's not backward compatible but in this case it make sense this is the best solution.

About HelpFile size: I noticed in all ListView helpfile examples is huge unneccessary/commented debug code in WM_NOTIFY.

This debug WM_NOTIFY code can be  mentioned once in "GuiListView Management.htm" and not in all GUOListView functions.

In examples should be only code related to mentioned function.

In TreeView and others UDFs is it similar but code overhead is not so big as in ListView UDF.

Link to comment
Share on other sites

Remember when you could put AutoIt on a floppy?

Man! In these days much of computers don't have floppy anymore.

USB sticks are GIGA sized, new HDDs under 80GB doesn't exist.

So 3MB difference make no big sense today.

But I think it will not be problem if Standard UDFs (whole include directory with UDFs3.chm) will be as separate download file (zip/installer).

Edited by Zedna
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...