Jump to content

v3.1.1


Jon
 Share

Recommended Posts

  • Administrators

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 by Jon
Link to comment
Share on other sites

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

  • Developers

Could you also include the UDF bug fixes that are reported in the bug forum ?

PMed the updates to you today.....

Edited 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

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

Did I say Saturday up above? I must have meant Sunday :lmao:

default.css - [autoit-docs-v3.1.0-src\docs\autoit\english\html\css]

Restores ability to resize font size of examples

winzip.htm, notepad.htm - [autoit-docs-v3.1.0-src\docs\autoit\english\html\tutorials]

Replaced "Window Spy" references with AutoIt Window Info Tool

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

Constants.au3

FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8430

GuiConstants.au3

FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8406

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

FileGetTime.txt

FIX BUG REPORT http://www.autoitscript.com/forum/index.php?showtopic=8555

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

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

:lmao:

Link to comment
Share on other sites

  • Developers

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

:lmao:

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

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

  • 3 weeks later...
  • Administrators

Can everyone give this a check:

http://www.autoitscript.com/autoit3/files/...toit-v3.1.1.exe

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

Link to comment
Share on other sites

Can everyone give this a check:

http://www.autoitscript.com/autoit3/files/...toit-v3.1.1.exe

It'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 included

10th 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

  • Administrators

Glad to ear from you.

I think the bugs in GUI should be included

10th 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

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.
Link to comment
Share on other sites

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

  • Administrators

@Jon

What abot the bug in ControlSend & Send Issue with CapsLock

http://www.autoitscript.com/forum/index.php?showtopic=9155

Will 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.
Link to comment
Share on other sites

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 by Nutster

David Nuttall
Nuttall 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

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 by Nutster

David Nuttall
Nuttall 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

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
 Share

  • Recently Browsing   0 members

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