Jump to content

Latest Beta


jpm
 Share

Recommended Posts

  • Replies 641
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You can download from http://www.autoitscript.com/autoit3/files/beta/autoit/

3.2.1.3 (15th September, 2006) (Beta)

- Fixed: "#include <Misc.au3>" in GuiIPAddress.au3 (gafrost)

- Fixed: StringInStr not converting to string search parameter. (Thanks mc)

- Added: Support >32x32 icon from .exe/.dll in GUICtrlCreateIcon or GUICtrlSetImage. (Thanks this-is-me, added by Larry)

- Fixed: Syntax description for _DayValueToDate() showed _DateToDayValue() instead. (by Valik)

- Fixed: example in Language Reference->Conditional Statement doc page. (Thanks nikink)

- Fixed: typo in GUICtrlCreateGraphic doc. (Thanks Gyzmok)

- Fixed: Int() of a binarystring.

Link to comment
Share on other sites

Just so you know the 32x32 issue is also in the official release. Also it will only let you use 32x32 icons. If you try to use something smaller even with the actuall ico file it will scale it large to 32x32 if you use something larger it will downsize it to 32x32.

I'm glad to see this fixed and will report on it. Thanks.

Link to comment
Share on other sites

Just so you know the 32x32 issue is also in the official release. Also it will only let you use 32x32 icons. If you try to use something smaller even with the actuall ico file it will scale it large to 32x32 if you use something larger it will downsize it to 32x32.

I'm glad to see this fixed and will report on it. Thanks.

I know but it is JON decision to have it in a next update of the official release. Not all official release bug are corrected only the major ones.

Wait and see :)

Link to comment
Share on other sites

You can download from http://www.autoitscript.com/autoit3/files/beta/autoit/

3.2.1.4 (22th September, 2006) (Beta)

- Fixed: ControlSend sending special characters. (Thanks mozart90, Zedna)

- Added: Expanded GUICtrlSetTip() to allow creation of tooltips with titles, icons and using the balloon tip style. (by Valik)

- Added: Tooltip supports Default keyword. (by Valik)

- Changed: Modified _PathSplit() to be much faster.

- Added: Remark added to _PathSplit() mentioning that it does not accept command line strings, only paths.

- Changed: Rewrote _ArrayToString() removing a lot of unnecessary error checking.

- Fixed: crash in Au3exe with badly form input file in FileInstall. (Thanks Angelia)

- Fixed: wrong execution a compiled script containing fileInstall inside #CS-#CE. (Thanks Confuzzled)

- Fixed: FileInstall referencing a file without any path will refernce it from the ScriptDir to be coherent with the compiled script. (Thanks Bart Westra)

Link to comment
Share on other sites

You can download from http://www.autoitscript.com/autoit3/files/beta/autoit/

3.2.1.5 (29th September, 2006) (Beta)

- Fixed: FtpSetProxy doc example. (Thanks Zedna)

- Added: 2 UDF's to GUIStatusBar.au3. (gafrost)

- Fixed: Several updates to GUIStatusBar.au3. (gafrost)

- Fixed: Several updates to Sound.au3. (RazerM)

- Fixed: Crash Aut2exe using cmdline with shortnames. (Thanks The Kandie man)

- Changed: PixelChecksum() is now over 30x faster. (by Valik)

- Fixed: _GUICtrlListViewGetItemText in GUIListView.au3. (Thanks Ultima, by gafrost)

- Fixed: WinMove, StderrRead Doc typos. (Thanks Zedna, Helge)

- Added: GUICtrlCreateIcon and GUICtrlSetImage can select in multiple icon file by name. (Thanks gafrost, this-is-me, by Larry)

- Added: #RequireAdmin for UAC/Windows Vista. (By Jon)

- Added: ToolTip() option to ensure the tooltip is always displaying on a monitor. (by Valik)

- Fixed: Tooltip state (Such as icon or title) was showing up on subsequent tooltips that didn't want those items. This affected both ToolTip() and GUICtrlSetTip(). (by Valik)

- Added: IniWriteSection() function. (by Valik)

- Added: #RequireAdmin directive added to request admin rights. (by Jon)

- Added: Windows vista help file entry.

Link to comment
Share on other sites

  • Administrators

Large changes with RegExp - the docs on the patterns are still for the old version so there will be a few teething problems. I'll be closing all existing RegExp bugs.

Also most of the internal structures inside AutoIt have been rewritten so watch out for unusual bugs.

3.2.1.7 (6th October, 2006) (Beta)

- Added: StringRegExp() and StringRegExpReplace() regular expression support (Perl compatible)

- Added: Regular expression support for Window title matching

- Added: ShellExecute() and ShellExecuteWait() functions. (by Jon)

- Fixed: Mistake in IniWriteSection() documentation. (by Valik)

- Fixed: GuiSetFont, GuiCtrlSetFont bad parameter error return. (Thanks vollyman)

