Timeline



Aug 24, 2010:

10:03 PM #1740 Send ASC 046.png attached to Ticket #1740 by J-Paul Mesnage
10:02 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by J-Paul Mesnage
I download an Windows XP SP2 Italian version and run it under a Virtual machine . Guess what it is working. I don't fully understand your repro script as it is referring to an English notepad. I attached a screen capture of what I did
7:28 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) updated by J-Paul Mesnage
I don't understand the ticket as the help file already contains such related info. It has not change since first delivery.
3:39 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) created by Spiff59
3:03 PM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
@Spiff59 I agree "Operators" section can be improved. Can you suggest the exact change you want to do? Thanks

Aug 23, 2010:

7:51 PM Ticket #1640 (In name of every autoit's coders) updated by anonymous
You should have tried: "In the name of every Autoit coder, and my dog Scruffy too!" Many people are real softies when there's a puppy involved.
7:34 PM Ticket #1733 (IsEmpty function) updated by Spiff59
I'd vote for documenting in the "Operators" section of the help file the difference between "=" and "==". That, other than case-sensitivity, "=" treats a null (empty) string as equal to 0, and "==" does not. I don't see reason for a Function that replaces 1 or 2 lines of code. Where's Valik when ya need him? Gong!

Aug 22, 2010:

4:39 PM Ticket #1744 (Invalid links in help file history.htm.) closed by J-Paul Mesnage
Fixed: Fixed by revision [5953] in version: 3.3.7.0

Aug 21, 2010:

11:41 PM Ticket #1744 (Invalid links in help file history.htm.) created by campg2003@…
In help file autoit3.chm in contained file history.htm the following …
10:13 PM Ticket #1743 (fileexists) updated by J-Paul Mesnage
Next time go to forum first to get hints …
10:12 PM Ticket #1743 (fileexists) closed by J-Paul Mesnage
No Bug
3:57 PM Ticket #1743 (fileexists) updated by anonymous
Ok, apologies; this may not be a bug afterall sendto is supplying the commandline path with quotes "C:\Program Files\Internet Explorer\iexplore.exe" and fileexists does not appear to handle it properly when quoted. zzz "C:\Program Files\Internet Explorer\iexplore.exe" (fails) zzz C:\Program Files\Internet Explorer\iexplore.exe (works) Replying to anonymous: > Clarification; this was produced from putting a shortcut into sendto folder where > one could then right click and send .exe to the autoit exe > In this scenario if the cmdline parameter does not have any spaces in the path > it works. i.e. instead of C:\Program Files\Internet Explorer\iexplore.exe > d:\programs\abc.exe was used instead. > > oddly enough if I typed the command with path (with spaces and without) in the CMD prompt it works as intended. > > It seem like an issue with how sendto supplies the path. > > Replying to anonymous: > > I'm getting different results from the below two examples > > > > ;displays msgbox > > $craw="C:\Program Files\Internet Explorer\iexplore.exe" > > if fileexists($craw) then msgbox(0,$craw,"",0) > > > > ---------------------- > > > > ;does not display msgbox > > $craw=$CmdLineRaw > > if fileexists($craw) then msgbox(0,$craw,"",0) > > > > ;$cmdlineraw would be populated with > > ;"C:\Program Files\Internet Explorer\iexplore.exe" > > ;when executed with same command line parameter. > > > > > > ;C:\Program Files\Internet Explorer\iexplore.exe)
3:50 PM Ticket #1743 (fileexists) updated by anonymous
Clarification; this was produced from putting a shortcut into sendto folder where one could then right click and send .exe to the autoit exe In this scenario if the cmdline parameter does not have any spaces in the path it works. i.e. instead of C:\Program Files\Internet Explorer\iexplore.exe d:\programs\abc.exe was used instead. oddly enough if I typed the command with path (with spaces and without) in the CMD prompt it works as intended. It seem like an issue with how sendto supplies the path. Replying to anonymous: > I'm getting different results from the below two examples > > ;displays msgbox > $craw="C:\Program Files\Internet Explorer\iexplore.exe" > if fileexists($craw) then msgbox(0,$craw,"",0) > > ---------------------- > > ;does not display msgbox > $craw=$CmdLineRaw > if fileexists($craw) then msgbox(0,$craw,"",0) > > ;$cmdlineraw would be populated with > ;"C:\Program Files\Internet Explorer\iexplore.exe" > ;when executed with same command line parameter. > > > ;C:\Program Files\Internet Explorer\iexplore.exe)
5:23 AM Ticket #1743 (fileexists) created by anonymous
I'm getting different results from the below two examples ;displays …
1:22 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by anonymous
Did you try using #requireAdmin ? Some games need that.
1:17 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by anonymous
Replying to Jpm: > I don't have access to an Italian windows version but if you have an English or French version can you redo the check with italian keyboard only? Thanks > > Is the requireAdmin really needed? No, RequireAdmin isn't required. I just put it there to show that I even tried that and it made no difference. I did a little more experimenting. If, on the Italian version of windows, you change the keyboard to the US keyboard - it works. It seems that it's only when using the Italian keyboard. I don't, however, know what happens if you try the same experiment on an English version of Windows.

