Timeline
Aug 19, 2010:
- 8:50 PM Ticket #1741 (Rounding: optionally add trailing zeros) closed by
- 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
- 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
-
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
- 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
- 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
- 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
- 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
- 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
-
Owner, Status changed
- 5:00 AM Ticket #1736 (Send keystroke don't works ont locked windows session) closed by
- No Bug
- 1:00 AM Ticket #1739 (get/set cookie value function) updated by
-
Version changed
Automatic ticket cleanup.
Aug 14, 2010:
- 11:49 PM Ticket #1739 (get/set cookie value function) created by
- 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
- 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
-
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
- 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
- Fixed: Fixed by revision [5945] in version: 3.3.7.0
- 12:08 PM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by
- 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
- The function callings of _Crypt_EncryptData() for example in …
- 7:05 AM Ticket #1737 (gui enhancements for touch screens) updated by
-
Owner, Status changed
- 3:00 AM Ticket #1737 (gui enhancements for touch screens) updated by
-
Version changed
Automatic ticket cleanup. - 1:56 AM Ticket #1737 (gui enhancements for touch screens) created by
- 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
- 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
-
Owner, Status changed
- 1:00 PM Ticket #1735 (Ability To Change User Agent String For Embedded IE (will pay)) updated by
-
Version changed
Automatic ticket cleanup. - 12:52 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by
- Thank you Arnaud == France ==
- 12:50 PM Ticket #1736 (Send keystroke don't works ont locked windows session) created by
- 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
- 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
- No Bug: no problem Thanks for the diagnostic
- 9:44 PM Ticket #1734 (GUICtrlCreateAvi with negative subfileid parameter crashes the script) created by
- 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
- 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
- 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
- the coding seems a little complicated as the following do the same […]
- 3:00 AM Ticket #1733 (IsEmpty function) updated by
-
Version changed
Automatic ticket cleanup. - 2:38 AM Ticket #1733 (IsEmpty function) updated by
- 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
- Hello, Here is a function I find helpful: […] It is just a …
Aug 10, 2010:
- 7:04 PM Ticket #1727 (crypt.au3) closed by
- Rejected
- 5:17 PM Ticket #1656 (Object not being released properly) updated by
- 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
- No Bug
- 10:47 AM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by
-
Owner, Status changed
- 8:53 AM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by
- 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
- 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
- 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
- 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
- Grammar error ; Close the handle to release resourcs. <---
Aug 5, 2010:
- 12:50 PM Ticket #1730 (REQ: Add DATABASE support) updated by
- 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
- 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
- all majot automate software have SQL support... (also assign dataset …
- 6:52 PM Ticket #1730 (REQ: Add DATABASE support) closed by
- 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
- 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
- This ticket is referenced in revision: [5929]
- 11:33 PM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by
- 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
-
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
- No Bug: Use the forum for questions.
- 7:34 AM Ticket #1728 (Windows of compiled script stuck in the Task Bar) created by
- Hello Dear AutoIt Team, I've written many scripts with your software. …
Jul 29, 2010:
- 10:05 PM Ticket #1727 (crypt.au3) updated by
- 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
- Just post the UDF you think about ;)
- 12:58 PM Ticket #1727 (crypt.au3) created by
- 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
- No Bug
- 11:29 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) updated by
-
Owner, Status changed
- 8:32 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) updated by
- 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
- 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
- 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
- code {{ WinWaitActive("Mozilla Firefox") BlockInput(1) …
- 12:55 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by
- 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
- 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
- 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
-
Version changed
Automatic ticket cleanup.
Jul 26, 2010:
- 11:45 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by
-
Component, Owner changed
- 10:39 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) created by
- 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
- i'm in favor of this suggestion
- 5:49 PM Ticket #1723 (Array incorrect number of subscripts) updated by
-
Owner, Status changed
- 5:47 PM Ticket #1310 (TCPConnect Timeout) updated by
- 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
-
Version changed
Automatic ticket cleanup. - 2:15 PM Ticket #1723 (Array incorrect number of subscripts) created by
- Hiho Devs, I have a feature request regarding the infamous / feared / …
- 1:39 PM Ticket #1310 (TCPConnect Timeout) updated by
- 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
- 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.
Jul 23, 2010:
- 10:07 AM Ticket #1310 (TCPConnect Timeout) updated by
- 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
Jul 21, 2010:
- 6:20 PM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) updated by
- 1)
- 12:43 PM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) updated by
- Thanks. Just curious. What will the resulting stored data be now for "DllStructSetData($tChar, ...)" 1) 0x61.00.63.00.64 2) 0x61.00.00.00.00 3) …
- 12:23 PM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) closed by
- Fixed: Fixed by revision [5925] in version: 3.3.7.0
- 10:06 AM Ticket #1479 (ListView WM_NOTIFY Message on x64 Returning Wrong Results) closed by
- Fixed: Fixed by revision [5922] in version: 3.3.7.0
- 8:58 AM Ticket #1696 (Build in autoit) closed by
- Rejected: Sorry rejected as no info posted
- 8:55 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
-
Owner, Status changed
- 8:53 AM Ticket #1701 (Bug in date control) closed by
- No Bug
- 8:07 AM Ticket #1721 (Registry gets deleted automatically after reading) closed by
- Works For Me: such ticket does not respect guidekines so please go to forum first Thanks
Jul 20, 2010:
- 4:26 PM Ticket #1722 (GUICtrlSetStyle() and $BS_DEFPUSHBUTTON) closed by
- No Bug: This is not a bug. You need support so either use the forum, or more appropriately, Google. It took me about 3 minutes to find a working solution for changing the default button in a dialog.
- 3:37 PM Ticket #1721 (Registry gets deleted automatically after reading) updated by
- Some more information would be very helpful - Example - OS Information
- 11:20 AM Ticket #1722 (GUICtrlSetStyle() and $BS_DEFPUSHBUTTON) created by
- […] The button event should be triggered whenever I press the …
- 11:02 AM Ticket #1721 (Registry gets deleted automatically after reading) created by
- I read a registry key using the RegRead command and the keys gets …
- 7:16 AM Ticket #1720 (adding functionality to GUICtrlSetImage) closed by
- Rejected: I don't know how and from which images format you are creating such images storing but if you know the way I assume an UDF can be easily written. Such discussion must go to http://www.autoitscript.com/forum/ before ticket submission
Note:
See TracTimeline
for information about the timeline view.
