Timeline
May 5, 2010:
- 10:37 PM Ticket #1588 (Modified Debug functionality) closed by
- Fixed: Fixed by revision [5794] in version: 3.3.7.0
- 9:21 PM Ticket #1608 (Encrypting a file about 10 MB destroys the file - crypt.au3 bug ?) updated by
- I Have tested this with a 10MB PDF File. The decryptet file was broken, too. Then I used a Hex Editor (tiny hexer) to compare both files. The difference starts exactly at Byte 1048576 (Offset: 0x10000). Same Thing with a 37,0MB .rar file. (Because of "$bTempData = FileRead($hInFile, 1024 * 1024)" the error must occur in the second run in the inner loop of _Crypt_DecryptFile or _Crypt_EncryptFile) A 14,2MB .mp3 worked fine.
- 9:15 PM Ticket #1517 (_GUICtrlListView_SimpleSort not sorts checkboxes defined by ...) closed by
- Fixed: Fixed by revision [5793] in version: 3.3.7.0
- 8:48 PM Ticket #1609 (GUICtrlCreateGroup() size/position affected by default font size.) closed by
- No Bug: In fact no the group control is created at the same position . You can verify using "AutoIt Info Tool". It look like the way the group is drawnis affected internaly by the font. Just Ask MS why …
- 8:28 PM Ticket #1599 (TrayItemSetText Win7 x64) updated by
- I am under Win7 Ultimate X86 but that nothing to do with the regression we introduce when fixing 1475 in 3.3.5.5
- 6:12 PM Ticket #1608 (Encrypting a file about 10 MB destroys the file - crypt.au3 bug ?) updated by
- Having this issue too. Here's more detail. I'm not sure if this is a problem in Crypt.au3, a limitation of Windows' implementation of AES, or a lack of knowledge on my part, but is appears that either _Crypt_EncryptFile or _Crypt_DecryptFile mangles .zip files that are over ~1MB. In the script below, if test.zip is more than a few megabytes, the resulting dec_test.zip will be unreadable. Zip programs can see files in the .zip, but will not be able to extract the data due to corruption. This doesn't seem to happen to other large files, but I've managed to corrupt other archive types, like .7z as well as installer executables, and .msi files. This seems to happen with the AES family of algorithms. RC4 works fine. I haven't tried others. Can anyone provide some insight as to what is happening? I'm currently on 3.3.4.0 #Include <Crypt.au3> $file2encrypt="test.zip" $encryptedfile="test.zip.enc" $decryptedfile="dec_test.zip" $key="12345" _Crypt_EncryptFile($file2encrypt , $encryptedfile, $key, $CALG_AES_256) _Crypt_DecryptFile($encryptedfile , $decryptedfile, $key, $CALG_AES_256)
- 4:36 PM Ticket #1599 (TrayItemSetText Win7 x64) updated by
- Very bizarre, what version do you have? I tried it on Professional.
- 4:16 PM Ticket #1555 (Regwrite Reg_Dword does not write correct value) updated by
- Without the "" it works perfect but if you read the help the "" are always used or there must be a modification to the helpfile or this is still a bug on X64 Help File Example ; Write a single REG_SZ value RegWrite("HKEY_CURRENT_USER\Software\Test", "TestKey", "REG_SZ", "Hello this is a test")
- 2:25 PM Ticket #1609 (GUICtrlCreateGroup() size/position affected by default font size.) updated by
- Pardon me, a faulty late-night cut-and-paste. Here is the complete demo script. I'm running XP Pro SP3. […]
- 2:00 PM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by
-
Milestone changed
Automatic ticket cleanup. - 12:24 PM Ticket #1529 (TrayItemSetText() sets incorrect text) closed by
- Fixed: Fixed by ticket 1599
- 12:21 PM Ticket #1545 (RegRead 64bit) closed by
- No Bug: All case return the same value running in X86 mode with or without HKLM64
- 12:13 PM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) updated by
- unless I get a repro script I will close it
- 12:00 PM Ticket #1602 (_ArrayMinIndex and Void entries) updated by
-
Version changed
Automatic ticket cleanup. - 11:59 AM Ticket #1565 (Arrays as object properties; memory leak) updated by
- The VariantClear is done so it should be something else …
- 10:58 AM Ticket #1578 (DirCopy doesn't work unless you specify option 1 - Overwrite) closed by
- Works For Me: Replying to MrCreatoR <mscreator@…>: > Replying to Jpm: > > can you be more explicit does output dir already have those input dir files? > > if yes that not a bug > I have checked that issue, and indeed there is a bug - the destination folder exists but it's empty, files are not copied from source dir (with flag = 0). I understand your point but overiding is needed to reuse the target stuff. So any problem in creation lead to an error not just the files copy. Perhaps doc must be more precise.
- 10:52 AM Ticket #1584 (web - outdated year) updated by
-
Owner, Status changed
- 10:50 AM Ticket #1602 (_ArrayMinIndex and Void entries) updated by
-
Type changed
for me it is not a bug as Autoit do implicit conversion. I move it to "feature request" - 10:40 AM Ticket #1592 (Int() does not set error status on fail) closed by
- No Bug: reread the doc there is no @error setting for a string
- 10:19 AM Ticket #1599 (TrayItemSetText Win7 x64) closed by
- Fixed: Fixed by revision [5792] in version: 3.3.7.0
- 10:08 AM Ticket #1599 (TrayItemSetText Win7 x64) updated by
-
Owner, Status changed
- 10:08 AM Ticket #1599 (TrayItemSetText Win7 x64) updated by
- In fact does not work either under win7 X86 I will fix it
- 8:47 AM Ticket #1609 (GUICtrlCreateGroup() size/position affected by default font size.) updated by
- Can you update the example Display_Group is missing? under which env are you running?
- 7:42 AM Ticket #1609 (GUICtrlCreateGroup() size/position affected by default font size.) created by
- As the small demo script shows, the top coordinate (and therefore also …
May 4, 2010:
- 11:06 PM Ticket #1282 (WinMove results in unespected resizing behavior of controls) updated by
- No soup for you!
- 9:45 PM Ticket #1601 (_GUIImageList_AddIcon returns wrong value if failed) closed by
- Fixed: Fixed by revision [5791] in version: 3.3.7.0
- 9:36 PM Ticket #1608 (Encrypting a file about 10 MB destroys the file - crypt.au3 bug ?) created by
- Tested with Version 3.3.6.1 Encrypting a file over a size limit of …
- 8:16 PM Ticket #1607 (ControlTreeView not fully working with SysTreeView32) created by
- The ControlTreeView options "Check", "UnCheck" and "IsChecked" are not …
- 4:02 PM Ticket #1606 (Remove AutoItX) closed by
- Rejected: I doubt very seriously Jon will consider this.
- 4:02 PM Ticket #1605 (FileExists/FileCopy can't handle spaces in file names) closed by
- No Bug: Read the guidelines.
- 3:10 PM Ticket #1606 (Remove AutoItX) created by
- I propose removal of AutoItX altogether. I haven't seen any real …
- 7:08 AM Ticket #1605 (FileExists/FileCopy can't handle spaces in file names) created by
- I have written a script which does the following: Create a drive …
- 12:39 AM Ticket #1604 (Add Send To Mail Recipient Feature to SciTE) closed by
- Rejected
- 12:00 AM Ticket #1604 (Add Send To Mail Recipient Feature to SciTE) updated by
-
Version changed
Automatic ticket cleanup.
May 3, 2010:
- 10:57 PM Ticket #1604 (Add Send To Mail Recipient Feature to SciTE) created by
- It would be useful to have a feature in SciTE that would allow for …
- 10:48 PM Ticket #1603 (Comment-Before Character) updated by
- Replying to anonymous: > Replying to Valik: > > What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense. > > Because the commented code will be greyed out... That last comment was me btw I guess the most practical purpose would be rapidly comment out a suspicious section of one line of code to see if it is causing any problems.
- 10:45 PM Ticket #1603 (Comment-Before Character) updated by
- Replying to Valik: > What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense. Because the commented code will be greyed out…
- 10:31 PM Ticket #1603 (Comment-Before Character) closed by
- Rejected: What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.
- 9:59 PM Ticket #1603 (Comment-Before Character) created by
- I propose a comment character that will comment out code that appears …
- 5:56 PM Ticket #1600 (please check "=" Operator bug) closed by
- No Bug: What do I have to do to make it clear to you people that if you are asking a question on the issue tracker you're in the wrong place? I mean, I only have it in the big giant red box. I suggest you try reading it next time because your failures in creating this ticket are numerous.
- 4:53 PM Ticket #1602 (_ArrayMinIndex and Void entries) created by
- Thought I would just point out that for void entries, when calling …
- 2:42 PM Ticket #1600 (please check "=" Operator bug) updated by
- I think, this was discussed many times in the forums and this is "by design": […] is equivalent to: […] Since Number("x") returns 0 the statement is True. The following produces "expected" result on the other hand: […] as it is the same as: […]
- 2:32 PM Ticket #1601 (_GUIImageList_AddIcon returns wrong value if failed) created by
- In contradiction to documentation and to how MSDN describes the corr. …
- 2:14 PM Ticket #1600 (please check "=" Operator bug) created by
- please check "=" Operator bug 1. ConsoleWrite (0 = "x") ; -> True …
- 12:07 PM Ticket #1599 (TrayItemSetText Win7 x64) updated by
- Further testing shows that normal use of the function (handles created by the user) can be changed fine, whilst handles such as $TRAY_ITEM_EXIT (3) do not.
- 11:04 AM Ticket #1599 (TrayItemSetText Win7 x64) created by
- The function, TrayItemSetText does not seem to work on Win7 x64 …
- 6:35 AM Ticket #1575 (AURecord 3.3 -creates invalid calls to _WinWaitActivate) closed by
- No Bug: in fact all text is included as au3record cannot select the right one. It is the user responsability to correct the script selecting the one he wants.
- 6:23 AM Ticket #1582 (_GUICtrlListView_GetHeader returns no handle) closed by
- Fixed: Fixed by revision [5787] in version: 3.3.7.0
- 6:12 AM Ticket #1597 (Debug.au3, Message box mode.) closed by
- Fixed: Fixed by revision [5786] in version: 3.3.7.0
May 2, 2010:
- 9:41 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by
- >Your proposed regular expression does not make sense because the class name is just "Sash" and the instance is appended by AutoIt. Interesting, i didn't knew that (well, i did knew that the classes does not numerated, but i didn't thought that autoit adds the instances), thank you for clarifying this to me.
- 1:47 AM Ticket #1598 (standalone combobox function (like inputbox)) closed by
- Rejected: AutoIt is a scripting language, not a does everything [subject name here] wants out-of-the-box language.
May 1, 2010:
- 6:00 PM Ticket #1598 (standalone combobox function (like inputbox)) updated by
-
Version changed
Automatic ticket cleanup. - 5:14 PM Ticket #1598 (standalone combobox function (like inputbox)) created by
- would be nice to have this feature to avoid gui creating to simply …
- 2:23 AM Ticket #1588 (Modified Debug functionality) updated by
- Like using win32 debug facility. (see DebugView @ http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx) Example. (aka: working but not fully tested) […]
- 12:10 AM Ticket #1597 (Debug.au3, Message box mode.) created by
- Message box case is setting a none existing function. -> used with …
Apr 30, 2010:
- 10:54 PM Ticket #1582 (_GUICtrlListView_GetHeader returns no handle) updated by
-
Owner, Status changed
- 6:13 PM Ticket #1595 (SupportedOS ID for manifest) updated by
- Hint: AutoIt3Wrapper is not an official first-party tool. It's 2nd-party. I do not care one way or the other if AutoIt3Wrapper contains this functionality. I want this functionality built into Aut2Exe and do not want this ticket closed as complete otherwise. Apparently I have to do things myself if I wish for them to be done right.
- 6:00 PM Ticket #1596 (Allow "Default" parameters for GUICtrlSetPos()) updated by
-
Version changed
Automatic ticket cleanup. - 4:50 PM Ticket #1596 (Allow "Default" parameters for GUICtrlSetPos()) created by
- Could you implement "Default" parms (top, left, width, height) for the …
- 1:14 PM Ticket #1595 (SupportedOS ID for manifest) created by
- == Introduction == With Windows 7, Microsoft introduces a new section …
- 10:59 AM Ticket #1589 (_GuiCtrlTab_ClickTab() Revision) closed by
- Completed: Added by revision [5785] in version: 3.3.7.0
- 8:48 AM Ticket #1589 (_GuiCtrlTab_ClickTab() Revision) updated by
- Next time I will be very please to receive something in relation with the current UDF …
- 1:40 AM Ticket #1593 (Prevent script Exit from OnAutoItExitRegister function) closed by
- Rejected: This request does not make sense. If you do not wish for a script to exit then take control of the exit points (GUI events, tray events).
Apr 29, 2010:
- 9:53 PM Ticket #1594 (Allow "-1" default parameters for GUICtrlSetPos()) updated by
- "Default" uses the coordinates of the previously referenced control, not the control being specified in the GUICtrlSetPos() function. Is this then a bug fix?
- 9:46 PM Ticket #1594 (Allow "-1" default parameters for GUICtrlSetPos()) updated by
- Crap! I could swear I tried "Default" as well. Pardon me wasting your time.
- 5:37 PM Ticket #1594 (Allow "-1" default parameters for GUICtrlSetPos()) closed by
- Rejected: I assume you are completely oblivious to the fact that -1 is a perfectly valid position. I also assume you never bothered to look into the Default keyword which was designed for exactly this situation.
- 5:15 PM Ticket #1589 (_GuiCtrlTab_ClickTab() Revision) updated by
- Sorry I haven't responded, this thing hasn't let me saying I was being spammy. Yes, the feature request is just the integration of that functionality. :)
- 4:49 PM Ticket #1594 (Allow "-1" default parameters for GUICtrlSetPos()) created by
- Could you implement "-1" parms (top, left, width, height) for the …
- 1:38 PM Ticket #1593 (Prevent script Exit from OnAutoItExitRegister function) created by
- It would be usefull if we could prevent the exit from script inside …
- 12:25 PM Ticket #1578 (DirCopy doesn't work unless you specify option 1 - Overwrite) updated by
- Replying to Jpm: > can you be more explicit does output dir already have those input dir files? > if yes that not a bug I have checked that issue, and indeed there is a bug - the destination folder exists but it's empty, files are not copied from source dir (with flag = 0).
- 12:20 PM Ticket #1592 (Int() does not set error status on fail) created by
- The documentation for Int( expression ) says <snip> Return Value …
- 9:05 AM Ticket #1591 (about InetGetSize,InetRead......) created by
- For examples: $test= …
- 6:34 AM Ticket #1589 (_GuiCtrlTab_ClickTab() Revision) updated by
-
Owner, Status changed
So that the only modification you want me to integrate to close this ticket? - 6:27 AM Ticket #1575 (AURecord 3.3 -creates invalid calls to _WinWaitActivate) updated by
-
Status changed
- 6:03 AM Ticket #1578 (DirCopy doesn't work unless you specify option 1 - Overwrite) updated by
- can you be more explicit does output dir already have those input dir files? if yes that not a bug
- 6:00 AM Ticket #1590 (restore FileOpen("con", 4) in AutoIt 3.3.6.2) updated by
-
Version changed
Automatic ticket cleanup. - 5:56 AM Ticket #1575 (AURecord 3.3 -creates invalid calls to _WinWaitActivate) updated by
-
Owner, Status changed
- 5:51 AM Ticket #1573 (TCPConnect TCPTimeout) updated by
-
Owner, Status changed
- 5:28 AM Ticket #1588 (Modified Debug functionality) updated by
- rereading your post, make me assume something. You can always do your own report function
- 5:23 AM Ticket #1590 (restore FileOpen("con", 4) in AutoIt 3.3.6.2) updated by
-
Owner, Status changed
That's for Jon which did that to implement file sharing at open time - 5:21 AM Ticket #1589 (_GuiCtrlTab_ClickTab() Revision) updated by
- It would be clearer to post it here the desired modification. reading the thread make me confuse ;)
- 4:42 AM Ticket #1590 (restore FileOpen("con", 4) in AutoIt 3.3.6.2) updated by
- in AutoIt 3.2.12.1, statement […] open console, then user can input from keyboard, programmer can handle user input. but from AutoIt 3.3.4.0, 4---the "RAW" reading mode from FileOpen() has been removed, this make no simple method to accept user input from keyboard in AutoIt. I hope restore FileOpen("con", 4) in AutoIt 3.3.6.2.
- 4:32 AM Ticket #1590 (restore FileOpen("con", 4) in AutoIt 3.3.6.2) created by
- in AutoIt 3.2.12.1, statement […] open console, then user can …
Apr 28, 2010:
- 6:10 PM Ticket #1589 (_GuiCtrlTab_ClickTab() Revision) created by
- The version of _GuiCtrlTab_ClickTab in GuiTab.au3 doesn't allow for …
- 5:57 PM Ticket #1588 (Modified Debug functionality) updated by
- not sure your example is demontrating what you have in mind as you get an autoit3.exe waiting instead of a notepad. Can you be more explicit about the burden? as all output are realy going to the same window
- 5:26 PM Ticket #1587 (Modified Debug functionality) closed by
- Duplicate: Closing as duplicate of #1588.
- 1:20 PM Ticket #1572 (SciTE unzipped does not find help-files) updated by
- Jos, I found the solution to be simply adjusted in \SciTe\properties\au3.properties to set the path for autoit3dir from the fixed path autoit3dir=C:\Program Files (x86)\AutoIt3 back to the relative path autoit3dir=..\AutoIt3 # SciTE settings for AutoIt v3 # # February 26, 2010 - Jos # # # * Specify here your AutoIt program directory * autoit3dir=C:\Program Files (x86)\AutoIt3 Before: # SciTE settings for AutoIt v3 # # January 19, 2008 - Jos van der Zande (jdeb (at) autoitscript (dot) com) # # # * Specify here your AutoIt program directory * autoit3dir=..\AutoIt3
- 1:02 PM Ticket #1588 (Modified Debug functionality) created by
- After installing the newest 3.3.6.1 version of AutoIT I found that the …
- 1:02 PM Ticket #1587 (Modified Debug functionality) created by
- After installing the newest 3.3.6.1 version of AutoIT I found that the …
- 2:12 AM Ticket #1582 (_GUICtrlListView_GetHeader returns no handle) updated by
- Both variants work in AutoIt v. 3.3.4.0 - 3.3.6.1 But you have to use: […]
- 12:58 AM Ticket #1565 (Arrays as object properties; memory leak) updated by
- Just an observation more. This seems to be related to re-initialization of the variant you use for transporting data with arrays. You reinitialize it with VariantInit (VariantInit->VariantInit->Manual setting->VariantCopy->GoAgain). In case of VT_BSTR this leads to memory leak. That's why it's not leaking if the array ($a) is array of integers. I couldn't find much about this on msdn except for description for VariantInit saying function does not interpret the current contents. Description for VariantClear is on the other hand very specific about releasing. Adding VariantClear as a step of reinitialization should fix the issue. At least looks that way. If I'm off please don't mind.
Apr 27, 2010:
- 6:14 PM Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) updated by
- Not sure to understand what must be done in _GUICtrlRichEdit_EnableOLE( False) after usage of a successful _GUICtrlRichEdit_EnableOLE( True)
- 5:35 PM Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) updated by
-
Owner, Status changed
- 7:20 AM Ticket #1543 (DirMove behaviour) updated by
- It should have been closed with "no respect of ticket writing". The post of anonymous was really what is needed. Don't expect that we can rewrite a repro script isolating the behavior as you can do. Anyway see you on another one. ;)
- 7:16 AM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) updated by
- in fact the rewriting thru tchar will assume that your $sOrg is a real string. So for me 0x6100... is correct. I will investigate to see why the last byte is changed I get a 0x61.00.00.00.10
- 1:24 AM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) created by
- kinda expect the character part to end up with 0x61.00.63.00.64 or …
- 12:40 AM Ticket #1543 (DirMove behaviour) updated by
- 1) very odd indeed. 2) should have bin closed after first message(not mine) in my view. :p
Apr 26, 2010:
- 10:27 PM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) updated by
-
Owner, Status changed
- 10:01 PM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) updated by
- @ravi786 seing KaFu guess, you can understand how important to describe the environment and all steps needed to reproduce a bug. a repro script is almost mandatory ;) Thanks for your cooperation
- 9:54 PM Ticket #1543 (DirMove behaviour) closed by
- No Bug: Did you reread the doc […] I know it can be seen as funny but it was a old time design decision
- 10:19 AM Ticket #1546 (Creating new excel book is not working.) closed by
- Works For Me: under Win7, office 2007 with dir you can write in, it is working for me even with the old release 3.3.4.0
- 10:00 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- This ticket is referenced in revision: [5782]
- 9:59 AM Ticket #1560 (Errors in implementation of _Security_... functions) closed by
- Fixed: Fixed by revision [5781] in version: 3.3.7.0
- 2:11 AM Ticket #1585 (Keys) created by
- Hi there I'm missing the mouse scrolls in Autoit It would be nice if …
- 12:52 AM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by
- There are similar bugs in other Common Controls UDFs. While _GUICtrlComboBoxEx_InsertString() and _GUICtrlListView_InsertItem() handle LPSTR_TEXTCALLBACK situation correctly, _GUICtrlComboBoxEx_SetItem(), _GUICtrlListView_SetItem() and _GUICtrlTreeView_InsertItem() blindly assume $sText parameter to be a string and block thereby possibility to receive *_GETDISPINFO notifications.
- 12:31 AM Ticket #1519 (Number conversion routines are inconsistent) updated by
- Yet even more confus(ed)ing: […] produces: […] I stumbled upon these inconsistencies when I tried to port some C hashing routines to AutoIt and was confronted with quite unpredictable results.
- 12:07 AM Ticket #1519 (Number conversion routines are inconsistent) updated by
- I can add a couple: […] gives you: […] Obviously all routines that explicitly produce an int are buggy (AutoIt 3.3.6.1 incl.).
Apr 25, 2010:
- 10:23 PM Ticket #1583 (ShellExecute() verb "properties" does not work as expected) updated by
-
Owner, Status changed
- 10:21 PM Ticket #1527 (@ScriptDir & "\Test1.xls") updated by
-
Owner, Status changed
- 9:13 PM Ticket #1584 (web - outdated year) created by
- http://www.autoitscript.com/autoit3/index.shtml at bottom of this web …
- 3:36 PM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- Why is this a discussion? It took me 20 seconds to go to MSDN and get this: […] That means, unless the function is using "handle", "dword", and "handle*" for it's parameters to DllCall() then it's wrong. Pretty clear cut and I'm not sure why there has to be this back and forth on it.
- 3:34 PM Ticket #1527 (@ScriptDir & "\Test1.xls") updated by
- I know, heaven forbid we actually provide working examples of how to use our language, right?
- 3:32 PM Ticket #1583 (ShellExecute() verb "properties" does not work as expected) reopened by
- Fine, we'll take a look.
- 2:13 PM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- Yes, OpenProcessToken returns a handle in the last parameter. But tell me, how would the function be able to return something in a by-value parameter? There is always a reference required to return a value per parameter. Here is a working example (needs the both changed funtions from this post) When debugging this script, I found the errors in the two functions. […] Script taken from http://www.autoitscript.com/forum/index.php?showtopic=112924&view=findpost&p=790780
- 9:44 AM Ticket #1527 (@ScriptDir & "\Test1.xls") updated by
- You can open one test.doc too. Not all the scripts have the corresponding data file just the script. But well that another big task to have all examples working on any windows
- 8:55 AM Ticket #1583 (ShellExecute() verb "properties" does not work as expected) updated by
- Trancexx provided some additional infos: AutoIt is setting wrong mask for SHELLEXECUTEINFO structure with [i]propertiesi verb. It should be SEE_MASK_INVOKEIDLIST and AutoIt is using SEE_MASK_NOCLOSEPROCESS.
Apr 24, 2010:
- 11:42 PM Ticket #1583 (ShellExecute() verb "properties" does not work as expected) closed by
- No Bug: I'm sorry that you made a false assumption.
- 11:41 PM Ticket #1527 (@ScriptDir & "\Test1.xls") reopened by
- Replying to Jpm: > We don't plan to have them functional. Then why do we have examples? If we can't provide a working example then we shouldn't provide an example at all. Otherwise we should provide a working one. I'm reopening this.
- 10:32 PM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) updated by
- I guess it's not a bug. To access a 64bit listview you'll have to compile to 64bit, 32bit exes can not access 64bit listviews (see ICU in examples forum).
- 10:25 PM Ticket #1583 (ShellExecute() verb "properties" does not work as expected) created by
- ShellExecute(@WindowsDir & "\notepad.exe", "", "", "properties") I …
- 10:21 PM Ticket #1543 (DirMove behaviour) updated by
- ... […]
- 7:42 PM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) updated by
- Please post a complete example or go to the forum for fie=rst support as you don't follow the ticket posting requirement. Thanks
- 7:39 PM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
-
Summary changed
At least the doc can be wrong as I understand an HANDLE is returned instead of a ptr to an HANDLE if we change ptr to ptr*. Can somebody post a "working" example? Thanks ;) - 6:45 PM Ticket #1561 (failed to send pound sign {#}) closed by
- Wont Fix: You certainly fell is the problem of Send/controlsend not able to send correctly the the shifting of character. It could be having very good you submit a well structure report
- 6:42 PM Ticket #1555 (Regwrite Reg_Dword does not write correct value) closed by
- Works For Me: Just extra quote […] and it works "fine" at least under Win7 X86
- 6:32 PM Ticket #1545 (RegRead 64bit) updated by
- Not sure to understand what is wrong. Just describe the cases that are not working. ;)
- 6:30 PM Ticket #1525 (BitRotate example is misleading) closed by
- Fixed
- 6:29 PM Ticket #1552 (DriveSpaceFree reports free space of 0 for CD) updated by
- I don't know under which environment your are using but under Win7 the @error code is set as Windows API to retrieve the free space fails. No idea which API Explorer is using to return 665 Mb
- 5:46 PM Ticket #1541 (_WinAPI_FillRect not x64 safe) closed by
- Fixed: Fixed by revision [5779] in version: 3.3.7.0
- 5:06 PM Ticket #1528 (GUICtrlCreateListView Example not work) closed by
- No Bug: This example works perfectly as opposed of some others …
- 5:02 PM Ticket #1527 (@ScriptDir & "\Test1.xls") closed by
- No Bug: _WordAttach does not have a test.doc either you can verify it is failing. Doc example are not all free of error at execution. They just try to give representative examples ... We don't plan to have them functional.
- 4:48 PM Ticket #1522 (Typo in _GUICtrlToolbar_Destroy) closed by
- Fixed: Fixed by revision [5777] in version: 3.3.7.0
- 4:33 PM Ticket #1517 (_GUICtrlListView_SimpleSort not sorts checkboxes defined by ...) updated by
- I am not sure simplesort support the checkboxing at least from the association of the box checked. Basically mixing GUI... builtins and _GUICtrl...() UDF works sometime. Mixing must be avoid. Everything become the designer reponsability
- 3:56 PM Ticket #1511 (Datatype mismatch in _GDIPlus_BrushCreateSolid) closed by
- Fixed: Fixed by revision [5776] in version: 3.3.7.0
- 3:49 PM Ticket #1509 (_Date_Time_FileTimeToStr() Document or Source Code bug) closed by
- Fixed: Fixed by revision [5775] in version: 3.3.7.0
- 3:25 PM Ticket #1505 (Variable not declared in IE.au3) closed by
- Fixed: Fixed by revision [5774] in version: 3.3.7.0
- 3:22 PM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by
- And how to reduce flickering while resizing? $WS_EX_COMPOSITED works great for that.
- 3:19 PM Ticket #1582 (_GUICtrlListView_GetHeader returns no handle) updated by
- That has nothing to do with mixing function. Sorry, but I would not post this problem when I did not have a look on to that. […]
- 2:58 PM Ticket #1500 (_FTP_DirSetCurrent() Return Value) closed by
- Fixed: Fixed by revision [5773] in version: 3.3.7.0
- 2:51 PM Ticket #1496 (AutoIt 3.3.4.0/3.3.5.4: _Eventlog__Read (UDF Eventlog.au3) returns ...) closed by
- Fixed: Fixed by revision [5772] in version: 3.3.7.0
- 10:18 AM Ticket #1495 (HelpFile Bug) closed by
- No Bug: The doc and the example are correct
- 10:10 AM Ticket #1493 (_FTP_ProgressDownload bug) closed by
- Fixed: Fixed by revision [5771] in version: 3.3.7.0
- 9:26 AM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by
- I don't know why you need to use such extended style but MSDN doc say […] That exactly what Autoit is using for GuiCreate. I plan to reject this extended style. I think everybody will agree …
- 9:06 AM Ticket #1582 (_GUICtrlListView_GetHeader returns no handle) updated by
- I assume you are in the same problem of mixing GUICtrlCreate...() builtin functions and _GUICtrl...() UDF functions. Try to use _GUICtrlListview_Create() instead of GUICtrlCreateListview() Some UDF works but not all in the mixing mode ... Such mixing mode must be avoid. I know that some _GUICtrl...() doc examples are using this mixed mode but that too good. They are so may example to check that perhaps some day I will check them ;)
Apr 23, 2010:
- 6:09 PM Ticket #1481 (_GUICtrlHeader UDF not using correct character set) closed by
- Fixed: Fixed by revision [5770] in version: 3.3.7.0
- 1:58 PM Ticket #1582 (_GUICtrlListView_GetHeader returns no handle) created by
- […]
- 9:37 AM Ticket #1482 (FileRead behavior description needs clarification) closed by
- Fixed: Fixed by revision [5769] in version: 3.3.7.0
- 9:29 AM Ticket #1439 (Icons included in script use wrong size) updated by
- in fact icons can only be 16x16 or 32x32 as the Windows extraction API we are using only return those formats. We don't want to reimplement the Windows API, so I will document this restiction. If we use the same algorithm as for GUICtrlCreateIcon the Icon is not center in the button area. At least that what we found when we implement GuiCtrlSetImage for button
Apr 22, 2010:
- 7:21 PM Ticket #1538 (Random(1, 1, 1) = 0) updated by
- It's a shame that we have to employ additional coding to handle the illogical and undocumented behavior of this routine.
Apr 21, 2010:
- 5:02 PM Ticket #1581 (IniWrite can't write a no section data) closed by
- No Bug: INI files contain sections. A flat file with key=value pairs is not an INI file.
- 11:57 AM Ticket #1581 (IniWrite can't write a no section data) created by
- when using IniWrite on a file with no section, the result is weird …
- 7:42 AM Ticket #1557 (Constants.au3 update) updated by
- But some others are also I think. I don't want to update only those if really other are in the same situation
Apr 20, 2010:
- 11:05 PM Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) closed by
- Fixed: Fixed by revision [5768] in version: 3.3.7.0
- 10:57 PM Ticket #1557 (Constants.au3 update) updated by
- I say add those 3. Those are pretty common, I think.
- 10:32 PM Ticket #1472 (GUISetCursor Bug) closed by
- Fixed: Fixed by revision [5767] in version: 3.3.7.0
- 7:10 PM Ticket #1557 (Constants.au3 update) updated by
- How to close this request?
- 7:03 PM Ticket #1580 (Bug in example script for _GUICtrlRebar_Create()) closed by
- Fixed: Fixed by revision [5766] in version: 3.3.7.0
- 3:32 PM Ticket #1579 (Get Admin privileges) closed by
- Rejected: We can't, elevation only occurs at process creation time. Impersonation is not an option because impersonation is only available to already elevated processes (by default). Even elevated COM objects are implemented as out-of-process objects (thus the server process is elevated thus calls into that object are elevated). All other ideas would be clunky, slow, difficult to implement and dodgy at best.
- 3:29 PM Ticket #1580 (Bug in example script for _GUICtrlRebar_Create()) created by
- Ref user report by HighGuy: …
- 3:28 PM Ticket #1577 (Virus in SciTE4AutoIt3.exe ?) closed by
- No Bug: Why you think this is a bug in our software is beyond my ability to understand.
- 3:12 PM Ticket #1579 (Get Admin privileges) created by
- Please make a function than can request admin privileges from any code …
- 8:31 AM Ticket #1578 (DirCopy doesn't work unless you specify option 1 - Overwrite) created by
- Running on Windows XP SP3, English version I have a couple of files …
- 8:17 AM Ticket #1577 (Virus in SciTE4AutoIt3.exe ?) created by
- Hi, I cannot download the SciTE4AutoIt3.exe file, my company proxy is …
- 12:08 AM Ticket #1576 (Aut2exe Compile Icon Directive) closed by
- Rejected: AutoIt Wrapper can already do this. If you don't use that, write your own pre-processor.
Apr 19, 2010:
- 11:05 PM Ticket #1576 (Aut2exe Compile Icon Directive) created by
- Hello, Firstly, I apologize if this might be considered something …
- 7:06 PM Ticket #1575 (AURecord 3.3 -creates invalid calls to _WinWaitActivate) created by
- Having used AURecord for the first time, while compiling the script it …
- 6:46 PM Ticket #1546 (Creating new excel book is not working.) updated by
- Although the example with _ExcelBookNew() works for me, it sounds like it might need to undergo the same mod described in this thread: http://www.autoitscript.com/forum/index.php?showtopic=105197
- 6:38 PM Ticket #1574 (AutoIt Help) closed by
- Rejected: Not going to happen as SciTE is a general editor and the Autoit3 specific items only work on *.au3 files.
- 6:18 PM Ticket #1572 (SciTE unzipped does not find help-files) closed by
- No Bug: NOBUG: This is the Zip file thus you are on your own to install it properly and cannot be a bug. Use the forum for questions on how to do things right. Use the Installer if you want things to be installed properly. Jos
- 6:00 PM Ticket #1574 (AutoIt Help) updated by
-
Version changed
Automatic ticket cleanup. - 5:57 PM Ticket #1548 (Multiple listviews in one GUI behave strangely) closed by
- No Bug
- 4:08 PM Ticket #1574 (AutoIt Help) created by
- It is a little bit boring, that you cannot call the helpfile out of …
- 4:06 PM Ticket #1573 (TCPConnect TCPTimeout) created by
- Hello, i don´t really know, if this is a bug or maybe wrong/ unclear …
- 11:11 AM Ticket #1572 (SciTE unzipped does not find help-files) updated by
- I meant: v3.2.12.1 up to 3.3.4.0
- 10:59 AM Ticket #1572 (SciTE unzipped does not find help-files) created by
- When I extract the AutoIT3 (.zip), the SciTE F1 key works fine. When …
- 9:51 AM Ticket #1548 (Multiple listviews in one GUI behave strangely) updated by
- Yeah man, go for it. If you're happy it's not a bug.
Apr 18, 2010:
- 1:48 PM Ticket #1571 (StringSplit - Add CaseSense parameter) created by
- This feature request is related to …
- 6:21 AM Ticket #121 (StringSplit not case sensitive for separator with multiple characters ...) updated by
-
Severity changed
You better to open a feature request as the doc as really be updated.Don"t add info on already closed ticket at least from the subject. - 3:41 AM Ticket #121 (StringSplit not case sensitive for separator with multiple characters ...) updated by
- >;Should split into 2 elements: [1] = c, [1] = a I mean «.....[1] = c, [2] = a»
- 3:39 AM Ticket #121 (StringSplit not case sensitive for separator with multiple characters ...) updated by
- There is still an issue with flag 1: […] AutoIt:3.3.6.0 (Os:WIN_XP/X86/Service Pack 3 Language:0419 Keyboard:00000409 Cpu:X64) I think the best solution would be to add an optional parameter - $iCaseSense.
Apr 17, 2010:
- 11:30 PM Ticket #1530 ({Abbrev-Expand} For1 , For0 doesn't working..) closed by
- Works For Me
- 11:29 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) closed by
- Fixed: Fixed by revision [5758] in version: 3.3.7.0
- 7:13 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) updated by
- The documentation must be updated by hand. There's no update script as part of the build process. If individuals (Gary) use a build script that's their own business to do. When I fix UDF documentation errors I hand-edit both the TXT file and the source until such time I get around to ripping all the crap out of the source.
- 6:23 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) updated by
- The Include file is correct so guess the update script isn't run the last 2 builds or am I missing something?
- 6:00 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) updated by
- Replying to Tweaky: > Yes I have read this. > Now it works, but in the documentation the values are wrong Sorry, didn't read your post correctly. Will fix that too. Jos
- 6:00 PM Ticket #1570 (Using information from another window while hidden) updated by
-
Version changed
Automatic ticket cleanup. - 5:44 PM Ticket #1570 (Using information from another window while hidden) closed by
- Rejected: Why is this a feature request? The language is fully capable of this sort of stuff already.
- 5:35 PM Ticket #1570 (Using information from another window while hidden) created by
- I'm not purely sure if this is added, but what I was thinking was: …
- 1:24 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) updated by
- Yes I have read this. Now it works, but in the documentation the values are wrong
- 12:00 AM Ticket #1556 (AutoIt3Wrapper GUI -- Alt-C Keyboard Shortcut Problem - Quick Fix) updated by
-
Milestone changed
Automatic ticket cleanup.
Apr 16, 2010:
- 10:13 PM Ticket #1556 (AutoIt3Wrapper GUI -- Alt-C Keyboard Shortcut Problem - Quick Fix) closed by
- Fixed: Fixed in version 2.0.1.25
- 6:05 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) updated by
- Did you read the guildelines and if so why are all essentials missing? Are you Sure about this is with version 3.3.6.0 because this was recently fixed: http://www.autoitscript.com/trac/autoit/ticket/1487 Jos
- 3:36 PM Ticket #1569 (_ArraySearch fails returns wrong result) updated by
- I have since found the bug report #1142 which is the exact same which was classified as not a bug because the string is converted to a Number prior to compare which makes the search successful. I am not sure if the data should be converted prior to comparison as perhaps the string "0" should not equal to the integer 0. Perhaps if the documentation had some statement indicating that the search string will be converted to match each array's element that would help clarify what is going on.
- 3:21 PM Ticket #1569 (_ArraySearch fails returns wrong result) created by
- If one has an array with the first element having a 0 value then …
- 10:44 AM Milestone 3.3.6.1 completed
- 1:24 AM Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) updated by
- I propose to remove GCR_SetOLECallback from the create function and document instead that you have to call an other function for image support. I agree, I haven't done thorough testing, but calling GCR_SetOLECallback() after the control is created works just as well. And it runs just as good without it. […] Could be used to enable the ole (image etc support)
Apr 15, 2010:
- 9:24 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) created by
- The Success value for _DateToDayOfWeekIso is wrong in the …
- 5:17 PM Ticket #1567 (FileExists() returns false in error when x86-compiled script runs on ...) closed by
- No Bug: If you post on this issue tracker again you will be permanently blocked from this website. This is the second time you've flagrantly ignored the stated guidelines even after a not-so-gentle push to read the guidelines. This is the second time you've opened a bug report for something that is not a bug. Your code is broken because you don't understand WOW64. That means you need support. Use the forum or get blocked from the site. Your call.
- 5:12 PM Ticket #1567 (FileExists() returns false in error when x86-compiled script runs on ...) created by
- I have a 32-bit-compiled autoit script that is returning false in …
- 3:24 PM Ticket #1566 (Array as its own element issue) created by
- Code is: […] If array (old) is put as some element of its own …
- 2:58 PM Ticket #1565 (Arrays as object properties; memory leak) created by
- If arrays are used with objects as e.g. properties some sort of memory …
- 11:18 AM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) created by
- I m trying to retrive the item from syslistview opn 64 bit machine …
- 9:25 AM Ticket #1515 (FileOpen for Read fails on already opened file) closed by
- Fixed: Fixed by revision [5753] in version: 3.3.7.0
- 1:33 AM Ticket #1563 (FileExists() returns false in error when x86-compiled script runs on ...) closed by
- No Bug: What the fuck do I have to do to get you people to read the big giant box with guidelines. Straight from the guidelines and for the second time today: > If you are asking a question you do not have a bug to report, use the forum to ask questions.
Apr 14, 2010:
- 9:22 PM Ticket #1530 ({Abbrev-Expand} For1 , For0 doesn't working..) updated by
- try typing the abbreviations in lowercase only. Jos
- 7:49 PM Ticket #1563 (FileExists() returns false in error when x86-compiled script runs on ...) created by
- I have a 32-bit-compiled autoit script that is returning false in …
- 6:38 PM Ticket #1562 (multiple conditions fail) closed by
- No Bug: Taken straight from the guidelines you didn't read: > If you are asking a question you do not have a bug to report, use the forum to ask questions. The problem, as it were, exists between the keyboard and chair. Learn how the language works - via the forum if necessary - and don't waste time posting silly user-errors as bugs in the language.
- 10:00 AM Ticket #1562 (multiple conditions fail) updated by
-
Version changed
Automatic ticket cleanup. - 9:48 AM Ticket #1562 (multiple conditions fail) created by
- ;The problem can best be descriped by the following code: $feed = "3" …
- 9:41 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- For _SecurityOpenProcessToken(), "handle*" or as ProgAndy has it "ptr*" is correct, as MSDN lists it as 'PHANDLE' which is a pointer to a handle (to be written to). This won't be written to unless you provide that "*" at the end.
- 8:32 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- at least the _SecurityOpenProcessToken() is doing what the doc and the windows API does a ptr to an handle not the handle itself sor "ptr" is correct.
- 12:11 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- strike that - I misread ProgAndy's code/response. Sorry
- 12:08 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- Good catch ProgAndy. To add to the _Security problems though, the _SecurityGetTokenInformation() function will always return 0 (false) because the first call will always fail due to the buffer size equaling 0. To modify it to work correctly, check the return size as well: […] If this isn't done, the result is there's be a 'LastError' of "ERROR_INSUFFICIENT_BUFFER" (122)
Apr 13, 2010:
- 6:01 AM Ticket #1561 (failed to send pound sign {#}) updated by
- P.S Perhaps you should read the ticket guidelines before posting tickets.
- 5:46 AM Ticket #1561 (failed to send pound sign {#}) updated by
- I can't reproduce it. […]
- 4:25 AM Ticket #1561 (failed to send pound sign {#}) created by
- ControlSend($WINDOW, "", "", "{#}") It sends "3" instead of "#". On …
Apr 12, 2010:
- 7:35 PM Ticket #1558 (Automate HTML based GUI) closed by
- Rejected: If the HTML content is running in an Internet Explorer hosted frame then you can already do that with IE.au3.
- 3:46 PM Ticket #1560 (Errors in implementation of _Security_... functions) created by
- The functions _SecurityOpenProcessToken and …
- 12:02 PM Ticket #1559 (StringRegExpReplace - add Return Value in Helpfile) updated by
- Return Value for Success should be mentioned: […]
- 10:43 AM Ticket #1559 (StringRegExpReplace - add Return Value in Helpfile) created by
- There are no Return Value in HelpFile for StringRegExpReplace. This …
- 6:00 AM Ticket #1558 (Automate HTML based GUI) updated by
-
Version changed
Automatic ticket cleanup. - 4:43 AM Ticket #1558 (Automate HTML based GUI) created by
- AutoIT can control windows GUI, how about newer programs that uses …
Apr 11, 2010:
- 1:20 PM Ticket #1557 (Constants.au3 update) updated by
- Not sure those Virtual keys are fondamental and some other should not be added too if they are.
- 12:00 AM Ticket #1557 (Constants.au3 update) updated by
-
Version changed
Automatic ticket cleanup.
Apr 10, 2010:
- 10:08 PM Ticket #1557 (Constants.au3 update) created by
- Include the following virtual keys constants in Constants.au3 Global …
- 6:40 PM Ticket #1556 (AutoIt3Wrapper GUI -- Alt-C Keyboard Shortcut Problem - Quick Fix) created by
- In the AutoIT3Wrapper GUI utility, there are three buttons on the …
- 10:12 AM Ticket #1555 (Regwrite Reg_Dword does not write correct value) updated by
- When using 0xFFFFFFFF it writes the correct Hex Value
- 10:04 AM Ticket #1555 (Regwrite Reg_Dword does not write correct value) updated by
- If i use 2147483647 (which is the result of the above) instead of 4294967295 it return the correct value. So it looks like it only happens when using 4294967295 (FFFFFFFF)
Apr 9, 2010:
- 5:15 PM Ticket #1548 (Multiple listviews in one GUI behave strangely) updated by
- The main problem is you mix using standard builtin function as GUI... with the UDF onea which are not creating controlid for listitem. You must avoid such mix. Some works some does not. I am sure I cannot correct them all. In your case I can have a solution But I don't like to do it as Other case will fail as I say above. If you agree I close it as NO BUG
- 10:02 AM Ticket #1548 (Multiple listviews in one GUI behave strangely) updated by
- Hello, Some of the helpful guys on the forum showed me how to get the example working - but we're still unsure if this is a bug or not. You can see the conversation here... http://www.autoitscript.com/forum/index.php?showtopic=112358 Cheers,
Apr 8, 2010:
- 10:23 PM Ticket #1545 (RegRead 64bit) updated by
- I believe this is more a request then a bug
- 10:09 PM Ticket #1555 (Regwrite Reg_Dword does not write correct value) created by
- Hi All, The following code does not write hex ffffffff but hex …
- 9:07 AM Ticket #1553 (GUICtrlSetTip() not working on Combos) closed by
- No Bug: I suppose I can close it !!!
Apr 7, 2010:
- 11:45 PM Ticket #1553 (GUICtrlSetTip() not working on Combos) updated by
- The 2 controls at the same location was just a C&P screwup. I forgot to change the Y coordinate. And I should have remembered that hovering on the edit portion of the control will not display the tip. I call it a "No Bug".
- 6:22 PM Ticket #1554 (RegExp precompile handling) created by
- It is not a secret that the use of regular expressions is divided into …
- 5:15 PM Ticket #1553 (GUICtrlSetTip() not working on Combos) updated by
- Tooltip for combo works when you hover over the pulldown button of the combo element, just not when you hover over the (child)edit box of the combo. (Creating two gui elements on top of each other is also helping in not showing that tooltip. o.O )
- 1:23 PM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) updated by
- For better understanding - i need from Returnstring (Networksniffer i received also the message: ErrorMessage: 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 701, vece) the "data 701"
- 10:52 AM Ticket #1553 (GUICtrlSetTip() not working on Combos) created by
- I'm not thoroughly convinced this is an AutoIt bug, it may just be a …
- 12:25 AM Ticket #1552 (DriveSpaceFree reports free space of 0 for CD) created by
- DriveGetFileSystem correctly reported a fs of CDFS. However, …
Apr 5, 2010:
- 2:26 PM Ticket #1551 (Crash the script when changing array) updated by
- One more update... Here is the quickest example that reproduces this crash: […]
- 7:46 AM Ticket #1551 (Crash the script when changing array) updated by
- Confirmed, few tests on several autoit versions: […] AutoIt:(see above) (Os:WIN_XP/X86/Service Pack 3 Language:0419 Keyboard:00000409 Cpu:X64)
- 6:49 AM Ticket #1551 (Crash the script when changing array) created by
- AutoIt crashes the script instead indicate an error ("Subscript used …
Note:
See TracTimeline
for information about the timeline view.
