rcmaehl Posted April 23, 2012 Share Posted April 23, 2012 rcmaehl,Thanks. Just to note some of the errors you pointed out were already fixed in the latest Beta or didn't require any changing, but thanks for the noticing the spelling mistakes.Bare in mind that I've now changed all instances of colour or adminstrator (for example) throughout the Help file.Ah. I'm used to seeing "Minor HelpFile Changes" in Changelogs. However, I forgot that the AutoIt Changelog is always being changed, and adding that would be redundant. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
BrewManNH Posted April 25, 2012 Share Posted April 25, 2012 I'd like to suggest a documentation change, or clarification.In the help file for certain functions, there is this description "The width of the control (default is the previously used width).", now I've never run into an issue with this before because I've always manually sized my controls as needed for what I'm doing with them. Today however, I was quickly throwing together a script and happened to use GUICtrlCreateCombo and GUICtrlCreateInput, and I didn't specify a width/height for either of them. I had also placed a label above both of those controls, also not specifying a width/height because I let them be auto-sized to the text in them. When I displayed the GUI, I noticed that the controls had sized themselves to the size of the label above it. I think it would be helpful to have mentioned in the help file for these types of controls, that use that sizing method, to mention that the default is the width of the previous control created regardless of what type of control that was. The description above could suggest that it takes the width of the previously created control of that type. Just a thought. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
AZJIO Posted April 26, 2012 Share Posted April 26, 2012 source <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>GUI Reference</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../css/default.css" rel="stylesheet" type="text/css"> </head> <body> <h1>GUI Reference</h1> <ul> <li><a href="../guiref/GUIRef.htm">GUI Concepts</a></li> </ul> <ul> <li><a href="../guiref/GUIRef_MessageLoopMode.htm">GUI MessageLoop Mode</a></li> </ul> <ul> <li><a href="../guiref/GUIRef_OnEventMode.htm">GUI OnEvent Mode</a></li> </ul> <ul> <li><a href="../guiref/GUIConstants.htm">GUI Constants include files</a></li> </ul> </body> </html> replacement <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>GUI Reference</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../css/default.css" rel="stylesheet" type="text/css"> </head> <style>li{padding:4px;}</style> <body> <h1>GUI Reference</h1> <ul> <li><a href="../guiref/GUIRef.htm">GUI Concepts</a></li> <li><a href="../guiref/GUIRef_MessageLoopMode.htm">GUI MessageLoop Mode</a></li> <li><a href="../guiref/GUIRef_OnEventMode.htm">GUI OnEvent Mode</a></li> <li><a href="../guiref/GUIConstants.htm">GUI Constants include files</a></li> </ul> </body> </html> smaller My other projects or all Link to comment Share on other sites More sharing options...
guinness Posted April 26, 2012 Author Share Posted April 26, 2012 (edited) OK. Though any styles should be moved to the default.css file. Plus, I used HTML Tidy (search on the Internet) to tidy the files and find any errors. Edited April 26, 2012 by guinness 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...
AZJIO Posted April 26, 2012 Share Posted April 26, 2012 I use Tidy in Notepad++ -> TextFX -> TextFX HTML Tidy -> Tidy clean Document - nowrap, no indent My other projects or all Link to comment Share on other sites More sharing options...
AZJIO Posted April 26, 2012 Share Posted April 26, 2012 Though any styles should be moved to the default.css filewhether there will be it a hindrance to other listsscreenshot My other projects or all Link to comment Share on other sites More sharing options...
Raik Posted April 26, 2012 Share Posted April 26, 2012 i want to suggest, to move "VarGetType" from "Misc. Management" to "Variables and Conversions", where "isInt", "isArray" .. also are located. thats, where i expected to find it, because it is the same context. AutoIt-Syntaxsheme for Proton & Phase5 * Firefox Addons by me (resizable Textarea 0.1d) (docked JS-Console 0.1.1) Link to comment Share on other sites More sharing options...
AZJIO Posted May 1, 2012 Share Posted May 1, 2012 Local $sText = _ ' The beginning and end of the line in this context ' & @CRLF & _ ' is meant for all ' & @TAB & 'the text, ' & @CRLF & _ @TAB & ' rather than for each line of a multiline text. ' & @TAB & @TAB MsgBox(4096, 'Source text', $sText) For $i = 1 To 8 MsgBox(4096, 'flag = ' & $i, StringStripWS($sText, $i)) Nextonline_Ru My other projects or all Link to comment Share on other sites More sharing options...
guinness Posted May 1, 2012 Author Share Posted May 1, 2012 AZJIO, I will be tackling the the string functions tonight. 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...
BrewManNH Posted May 4, 2012 Share Posted May 4, 2012 MAXCALLRECURSE 5100 Maximum number of times the Call() function can recurse to itself. MAXEXECUTERECURSE 5100 Maximum number of times the Execute() function can recurse to itself.According to the help file (in AutoIt Limits/Defaults section), these two values seem to be unobtainable in the real world. Under x64 you can get to 3899 recursions before it crashes, under x86 you can only get to 1899 before it crashes. Either this is a theoretical limit and can't normally be obtained and that should be mentioned in the help file somewhere, or this limit isn't actually the real limit for these. See for real world numbers running a recursion test on various OSes and OSArches. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
trancexx Posted May 4, 2012 Share Posted May 4, 2012 Under x64 you can get to 3899 recursions before it crashes, under x86 you can only get to 1899 before it crashes.Are you sure about that? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted May 4, 2012 Share Posted May 4, 2012 Are you sure about that?He switched the numbers here. They are right (opposite) in the thread. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
trancexx Posted May 4, 2012 Share Posted May 4, 2012 He switched the numbers here. They are right (opposite) in the thread.Yes I know. But he didn't New numbers are correct. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
BrewManNH Posted May 4, 2012 Share Posted May 4, 2012 Typing too quickly, and not fact-checking before hitting submit...gets me every time. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
AZJIO Posted May 4, 2012 Share Posted May 4, 2012 guinnessLook linkCHMtoOnLine (Ru) My other projects or all Link to comment Share on other sites More sharing options...
trancexx Posted May 5, 2012 Share Posted May 5, 2012 ^^That would be super cool. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
BrewManNH Posted May 5, 2012 Share Posted May 5, 2012 I really like what you did there AZJIO. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
Valik Posted May 5, 2012 Share Posted May 5, 2012 It has always been my intent to produce similar. George even gave me his stuff to do that. However it involves rewriting a build script I've put off for years. It will happen one day. Link to comment Share on other sites More sharing options...
AZJIO Posted May 5, 2012 Share Posted May 5, 2012 GUIGetMsgRelatedGUICtrlSetOnEvent, GUISetOnEvent - ???_____________________________ProcessList, WinList$Array[0][0] = ...$Array[1][0] = ...$Array[1][1] = ...$Array[2][0] = ...$Array[2][1] = ......$Array[n][0] = ...$Array[n][1] = ...IniReadSection??? My other projects or all Link to comment Share on other sites More sharing options...
trancexx Posted May 5, 2012 Share Posted May 5, 2012 (edited) Dammit AZJIO. You have to learn English better. Edited May 5, 2012 by trancexx ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Recommended Posts