Jump to content

Recommended Posts

  • Replies 641
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

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.

Posted

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.

Posted

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 :)

Posted

thanks it does not matter so much ot me but the but was there. I use beta about 99% of the time anyway. Ususally I need a bug fix or a feature that beta has.

Now if nutster would fix the regexp engine. Anyway thanks.

Posted

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)

Posted

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.

  • Administrators
Posted

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.

  • Administrators
Posted

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)

  • Developers
Posted

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

Posted

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.

Posted (edited)

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.

 

  • Administrators
Posted

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.

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