Administrators Jon Posted February 18, 2005 Administrators Share Posted February 18, 2005 (edited) I think I'll do a rerelease as 3.1.1 this weekend with these bugs fixed (I know there are more, but these are the "biggies" as far as I can see that are quick to fix without risk of breaking other things and requiring lots more testing) - $LVS_EX_FULLROWSELECT in GuiConstants.au3 - @OS_VERSION fix for Windows 2003 - @YDAY is 1 day out Once that's done i'll start adding the STDIO stuff to the beta and add regexp stuff back in and then onwards to COM land. Edited February 18, 2005 by Jon 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...
Chris_1013 Posted February 18, 2005 Share Posted February 18, 2005 (edited) Woo hooo - can't wait! Edited February 18, 2005 by Chris_1013 Link to comment Share on other sites More sharing options...
therks Posted February 18, 2005 Share Posted February 18, 2005 I can't wait for some betas that re-include regexp and Holger's tray menu stuff. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
CyberSlug Posted February 18, 2005 Share Posted February 18, 2005 I have some documentation fixes ..... but if you don't hear from my by Saturday morning, go ahead and release 3.1.1 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
DaveF Posted February 18, 2005 Share Posted February 18, 2005 It won't affect the release, but I'll have an update as well, to change the STDIO function names to be more AutoIt-naming-scheme compliant: ReadStderr() --> StderrRead() ReadStdout() --> StdoutRead() WriteStdin() --> StdinWrite() ...and hopefully have support in the ???Read() functions for a non-comsumptive read (peek) to more easily facilitate readline and read-to-delimiter UDFs (peek-read, check read string for delimiter, if delimiter present do a regular read big enough to include delimiter and return that, leaving the rest on the pipe). The functionality is there in the API and even in my code, so it should be a quick addition... Yes yes yes, there it was. Youth must go, ah yes. But youth is only being in a way like it might be an animal. No, it is not just being an animal so much as being like one of these malenky toys you viddy being sold in the streets, like little chellovecks made out of tin and with a spring inside and then a winding handle on the outside and you wind it up grrr grrr grrr and off it itties, like walking, O my brothers. But it itties in a straight line and bangs straight into things bang bang and it cannot help what it is doing. Being young is like being like one of these malenky machines. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 18, 2005 Developers Share Posted February 18, 2005 (edited) Could you also include the UDF bug fixes that are reported in the bug forum ? PMed the updates to you today..... Edited February 18, 2005 by JdeB 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 More sharing options...
trids Posted February 19, 2005 Share Posted February 19, 2005 And maybe also Holger's Clipget and TrayMenu stuff please? Link to comment Share on other sites More sharing options...
Insolence Posted February 20, 2005 Share Posted February 20, 2005 And fixing up/including the modified PixelSearch function with the 'return all found' parameter "I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar. Link to comment Share on other sites More sharing options...
CyberSlug Posted February 20, 2005 Share Posted February 20, 2005 Did I say Saturday up above? I must have meant Sunday default.css - [autoit-docs-v3.1.0-src\docs\autoit\english\html\css] Restores ability to resize font size of exampleswinzip.htm, notepad.htm - [autoit-docs-v3.1.0-src\docs\autoit\english\html\tutorials] Replaced "Window Spy" references with AutoIt Window Info Toolinstalldir.htm - [autoit-docs-v3.1.0-src\docs\autoit\english\html\intro] Enhanced...I hope you like it!NoTrayIcon - [autoit-docs-v3.1.0-src\docs\autoit\english\txt2htm\txtKeywords] reworded remarks for technical accuracy[???\Program Files\AutoIt3\Examples\Helpfile]AutoItSetOption.au3 Adding missing itemsConstants.au3 FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8430GuiConstants.au3 FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8406FtpSetProxy.au3 FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8562[autoit-docs-v3.1.0-src\docs\autoit\english\txt2htm\txtFunctions]Run.txt Remarks on the misuse of the working dir parameter, I hope.FileMove.txt, DirMove.txt Remarked usage of renaming a file or folder!DriveGetFileSystem Added NWFS (Novell Netware File System) to possible return valuesFileGetTime.txt FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8555WinGetText.txt, WinGetTitle.txt FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8706 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
MHz Posted February 21, 2005 Share Posted February 21, 2005 If possible, can this one line fix be added, for the Autoit3Help.au3 script. I only ever see one instance of KeyHH.exe, since adding this line. Used to sometimes get multiple instances. It was mentioned here as an issue.If ProcessExists("KeyHH.exe") Then ProcessClose("KeyHH.exe") Link to comment Share on other sites More sharing options...
Developers Jos Posted February 21, 2005 Developers Share Posted February 21, 2005 If possible, can this one line fix be added, for the Autoit3Help.au3 script. I only ever see one instance of KeyHH.exe, since adding this line. Used to sometimes get multiple instances. It was mentioned here as an issue.If ProcessExists("KeyHH.exe") Then ProcessClose("KeyHH.exe") <{POST_SNAPBACK}>Autoit3Help.au3 is a script that I wrote and isn't part of the Autoit3 installer, but included in the SciTE4AutoIT3 installer... I have made the update for the following release.... thanks 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 More sharing options...
Administrators Jon Posted March 10, 2005 Author Administrators Share Posted March 10, 2005 Can everyone give this a check:http://www.autoitscript.com/autoit3/files/...toit-v3.1.1.exeIt's just the changes I mentioned in the first post + JdeBs array/include fixes + CyberSlugs doc fixes.I'll release on Saturday if no problems are found. 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...
jpm Posted March 10, 2005 Share Posted March 10, 2005 Can everyone give this a check:http://www.autoitscript.com/autoit3/files/...toit-v3.1.1.exeIt's just the changes I mentioned in the first post + JdeBs array/include fixes + CyberSlugs doc fixes.I'll release on Saturday if no problems are found.<{POST_SNAPBACK}>Glad to ear from you.I think the bugs in GUI should be included10th March 2005 - v3.1.0.15H (unstable)Fixed : GuiCtrlRead on ListViewItem on a child window (Thanks Zaxon) 25th February 2005 - v3.1.0.15E (unstable)Fixed : GuiCtrlSetImage return 0 on error Fixed : Colors on edit/input control 15th February 2005 - v3.1.0.15B (unstable)Fixed : Edit/Input change notification (Thanks Valik) Cheers Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 10, 2005 Author Administrators Share Posted March 10, 2005 Glad to ear from you.I think the bugs in GUI should be included10th March 2005 - v3.1.0.15H (unstable)Fixed : GuiCtrlRead on ListViewItem on a child window (Thanks Zaxon) 25th February 2005 - v3.1.0.15E (unstable)Fixed : GuiCtrlSetImage return 0 on error Fixed : Colors on edit/input control 15th February 2005 - v3.1.0.15B (unstable)Fixed : Edit/Input change notification (Thanks Valik) CheersI've not really got time to test/check regression so too risky atm. I'll be disappearing for a week again so I don't want to run the risk of the public version getting messed up. 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...
jpm Posted March 10, 2005 Share Posted March 10, 2005 I've not really got time to test/check regression so too risky atm. I'll be disappearing for a week again so I don't want to run the risk of the public version getting messed up.<{POST_SNAPBACK}>Ok We take care for those who want corrections under 3.1.0++ Link to comment Share on other sites More sharing options...
bshoenhair Posted March 10, 2005 Share Posted March 10, 2005 @JonWhat abot the bug in ControlSend & Send Issue with CapsLockhttp://www.autoitscript.com/forum/index.php?showtopic=9155Will you correct this issue also ? Link to comment Share on other sites More sharing options...
Administrators Jon Posted March 11, 2005 Author Administrators Share Posted March 11, 2005 @JonWhat abot the bug in ControlSend & Send Issue with CapsLockhttp://www.autoitscript.com/forum/index.php?showtopic=9155Will you correct this issue also ?That's been a feature I've been trying to fix since the dawn of time. I've never found a solution that reliably works on all versions of the OS. 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...
Nutster Posted March 12, 2005 Share Posted March 12, 2005 (edited) It won't affect the release, but I'll have an update as well, to change the STDIO function names to be more AutoIt-naming-scheme compliant:ReadStderr() --> StderrRead()ReadStdout() --> StdoutRead()WriteStdin() --> StdinWrite()...and hopefully have support in the ???Read() functions for a non-comsumptive read (peek) to more easily facilitate readline and read-to-delimiter UDFs (peek-read, check read string for delimiter, if delimiter present do a regular read big enough to include delimiter and return that, leaving the rest on the pipe). The functionality is there in the API and even in my code, so it should be a quick addition...<{POST_SNAPBACK}>So I would recommend the names StdErrPeek(), StdOutPeek(). It is possible if you read the character and then use the C function to put a character back onto an input stream. This function usually only allows the last character read to be returned to the input stream. Nuts, I wish I remembered the name of the function. Where is My K&R C manual? Edit: Corect spelling errors. Edited March 12, 2005 by Nutster David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd... Link to comment Share on other sites More sharing options...
Valik Posted March 12, 2005 Share Posted March 12, 2005 David, are you referring to getc, ungetc, or putc? Link to comment Share on other sites More sharing options...
Nutster Posted March 12, 2005 Share Posted March 12, 2005 (edited) David, are you referring to getc, ungetc, or putc?<{POST_SNAPBACK}>That's it! ungetc()! getc() gets a character from the input stream, putc() puts a character on an output stream and ungetc() puts the last character back on an input stream, ready to be read again. Thanks, Valik! Edited March 12, 2005 by Nutster David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd... 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