Administrators Popular Post Jon Posted April 7, 2014 Administrators Popular Post Share Posted April 7, 2014 File Name: AutoIt v3.3.11.4 BetaFile Submitter: JonFile Submitted: 07 Apr 2014File Category: Beta3.3.11.4 (7th April, 2014) (Beta) AutoIt: - Fixed #2677: AutoIt.chm Installdir.htm reference. - Fixed #2676: AutoIt.chm Installdir.htm Sqlite reference. UDFs: - Removed: http://api.exip.org/?call=ip from _GetIP() as the site was taken offline. - Removed: _WinAPI_GetUDFVersion() as all UDFs share the same version number as the AutoIt version they are shipped with. - Changed: $DOW_* constants to $DMW_*. - Changed: Reverted re-write of _PathFull() and _PathGetRelative(). - Changed: Re-wrote Array UDF to add 2D support and add some functions. THIS IS A SCRIPT BREAKING CHANGE. - Changed: Excel UDF was re-written. Functions and/or parameters have been renamed, removed or added. THIS IS A SCRIPT BREAKING CHANGE. - Changed: _SQLite 3.8.2.0 -> 3.8.4.3. - Changed: 5 second timer in _GetIP() to 5 minutes, due to the requirements of http://www.whatismyipaddress.com. - Added: _SQLite_SQLiteExe() download sqlite3.exe when needed. - Added: http://bot.whatismyipaddress.com as an IP disovery site to _GetIP(). - Fixed #2660: Button on GUI example. - Fixed: _IECreate() disable use of Windows Key. - Fixed #2689: When $bCursor in _ScreenCapture_Capture() was set to True and the PC was locked.Click here to download this file jaberwacky, mLipok, Werty and 2 others 5 Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
mLipok Posted April 7, 2014 Share Posted April 7, 2014 Thanks Jon. I was just wondering when that time comes. Best regards mLipok Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
Mat Posted April 7, 2014 Share Posted April 7, 2014 Thanks to all those involved in UDF changes. It may not be immediately apparent to those reading the changelog above, but the changes made to the Excel UDF and Array UDF represent a huge amount of work by a number of people over the last year. saudumm 1 AutoIt Project Listing Link to comment Share on other sites More sharing options...
iCode Posted April 14, 2014 Share Posted April 14, 2014 (edited) FYI... >Running Au3Stripper (1.2.0.0) from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline: /Beta - ### C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper\Au3Stripper.dat missing... Please get it from the website to make sure the Obfuscation will work correctly. Apparently Au3Stripper.dat is not included in the installer and i couldn't find it anywhere at the autoit domain Also a broken Start menu link: AutoIt v3 > SciTE > Switch-Definitions.lnk UpdateDefs.exe is also not included in the installer Edited April 14, 2014 by iCode FUNCTIONS: WinDock (dock window to screen edge) | EditCtrl_ToggleLineWrap (line/word wrap for AU3 edit control) | SendEX (yet another alternative to Send( ) ) | Spell Checker (Hunspell wrapper) | SentenceCase (capitalize first letter of sentences) CODE SNIPPITS: Dynamic tab width (set tab control width according to window width) Link to comment Share on other sites More sharing options...
mLipok Posted April 14, 2014 Share Posted April 14, 2014 (edited) Au3Stripper is a separate software.This is part of SciTE4AutoIt3 EDIT:this problem is discused >here Edited April 14, 2014 by mLipok Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
iCode Posted April 16, 2014 Share Posted April 16, 2014 (edited) EDIT: never mind Edited April 16, 2014 by iCode FUNCTIONS: WinDock (dock window to screen edge) | EditCtrl_ToggleLineWrap (line/word wrap for AU3 edit control) | SendEX (yet another alternative to Send( ) ) | Spell Checker (Hunspell wrapper) | SentenceCase (capitalize first letter of sentences) CODE SNIPPITS: Dynamic tab width (set tab control width according to window width) Link to comment Share on other sites More sharing options...
oceanwaves Posted April 16, 2014 Share Posted April 16, 2014 About <Array.au3> changing in this beta version, I think it's not good idea, for example: in 3.3.10.2: $a[0] $b[] = [1] _ArrayAdd($a, $b) ;; $a[0] indicate a array element But in 3.3.11.4: $a[0] $b[] = [1] _ArrayAdd($a, $b) ;; $a[0] will be equaled 1 Becase <Array.au3> is a frequently UDF using in various UDF and many UDF or old code rely on it, so this changing has too many effect to others. I strongly recommend new chaning can compatible with old version. Link to comment Share on other sites More sharing options...
JohnOne Posted April 16, 2014 Share Posted April 16, 2014 Author is well aware. THIS IS A SCRIPT BREAKING CHANGE. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Trong Posted April 16, 2014 Share Posted April 16, 2014 (edited) Why dont Jon use IP.autoitscript.com for _GetIP() ? We wont be worry about offlined website Edited April 16, 2014 by VIP Regards, Link to comment Share on other sites More sharing options...
guinness Posted April 16, 2014 Share Posted April 16, 2014 Why dont Jon use IP.autoitscript.com for _GetIP() ?We wont be worry about offlined website Because it's not fair on Jon's server load. There are IP retrieval services for a reason. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 16, 2014 Moderators Share Posted April 16, 2014 oceanwaves,I quite agree that a lot of old code depends on Array.au3 - this is why, as JohnOne pointed out, there is mention of "script breaking changes" in the Help file. We also added a special page to tell everyone about the changes in detail. Go to the "History" page of the Help file and click on the "See here for recent script-breaking changes" link at the top of the page - under the "XXXX XXXX, 2014 - v3.3.12.0" header look for the section telling you that the "Array UDF was re-written" - click on the "A detailed list can be found here" link and you find out exactly what changed in each function and each of its parameters. How much more can we do? I sincerely believe that people will find the addition of 2D support and the additional function within the library worth the trouble of making minor changes to their scripts. M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
oceanwaves Posted April 16, 2014 Share Posted April 16, 2014 Melba23 and JohnOne, Yes, I have saw the comments "script breaking changes" as you point out and really thx Autoit team hard work. . And yes, I aslo agree your said the new rewrite function will be very useful........But (everyone hate but).....Why don't consider compatible with old version......via some default parameters etc....you know, array is basic data type in the Autoit, so the UDF that manipulate array will be referenced everywhere. I doubt in recent years most UDFs (found by forums not from help file) needs modify to fit this changing. Obvious one of result is the prevent some peope update Auotit to latest version in further. just provide some my opinions for your information. Anyway, changing always is a good things. I hope Autoit can be more powerful and more people to use it. Link to comment Share on other sites More sharing options...
Mat Posted April 16, 2014 Share Posted April 16, 2014 Backwards compatibility is always a consideration, especially if other standard UDFs rely on the behaviour. These changes aren't just made whimsically. You see one line in a change log, I see a 5 page discussion about changes to the array UDF as well as the 2 page one here in developer chat, in addition to numerous personal messages and other posts in the open forum about these changes. water 1 AutoIt Project Listing Link to comment Share on other sites More sharing options...
JohnOne Posted April 16, 2014 Share Posted April 16, 2014 I still use 3.3.8.1 because I'm not ready to deal with script breaking changes just yet. To me it's black and white, if a new version is going to cause me a few problems, I just don't use it yet. Of course I always keep latest beta installed in case I need functionality from a later release. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
jpm Posted April 17, 2014 Share Posted April 17, 2014 I still use 3.3.8.1 because I'm not ready to deal with script breaking changes just yet. Just curiosity which script breaking are you facing? Cheers Jpm Link to comment Share on other sites More sharing options...
JohnOne Posted April 17, 2014 Share Posted April 17, 2014 Mostly UDF's where constants are located, there was one other reason, but I can only remember that at the time it was too much of a pain for me to upgrade (terrible memory). AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
jpm Posted April 18, 2014 Share Posted April 18, 2014 In fact if you use GUIConstants.au3 or Constants.au3 or WinAPIEx.au3 you get all without script breaking. those "constants.au3" include all related constants or UDF Link to comment Share on other sites More sharing options...
iCode Posted April 18, 2014 Share Posted April 18, 2014 somewhere since the last release version the Sleep function has become less accurate on my PC, this... $t = TimerInit() Sleep(10) $n = TimerDiff($t) ConsoleWrite($n & @LF) ...sleeps for ~14.5 ms for 3.3.10.2 and ~2 ms for 3.3.11.4 higher values (around 17+) are far more accurate, but anything less than 17 sleeps for about the same time, roughly 1-3 ms it is nice that the sleep function will now sleep for less than 10 ms though FUNCTIONS: WinDock (dock window to screen edge) | EditCtrl_ToggleLineWrap (line/word wrap for AU3 edit control) | SendEX (yet another alternative to Send( ) ) | Spell Checker (Hunspell wrapper) | SentenceCase (capitalize first letter of sentences) CODE SNIPPITS: Dynamic tab width (set tab control width according to window width) Link to comment Share on other sites More sharing options...
jpm Posted April 18, 2014 Share Posted April 18, 2014 somewhere since the last release version the Sleep function has become less accurate on my PC, this... $t = TimerInit() Sleep(10) $n = TimerDiff($t) ConsoleWrite($n & @LF) ...sleeps for ~14.5 ms for 3.3.10.2 and ~2 ms for 3.3.11.4 higher values (around 17+) are far more accurate, but anything less than 17 sleeps for about the same time, roughly 1-3 ms it is nice that the sleep function will now sleep for less than 10 ms though I don't know Under which version of Windows you are running but Under Win8.1/X64 running in 32-bit mode it is impossible to use less than 17. I am not sure as AutoiT is an interpreter we can have a prcision less than 17 Link to comment Share on other sites More sharing options...
iCode Posted April 19, 2014 Share Posted April 19, 2014 win 7 i suspected that smaller values may be inherently inaccurate according to other discussions on the subject i hadn't thought to test x86 vs x64, but yes, that also causes different behavior... x64: both production and beta = ~9-13 ms (Sleep(1)) x86: production = ~15 ms, beta = ~2 ms (Sleep(1)) that's uncompiled if this is something that isn't going to (or can't) be fixed, i think the help file should probably be updated FUNCTIONS: WinDock (dock window to screen edge) | EditCtrl_ToggleLineWrap (line/word wrap for AU3 edit control) | SendEX (yet another alternative to Send( ) ) | Spell Checker (Hunspell wrapper) | SentenceCase (capitalize first letter of sentences) CODE SNIPPITS: Dynamic tab width (set tab control width according to window width) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now