- Fixed: _GUITreeViewGetText doc typo. (gafrost)

- Fixed: GUIRegisterMSG destroy @error. (Thanks gafrost, by Holger)

- Fixed: $LVS_SORTASCENDING with GUICtrlSetImage icon bad display. (Thanks Ultime, by Holger)

- Fixed: Wrong default arguments for _ArrayToString(). (Thanks Dickb, by Valik)

- Fixed: GUIRegisterMSG destroyed @error. (Thanks gafrost, by Holger)

- Fixed: $LVS_SORTASCENDING with GUICtrlSetImage icon gave bad display. (Thanks Ultime, by Holger)

- Added: @extended error code on DriveMapAdd error.

- Fixed: bad "#" instruction inhibit whole script. (Thanks sksbir)

3.2.1.6 (6th October, 2006) (Beta)

Aborted upload due to last minute bugs.

Link to comment
Share on other sites

  • Administrators

3.2.1.9 (13th October, 2006) (Beta)

- Fixed: Send/ControlSend for US international keyboard (Thanks SvenP)

- Fixed: Send/ControlSend char>=chr(128) for english keyboards. (Thanks Jon)

- Fixed: COM property write fails when using arguments.

- Fixed: MsgBox() with task modal flag left GUI's disabled on timeout.

- Fixed: report reporting by messagebox even with /ErrorStdOut. (Thanks picasso)

- Fixed: GUICtrlSetImage default icon value for Icon Ctrl. (Thanks Ultima/gafrost)

Link to comment
Share on other sites

  • Developers

3.2.1.9 (13th October, 2006) (Beta)

- Fixed: Send/ControlSend for US international keyboard (Thanks SvenP)

- Fixed: Send/ControlSend char>=chr(128) for english keyboards. (Thanks Jon)

- Fixed: COM property write fails when using arguments.

- Fixed: MsgBox() with task modal flag left GUI's disabled on timeout.

- Fixed: report reporting by messagebox even with /ErrorStdOut. (Thanks picasso)

- Fixed: GUICtrlSetImage default icon value for Icon Ctrl. (Thanks Ultima/gafrost)

and some UDF Additions:

3.2.1.9 (8 October 2006)

- Added _SQLlite UDFS in SQLite.au3. (piccaso)

- Added _SendMessage to Misc.au3. (Valik/gafrost)

:lmao:

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

3.2.1.9 (13th October, 2006) (Beta)

- Fixed: Send/ControlSend for US international keyboard (Thanks SvenP)

- Fixed: Send/ControlSend char>=chr(128) for english keyboards. (Thanks Jon)

- Fixed: COM property write fails when using arguments.

- Fixed: MsgBox() with task modal flag left GUI's disabled on timeout.

- Fixed: report reporting by messagebox even with /ErrorStdOut. (Thanks picasso)

- Fixed: GUICtrlSetImage default icon value for Icon Ctrl. (Thanks Ultima/gafrost)

some miss

Added: DefaultLangCodepage special stringname in FileGetVersion.

Link to comment
Share on other sites

and some UDF Additions:

3.2.1.9 (8 October 2006)

- Added _SQLlite UDFS in SQLite.au3. (piccaso)

- Added _SendMessage to Misc.au3. (Valik/gafrost)

:lmao:

_SendMessage is in the file but missing from the help file

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

  • Developers

_SendMessage is in the file but missing from the help file

Drag&Drop mistake... fixed for the next version.

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

  • Administrators

3.2.1.10 (15th October, 2006) (Beta)

- Fixed: GUICtrlCreateIcon, GUICtrlSetImage with IconID=-1.

- Fixed: Fixed regression with StringMid("",5,2).

- Fixed: Typo that broke Ping().

Link to comment
Share on other sites

3.2.1.10 (15th October, 2006) (Beta)

- Fixed: GUICtrlCreateIcon, GUICtrlSetImage with IconID=-1.

- Fixed: Fixed regression with StringMid("",5,2).

- Fixed: Typo that broke Ping().

UDFs:

Fixed: _GUICtrlListViewGetItemText

Modified: _GUICtrlTreeViewSetState added parameter to remove state

Added: _GUICtrlListViewFindItem

Added: _GUICtrlStatusBarCreateProgress

Edited by gafrost

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

  • Developers

Jon, believe JP always picks up the UDF changes from "include\ChangeLog.txt"..

Do you want them stored somewhere else so they are included automatically ?

:lmao:

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

  • Administrators

3.2.1.11 (20th October, 2006) (Beta)

- Fixed: GUICtrlRead, GUICtrlSetState, GUICtrlSetData with listviewitem sorted. (Thanks Ultima/gafrost)

- Fixed: StringSplit every char on BinaryString.(Thanks The Kandie Man)

- Fixed: When #include failed was not including filename in the error message.

+ Misc doc updates.

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