Aug 20, 2010:

4:09 PM Ticket #1742 (Spelling error found in help file) closed by J-Paul Mesnage
Fixed: Fixed by revision [5952] in version: 3.3.7.0
4:08 AM Ticket #1742 (Spelling error found in help file) created by Drifter
in help for "_GDIPlus_GraphicsCreateFromHDC" the help says: Create a …

Aug 19, 2010:

8:50 PM Ticket #1741 (Rounding: optionally add trailing zeros) closed by Valik
Rejected: You're asking a function that returns numbers to do String Formating…
8:15 PM Ticket #1741 (Rounding: optionally add trailing zeros) created by Dana
Currently, the Round function does not pad trailing zeros onto a …

Aug 17, 2010:

4:37 PM Ticket #1569 (_ArraySearch fails returns wrong result) updated by Spiff59
Isn;t all you'd need to add is this one line near the top of the _ArraySearch() function? If $vValue == 0 Or $vValue == "" Then $iCase = 1
2:49 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by J-Paul Mesnage
I don't have access to an Italian windows version but if you have an English or French version can you redo the check with italian keyboard only? Thanks Is the requireAdmin really needed?
2:46 PM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) closed by J-Paul Mesnage
Duplicate: no problem as it was already closed with a previous ticket …

Aug 16, 2010:

4:38 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) created by me@…
I've tried to narrow this down as much as possible. This doesn't work …
12:31 PM Ticket #1739 (get/set cookie value function) updated by anonymous
I am not sure but maybe those links would be helpful: http://msdn.microsoft.com/en-us/library/aa384710(VS.85).aspx http://www.devx.com/vb2themax/Tip/19158
8:56 AM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by pille2009@…
Works like a charme. Tested on various files with a varying filesize from 10 KB up to 700 MB. Tested using RC4 and AES256. MD5-Hashsums machting. This Bug can be closed

Aug 15, 2010:

5:01 AM Ticket #1739 (get/set cookie value function) updated by J-Paul Mesnage
Owner, Status changed
5:00 AM Ticket #1736 (Send keystroke don't works ont locked windows session) closed by J-Paul Mesnage
No Bug
1:00 AM Ticket #1739 (get/set cookie value function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Aug 14, 2010:

11:49 PM Ticket #1739 (get/set cookie value function) created by anonymous
I was looking for a way retrieving cookie data. Unfortunately with …
12:39 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by Zedna
Look at this (my) FAQ: http://www.autoitscript.com/wiki/FAQ#Why_doesn.27t_my_script_work_on_a_locked_workstation.3F As you can see this is neither bug of Autoit nor lack of somefeature. You must rewrite your script accordingly. Next time use forum for such questions…
7:07 AM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
Owner, Status changed
I share mvp remarks, but I leave to other Dev's the final decision oon this request.
6:55 AM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by J-Paul Mesnage
the _Crypt_EncryptData() has been fixed for the next beta/Release with […] Does that solve your issue?

Aug 13, 2010:

5:19 PM Ticket #1051 (Au3Check does not detect invalid statement) closed by J-Paul Mesnage
Fixed: Fixed by revision [5945] in version: 3.3.7.0
12:08 PM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by anonymous
this issue is the reason why crypting/decrypting of files larger than buffer (1024 * 1024) e.q. 1MB corrupts the file
11:10 AM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) created by pille2009@…
The function callings of _Crypt_EncryptData() for example in …
7:05 AM Ticket #1737 (gui enhancements for touch screens) updated by J-Paul Mesnage
Owner, Status changed
3:00 AM Ticket #1737 (gui enhancements for touch screens) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:56 AM Ticket #1737 (gui enhancements for touch screens) created by anonymous
Touch screen support including multi-touch would be a nice addition!

Aug 12, 2010:

5:14 PM Ticket #1734 (GUICtrlCreateAvi with negative subfileid parameter crashes the script) closed by J-Paul Mesnage
Fixed: Fixed by revision [5942] in version: 3.3.7.0
4:19 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by J-Paul Mesnage
Owner, Status changed
1:00 PM Ticket #1735 (Ability To Change User Agent String For Embedded IE (will pay)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:52 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by anonymous
Thank you Arnaud == France ==
12:50 PM Ticket #1736 (Send keystroke don't works ont locked windows session) created by sliding4living@…
Hello, My script is not continue when the user Windows session is …
12:37 PM Ticket #1735 (Ability To Change User Agent String For Embedded IE (will pay)) created by electro
I have a great need to be able to change the user agent string for …

