Jump to content

AutoIt v3.3.13.2 Beta


Jon
 Share

Recommended Posts

  • Administrators

File Name: AutoIt v3.3.13.2 Beta

File Submitter: Jon

File Submitted: 11 Jul 2014

File Category: Beta



3.3.13.2 (11th July, 2014) (Beta)
AutoIt:
- Changed: Minimum OS requirements are now Windows XP SP3 and Windows Server 2003 SP2.

- Added #2665: FileCopy() no longer fails when copying EFS files to destinations that don't support encryption.

- Fixed #2743: Hex() crash with invalid len.
- Fixed #2685: HotKeySet() fails to register a Hungarian letter.
- Fixed #2588: Menu/Statusbar location problem.
- Fixed #2471: Bad restore for script using $WS_EX_LAYOUTRTL.
- Fixed #2287: GUICtrlSetState() $GUI_ONTOP not set.
- Fixed #1573: TCPTimeout for Connect.
- Fixed #2596: TCPUDP @error values to be unique.

Au3Check:
- Fixed: False error report On With statement.



Click here to download this file

Link to comment
Share on other sites

  • Moderators

Iczer & DXRW4E,

From what I understand from his comments >here, Jon has now removed various hacks in the compilation process which allowed certain functions work when used with XP SP2. So although some functions might still work, there will certainly be others that will not. I suggest that when he says "Minimum OS requirements are now Windows XP SP3" you take him at his word. ;)

M23

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators

I don't understand why we have this complaint with every release. It isn't as though the size is jumping my 100's of MB every release. I am honestly curious why the deep concern and complaining for an increase in size as new features are added?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

  • Administrators

1. 

2. No new feature added to this release.

3. 

 

That you know of. MVPs are testing a new feature.

Everyone needs to stop second guessing every single decision I make by looking at filesizes. I'm adding stuff, removing stuff, changing compiler, arrgggh.

Link to comment
Share on other sites

  • Developers

Everyone needs to stop second guessing every single decision I make by looking at filesizes. I'm adding stuff, removing stuff, changing compiler, arrgggh.

 

This could very well be due to the fact that certain individuals feed (none)-information which makes them draw wrong conclusions.

I know somebody that would say just to ignore it as there are certain things in life you can't change nor battles you can win. ;)

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

 

That you know of. MVPs are testing a new feature.

I said that, because you didn't maintained any new feature in the first post.

And yes, you are right, I don't know what's happening in MVP's secret world.

Finally, I had no offense, I didn't even said "Why file size didn't changed?".

Usually removing some codes from the source, reduce the compiled binary size, it just was what I expected, not what I wanted to happen.

Cheers

Link to comment
Share on other sites

@Bunch of people above

The x64 Windows XP (and by that I mean only x86-64 not Itanium which is a completely different mess) is actually based on Windows 2003, not XP. Thus logic dictates that if 2003 SP2 is supported then so is XP x64 SP2.

Link to comment
Share on other sites

  • Moderators

AZJIO,

This thread is really for specific Beta matters so have you checked if earlier releases show the same behaviour? If so then please raise a Trac "feature request" ticket if you want Jon to consider adding it - if not then "well done"! ;)

M23

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Melba23

I was asked to report. I'm not interested, but I can not remain silent.

Interesting size sections of code, depending on function. Such as FileSaveDialog, FileOpenDialog, FileSelectFolder can be done outside. Execution speed is not critical.

#include <AutoIt.au3>
; code

AutoIt.au3

Func FileSaveDialog()
    ; code
EndFunc
Func FileOpenDialog()
    ; code
EndFunc
Func FileSelectFolder()
    ; code
EndFunc
Link to comment
Share on other sites

  • Moderators

AZJIO,

Whatever. :)

M23

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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