Aug 11, 2010:

11:07 PM Ticket #1732 (Compiled script gets terminated when running interactively under ...) closed by J-Paul Mesnage
No Bug: no problem Thanks for the diagnostic
9:44 PM Ticket #1734 (GUICtrlCreateAvi with negative subfileid parameter crashes the script) created by MrCreatoR <mscreator@…>
The following example is the same example as in help file for …
9:02 PM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by Jim Dandy
After some further investigation, it appears that the only version that behaves in this manner is 3.3.0.0 and it only does this on Windows XP SP2. With XP SP3, the script terminates at logoff regardless of the version of AutoIt. I believe that the behavior of the script not terminating when running interactively under the SYSTEM account is purely aberrational and only happens with the 3.3.0.0 version of AutoIt running on XP SP2. I appreciate you looking into this and apologize for wasting your time. Apparently, this behavior is normal and "expected", and for it to not do that is an anomaly.
6:46 PM Ticket #1733 (IsEmpty function) updated by mvg
Don't know what the general context for the IsEmpty() is. But I think its a ambiguous problem at best. Best solved in relation to the variable/code/target in play at the moment(code location/context). - There are no empty array's in autoit. A array always has some size. - Zero as number can be valid data, as such its not empty.
7:58 AM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
the coding seems a little complicated as the following do the same […]
3:00 AM Ticket #1733 (IsEmpty function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:38 AM Ticket #1733 (IsEmpty function) updated by anonymous
The last test could also be: Case True Return Not $value I will leave it up to the experts as to which is correct :-)
2:31 AM Ticket #1733 (IsEmpty function) created by josh_petitt@…
Hello, Here is a function I find helpful: […] It is just a …

Aug 10, 2010:

7:04 PM Ticket #1727 (crypt.au3) closed by Jos
Rejected
5:17 PM Ticket #1656 (Object not being released properly) updated by ProgAndy
I have no iTunes, so I can not test this: I think you have to release also the event-object and not only the iTunes.Object. […]

Aug 8, 2010:

12:29 PM Ticket #1729 (Example code for _FTP_ProgressUpload / Download is not properly ...) closed by J-Paul Mesnage
No Bug
10:47 AM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by J-Paul Mesnage
Owner, Status changed
8:53 AM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by J-Paul Mesnage
Under which os are you running just use _DebugBugReportEnv() to report info Thanks. I may be a .manifest change

Aug 7, 2010:

11:20 PM Ticket #1732 (Compiled script gets terminated when running interactively under ...) created by Jim Dandy
I just recently upgraded from AutoIt 3.3.0.0 to 3.3.6.1 (yes, I know I …
5:55 AM Ticket #1731 (Inetget / Inetgetinfo / Inetclose helpfile contains grammar error) updated by J-Paul Mesnage
I will get doc have more typos in doc example ... Thanks
5:53 AM Ticket #1731 (Inetget / Inetgetinfo / Inetclose helpfile contains grammar error) closed by J-Paul Mesnage
Fixed: Fixed by revision [5933] in version: 3.3.7.0

Aug 6, 2010:

10:14 PM Ticket #1731 (Inetget / Inetgetinfo / Inetclose helpfile contains grammar error) created by Emiel Wieldraaijer
Grammar error ; Close the handle to release resourcs. <---

Aug 5, 2010:

12:50 PM Ticket #1730 (REQ: Add DATABASE support) updated by Zedna
Replying to anonymous: > all majot automate software have SQL support... (also assign dataset to variable + loops through dataset) @OP: It's already there as Jos said, just search for SQLite ;-)

Aug 3, 2010:

11:40 PM Ticket #1729 (Example code for _FTP_ProgressUpload / Download is not properly ...) updated by J-Paul Mesnage
in fact it is not an improper formating but those remaks are not really an example working for those udf so they are included in the remark area to illustrate how a $FunctionToCall can be written. If you have a working example I will be glad to include it in example area. ;)
8:10 PM Ticket #1730 (REQ: Add DATABASE support) created by anonymous
all majot automate software have SQL support... (also assign dataset …
6:52 PM Ticket #1730 (REQ: Add DATABASE support) closed by Jos
No Bug: Bug? Feature request at best only you forgot to put a little effort in reading the helpfile first.

Aug 2, 2010:

3:06 PM Ticket #1729 (Example code for _FTP_ProgressUpload / Download is not properly ...) created by nf67
When looking up _FTP_ProgressUpload in the helpfile you'll find that …

Aug 1, 2010:

11:51 PM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by J-Paul Mesnage
This ticket is referenced in revision: [5929]
11:33 PM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by J-Paul Mesnage
In fact no but the working solution is not the suggested one but […] without […] I should have test it more carefully …
5:23 AM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by anonymous
I hope the line : $i_transcolor = Int(BinaryMid($i_transcolor, 2, 1) & BinaryMid($i_transcolor, 3, 1) & BinaryMid($i_transcolor, 4, 1)) got changed to : $i_transcolor = Int(BinaryMid($i_transcolor, 2, 3))

Jul 31, 2010:

10:43 AM Ticket #1728 (Windows of compiled script stuck in the Task Bar) closed by Jos
No Bug: Use the forum for questions.
7:34 AM Ticket #1728 (Windows of compiled script stuck in the Task Bar) created by other.jt@…
Hello Dear AutoIt Team, I've written many scripts with your software. …

Jul 29, 2010:

10:05 PM Ticket #1727 (crypt.au3) updated by anonymous
Replying to Jpm: > Just post the UDF you think about ;) i search for a while, but i dont found anything. if i, i post it
3:34 PM Ticket #1727 (crypt.au3) updated by J-Paul Mesnage
Just post the UDF you think about ;)
12:58 PM Ticket #1727 (crypt.au3) created by bjoern@…
I have a wisch :) It is planned to integrate a asynchronous crypt …

Jul 28, 2010:

11:31 AM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) closed by J-Paul Mesnage
No Bug
11:29 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) updated by J-Paul Mesnage
Owner, Status changed
8:32 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) updated by MrCreatoR <mscreator@…>
Actualy these two lines is enough to reproduce this behaviour: […]

Jul 27, 2010:

10:55 PM Ticket #1726 (BlockInput(1) does not work on win7) closed by Valik
No Bug: Reading all the documentation for a function is helpful to prevent creating bug reports for expected behavior.
10:21 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by evilertoaster
May install was a little out of date I suppose, it was using 3.3.4. Reinstalling AutoIt and SciTE4AutoIt made the compile/build options in scite work like they should. I think the issue came from a different install of scite I have for non-autoit related files... Regardless, this ticket is unnecessary and can be closed. Sorry for your time.
6:27 PM Ticket #1726 (BlockInput(1) does not work on win7) created by anonymous
code {{ WinWaitActive("Mozilla Firefox") BlockInput(1) …
12:55 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by Jos
For me AutoIt3Wrapper defaults to the X64 version of AutoIt3. What version of AutoIt3Wrapper are you using? How are you compiling/running the script? Jos
12:32 PM Ticket #1656 (Object not being released properly) updated by anonymous
It works if the program exits because then the hooks are released but if the script is kept running it will not. This still does not work. […]
3:34 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) created by anonymous
Despite the specifications on the wiki, I have tested code like the …
12:00 AM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jul 26, 2010:

11:45 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by J-Paul Mesnage
Owner, Component changed
10:39 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) created by anonymous
I might me missing something but here it goes. The full install of …

Jul 25, 2010:

6:41 PM Ticket #1723 (Array incorrect number of subscripts) updated by Emiel Wieldraaijer
i'm in favor of this suggestion
5:49 PM Ticket #1723 (Array incorrect number of subscripts) updated by J-Paul Mesnage
Owner, Status changed
5:47 PM Ticket #1310 (TCPConnect Timeout) updated by J-Paul Mesnage
Replying to anonymous: > Replying to Jpm: > > Replying to bjoern@…: > > > Replying to Jpm: > > > > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > > > > Is that OK? > > > > > > I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... > > > > > > mfg bjoerni > > I mean that today we have already a timeout defined by Opt("TCPTimeOUT", ...) which is working with other TCP...() functions. > > What I did is to use the same timeout for TCPConnect() too. > > so you plan to implement this in the future? or is it already included in the beta? Yes, it is in the next beta or Release
4:00 PM Ticket #1723 (Array incorrect number of subscripts) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:15 PM Ticket #1723 (Array incorrect number of subscripts) created by KaFu
Hiho Devs, I have a feature request regarding the infamous / feared / …
1:39 PM Ticket #1310 (TCPConnect Timeout) updated by anonymous
Replying to Jpm: > Replying to bjoern@…: > > Replying to Jpm: > > > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > > > Is that OK? > > > > I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... > > > > mfg bjoerni > I mean that today we have already a timeout defined by Opt("TCPTimeOUT", ...) which is working with other TCP...() functions. > What I did is to use the same timeout for TCPConnect() too. so you plan to implement this in the future? or is it already included in the beta?
12:55 PM Ticket #1310 (TCPConnect Timeout) updated by J-Paul Mesnage
Replying to bjoern@…: > Replying to Jpm: > > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > > Is that OK? > > I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... > > mfg bjoerni I mean that today we have already a timeout defined by Opt("TCPTimeOUT", ...) which is working with other TCP...() functions. What I did is to use the same timeout for TCPConnect() too.
Note: See TracTimeline for information about the timeline view.