Timeline
Oct 30, 2009:
- 11:52 PM Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) closed by
- Completed: Added by revision [5317] in version: 3.3.1.5
- 10:00 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) updated by
-
Milestone changed
Automatic ticket cleanup. - 8:58 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) closed by
- Fixed: Will be changed to downloads.shtml in the next release of the installer.
- 7:53 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) updated by
-
Owner, Version, Component changed
- 7:52 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- Blocking means a ticket needs closed before the release, not that anything needs to change. If you are 100% sure this is an intentional Windows limitation that cannot be easily worked around then close the ticket.
- 7:02 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by
- This ticket is referenced in revision: [5316]
- 6:46 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) updated by
- *sigh* I incorrectly set the component to AutoIt, it should be SciTE4AutoIt.
- 6:44 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) created by
- Using SciTE Config for AutoIt3. ver:1.6.6, if I click "Check for …
- 6:36 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by
- I've removed the out-of-date attachments. See here for the latest version.
- 6:13 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- I was prepare to answer that is the Way windows work. I assume Valik found a solution to fix it as it is now in Blocking state.
- 5:10 PM Ticket #1249 (Beta documentation errors) updated by
- I think this is OK. I have answer you in the thread
- 4:14 PM Ticket #1249 (Beta documentation errors) closed by
- Fixed: Tweaky, please don't create any more tickets for output from your script. Over the next day or two I'm going to integrate your script into our build process as something we will be able to run periodically. I imagine I'll be in touch here with questions, commments or changes to your script. Closing this as it seems done or close enough.
- 4:12 PM Ticket #1250 (Fix bugs in Static documentation) updated by
-
Severity changed
- 4:11 PM Ticket #1240 (FileInstall() Help file clarification.) updated by
-
Severity changed
- 4:11 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
-
Severity changed
- 4:11 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) closed by
- No Bug
- 4:10 PM Ticket #1255 (127 characters limitation with AutoItX v3.3.0.0 (with titles and controls)) updated by
-
Severity changed
- 3:57 PM Ticket #1231 (strange wildcards behaviour with filecopy) updated by
-
Severity changed
No longer blocking this release. Wild-card code will be rewritten in a future release. - 3:36 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) closed by
- Fixed: Fixed by revision [5311] in version: 3.3.1.5
- 5:10 AM Ticket #1255 (127 characters limitation with AutoItX v3.3.0.0 (with titles and controls)) created by
- 127 characters limitation with AutoItX ActiveX ver 3.3.0.0 tested with …
- 2:07 AM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by
-
Severity changed
This is no longer blocking the release. To fix the problems requires a rewrite of the File functions which will not be done during this beta period. - 1:38 AM Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) closed by
- Fixed: Fixed by revision [5303] in version: 3.3.1.5
Oct 29, 2009:
- 2:12 AM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by
- Thanks for your wikipedia link. I understand now. This is not a bug, this is misuse of function. I will write my own UDF to calculate the NON-ISO week number since I could not find one in Autoit. Thanks for your help.
Oct 28, 2009:
- 10:52 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- Here is a shorter and less annoying example: […]
- 10:22 PM Ticket #1216 (Adding arrays working suspiciously) updated by
- I don't think you'd want the "+" operator to work either way with arrays. For array concatenation, if anything the "&" operator should be borrowed instead, to be consistent with the string concatenation operator already present in AutoIt. [1,2] & [2,3] == [1,2,2,3] would make a lot more sense than trying to use the "+" operator - though using "&" would introduce concatenation ambiguity. What if a string and array are concatenated? As for non-atomic math operations, that would open the door to all sorts of complex problems. I used to work with a language called Euphoria (http://rapideuphoria.com/), which allows for similar non-atomic math and boolean operations. One casualty of this feature was the inability to consistently implement short-circuit boolean evaluation, since the result could potentially be an array of values. Aside from that, the implementation could easily become quite complex. Would [1,2] + [2,[3,4]] be allowed? If so, how about 3 + [1,[2,3,[4,5]]]? or [4,5] + 6,7],[8,[9,10]? What if COM objects or other non-numeric data types are contained somewhere within the arrays? And what happens when arrays of differing lengths are involved, such as [1,2] + [3,4,5]? It's probably simpler and less confusing to simply throw an error whenever arrays are involved in binary math, boolean or concatenation operations.
- 10:07 PM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) closed by
- Fixed: Fixed by revision [5289] in version: 3.3.1.5
- 9:43 PM Ticket #1216 (Adding arrays working suspiciously) updated by
- I could argue that [3,4] should be the output.
- 9:14 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by
- I get for both week 44 and here http://en.wikipedia.org/wiki/ISO_week_date you can find info about the ISO weeknr which can be 52. Jos
- 8:27 PM Ticket #1216 (Adding arrays working suspiciously) updated by
- I think that [1,2,2,3] would be the most logical output in the example.
- 8:09 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- If you have nothing intelligent to impart then don't bother posting, otherwise you may find yourself unable to post any longer. The same applies for posting in languages other than English.
- 8:00 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by
- This ticket is referenced in revision: [5285]
- 7:50 PM Ticket #1249 (Beta documentation errors) updated by
- there is no bug in the post from anonymous2 the index really go from 0 to n-1 the "in lieu" came from Valik in 3.1.1.103 back to Tweaky I fix all errors except the attached one with a slight modification of your script to handle the pb I post in the forum I cannot understand why the 3 first are failing
- 7:49 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- time is money! c. obnoxious! didn't know that word before, that's worth 100$$. Il pagamento è stato inviato. ID transazione: 2LE2951841735.... Il pagamento del tuo acquisto da ... è stato inviato. Conserva questo ID ricevuta e le informazioni di contatto in caso tu abbia bisogno di contattare il commerciante o PayPal. Una ricevuta di questa transazione è stata inviata al tuo indirizzo email.
- 7:27 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by
- From ISO standpoint the week 53 exists. I don't know if we are in a year as such. Jos our ISO expert will answer.
- 5:31 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by
- I realized I put my name not my email address - sorry
- 4:13 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) created by
- I suspect _WeekNumberISO function is 'off by 1' since it returns a …
- 3:40 PM Ticket #1252 (Issue in help file example code for "_MouseTrap()") closed by
- No Bug: No it shouldn't.
- 3:39 PM Ticket #1253 (command run("c:\windows\system\soundrecorder.exe) can't launch ...) closed by
- No Bug: Terrible bug report. Read WikiStart. Next time ask your questions on the forum where they belong.
- 11:51 AM Ticket #1253 (command run("c:\windows\system\soundrecorder.exe) can't launch ...) created by
- as title.Is this normal?autoit version 3.3.1.4
- 7:26 AM Ticket #1252 (Issue in help file example code for "_MouseTrap()") created by
- Help file shows example code as: […] Here […] should be …
Oct 27, 2009:
- 9:21 PM Ticket #1230 (Changes to the build process.) closed by
- Completed
- 5:41 PM Ticket #1251 (Random Generator Returns 0) closed by
- No Bug: You fail. Twice. 1. Not searching the issue tracker and finding #1170. 2. Not trying the latest beta where it returns 1.
- 5:29 PM Ticket #1251 (Random Generator Returns 0) created by
- $X = Random(1,1,1) This will always return 0; it should equal 1 …
- 3:26 PM Ticket #1250 (Fix bugs in Static documentation) created by
- A bold is not turned off. Add to index and table of contents - keyword …
- 1:45 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by
-
Owner, Status changed
- 1:36 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by
-
Owner, Status changed
- 1:34 PM Ticket #1034 (SetLocale()?) updated by
-
Owner, Status changed
- 1:33 PM Ticket #1035 (Different SendModes) updated by
-
Owner, Status changed
- 1:33 PM Ticket #978 (Au3Info - ToolBar info - add ToolTip Text,Image Index) updated by
-
Owner, Status changed
- 11:47 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) updated by
- Oh, I feel I should mention that the UDFs were all from 3.3.1.3 when I tested. And also, _DebugBugReportEnv() returns the following: >AutoIt:3.3.1.4 (Os:WIN_XP/X86/Service Pack 2 Language:0409 Keyboard:00000409 Cpu:X86) Lastly, I just tested with the new beta (3.3.1.4) and got some new control IDs, so I went back and checked again with the previous versions and got the same, so I'm not sure if I messed up my first test somehow but either way the control IDs that fail for me now are: 20, 22, 24, 26, 46, 56, 60, 62, 66, 68, 80, 84, 96, 98, 100. Hopefully I'm not being too verbose, if I am just let me know and I'll shut up.
- 11:14 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) updated by
-
Owner changed
- 9:41 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by
-
Owner changed
- 9:40 AM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) updated by
-
Owner changed
- 8:53 AM Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) updated by
-
Owner, Status changed
- 8:53 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) updated by
-
Owner, Status changed
- 8:52 AM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by
-
Owner, Status changed
- 8:51 AM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by
- Using NAME and INSTANCE as been added to 3.3.1.5
- 8:50 AM Ticket #1227 (Beta documentation errors) closed by
- Duplicate: Closed as supersed by ticket #1249
- 7:28 AM Ticket #1249 (Beta documentation errors) updated by
- v3.3.1.4 Keyword Reference Dim / Global / Local / Const Parameters subscript: The number of elements to create for the array dimension, indexed 0 to n-1. -> indexed 1 to n Keyword Reference Static Parameters subscript: The number of elements to create for the array dimension, indexed 0 to n-1. -> indexed 1 to n.
- 6:57 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) closed by
- Completed: Added in version: 3.3.1.5
- 6:50 AM Ticket #1246 (Broken links in Helpfile) closed by
- Fixed: Fixed in version: 3.3.1.5
- 6:50 AM Ticket #1246 (Broken links in Helpfile) updated by
- I already did it waiting the 3.3.1.4 uploading as Valik want only bolcking ticket to be fixed. So I commmit it now
- 6:35 AM Ticket #1249 (Beta documentation errors) updated by
- v3.3.1.3+ User Defined Function Reference, _GUICtrlStatusBar_GetBorders, ! text in 'Return Value' section is pressed up against the right side. User Defined Function Reference, _GUICtrlStatusBar_GetText 'Failure: @set @error' ? '@set' v3.3.0.0+ Misc. functions Reference, Call, A special array can be passed in lieu of individual parameters. ? lieu
Oct 26, 2009:
- 9:52 PM Ticket #1231 (strange wildcards behaviour with filecopy) updated by
-
Owner, Status changed
- 8:35 PM Ticket #1216 (Adding arrays working suspiciously) updated by
- It's not working because adding arrays is undefined. It actually does nothing atm. $a1 + a2 just leaves you with $a1. If such a feature were implemented, I'm not even sure what the result should be…
- 7:39 PM Ticket #1249 (Beta documentation errors) updated by
- I have improve the script. The newest version is here http://www.autoitscript.com/forum/index.php?showtopic=102380&st=0#entry726941 PS: Now you can check the links in the helpfile (activate $21)
- 7:38 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by
- I have improve the script. The newest version is here http://www.autoitscript.com/forum/index.php?showtopic=102380&st=0#entry726941 PS: Now you can check the links in the helpfile (activate $21)
- 7:25 PM Ticket #1249 (Beta documentation errors) created by
- Errors in the help file for 3.3.1.4 beta
- 7:07 PM Ticket #1216 (Adding arrays working suspiciously) updated by
-
Owner, Status changed
I will investigate. Did you check @Error after the line that tried to add them? […] - 7:01 PM Ticket #1240 (FileInstall() Help file clarification.) updated by
-
Owner, Status changed
I will investigate and fix if needed. - 6:59 PM Ticket #1246 (Broken links in Helpfile) updated by
-
Version changed
- 6:58 PM Ticket #1246 (Broken links in Helpfile) updated by
-
Owner, Status, Version changed
I will investigate and fix if needed. - 5:05 PM Milestone 3.3.1.4 completed
- 9:45 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) created by
- Long story short: I have a GUI with several controls on it, one of …
Oct 25, 2009:
- 7:08 PM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) updated by
- I run them with F5, that's my default behavior, because most of my scripts don't need Beta versions. But the problem shows up when you're using/editing other people scripts. If that makes any diff, my implementation added ~35 lines only. Thanks anyway.
- 6:42 PM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) closed by
- Rejected: Don't think you answered my question about "How do you run/compile your scripts" Anyways: I have no intentions to create anything more complex than what I have today that works for 99.99% of the population. :) Jos
- 5:56 PM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) updated by
- Not all my scripts require the Beta: I find myself running with the wrong version a lot. It would be much more useful when running scripts from others, since you would not need to guess whether you need the Beta or Prod. The issue I have with it is that what makes a script work or fail are the new features used: they'll be in beta for a while, but not forever, and when that change happens, things will break, and they should not. For instance, if I only install final releases (which is the 'default' behavior for most people), I may have a compatible version, but my script will try to run with a Beta I may or may not have: that doesn't sound right to me.
- 4:51 PM Ticket #1147 (Comparison of numbers against strings gives unexpected results) updated by
-
Severity changed
Removing the blocking flag. This will not be fixed until later down the road. - 4:50 PM Ticket #1231 (strange wildcards behaviour with filecopy) reopened by
- Re-opening, not fixed.
- 3:25 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- That script wins my award for most obnoxious script to reproduce a bug ever invented. I think you could have spent another 30 seconds and added a button and hooked it up to read the text rather than prompting with an obnoxious noise making message box.
- 11:41 AM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) created by
- The function _GUICtrlComboBoxEx_GetEditText does not give the inputs …
- 9:56 AM Ticket #1246 (Broken links in Helpfile) created by
- I found the link in the remarks for GUICtrlCreateEdit had an invalid …
- 9:22 AM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) updated by
- Replying to danielkza: > Setting it to 'B' is not very helpful, unfortunately: I still have to manually select 'Beta Run' and 'Beta Compile' for it to work, and it will stop making much sense when 3.3.2.0 is released. I don't understand what you mean by manually select? How do you run/compile your scripts? I always do F5 to run Prod and Alt+F5 to run the latest Beta. Jos
- 6:00 AM Ticket #1245 (Last version supporting winnt 4.0) updated by
-
Version changed
Automatic ticket cleanup. - 5:36 AM Ticket #1241 (Invalid MsgBox flag cause exit without warning) closed by
- Fixed
- 5:32 AM Ticket #1245 (Last version supporting winnt 4.0) closed by
- Rejected: I guess it was too much to look on the main download page for a non-beta version of AutoIt?
- 5:12 AM Ticket #1245 (Last version supporting winnt 4.0) created by
- Hello! I had a necessity for run of scripts under winnt 4.0, but i …
- 3:56 AM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) created by
- I'm trying to use the currently available directive …
- 2:35 AM Ticket #1243 (Request @FuncName) updated by
- Replying to Jayowee: > And I'll admit that performance issues are more your area of judgment. It's not judgment, it's fact. It's been in the language before and performance suffered as a result. I can think of ways to improve performance but I can't justify any performance hit at all for something that is fundamentally useless. You know at compile time what function a particular piece of code is in. If you can type "ConsoleWrite(@FuncName & @CRLF)" you can just as easily type "ConsoleWrite("MyFunction" & @CRLF)". In theory it would work right and without typing if it's used as the default argument to an optional parameter for a function: […] However, I still assert that since you know at compile time which function will be called you can still type this with only slightly more effort: […]
Oct 25, 2009:
- 1:48 AM Ticket #1243 (Request @FuncName) updated by
- Youre right, the example wasn't clear. It's a part of a function I have created called "HotKeyAllowed", wich basically checks if my primary window is active, which would mean that the sent hotkey was intended for my program and not for NotePad or something... But apart from my "personal scripting issues", the debugging usage was still an idea, right? And I'll admit that performance issues are more your area of judgment.
- 1:30 AM Ticket #1243 (Request @FuncName) closed by
- Rejected: No, the macro causes way too much performance degradation. Also, terrible example. You're requesting the feature to write bad code. Not exactly the best way to get it considered.
- 1:11 AM Ticket #1243 (Request @FuncName) created by
- A simple request for a @Funcname. It might be usefull for debugging …
Oct 24, 2009:
- 10:00 PM Ticket #1147 (Comparison of numbers against strings gives unexpected results) reopened by
- I'm reverting my change for the time being. The behavior will not be changed in 3.3.1.4.
- 6:01 PM Ticket #1242 (GDIPlus Encoder stuff doesn't work.) closed by
- Fixed: Fixed in 3.3.1.4 by JP.
- 3:01 PM Ticket #1231 (strange wildcards behaviour with filecopy) closed by
- Fixed: Fixed in version: 3.3.1.4
- 3:16 AM Ticket #1242 (GDIPlus Encoder stuff doesn't work.) created by
- The GDIPlus Encoder stuff doesn't work because a pointer is passed to …
- 12:03 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
- I did it again.. Line 99 is suppose to be $_ghCallback_FTP = $CallBack_Register
Oct 23, 2009:
- 9:53 AM Ticket #1241 (Invalid MsgBox flag cause exit without warning) created by
- Hi, I recently discovered this strange behavior of the MsgBox() …
Oct 22, 2009:
- 11:16 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
- @Jpm Here is a complete working example of _FTP_SetStatusCallback(). I also added more comments for clarity. As always let me know if forgot something or can help with anything for autoit.
- 10:49 AM Ticket #1240 (FileInstall() Help file clarification.) created by
- The help file does not state that the destination folder must already …
- 1:47 AM Ticket #1168 (_ExcelBookOpen error on workbooks with hidden sheets) closed by
- Fixed: Fixed in version: 3.3.1.4
- 1:25 AM Ticket #110 (GUICtrlCreateObj controls do not correctly track focus.) updated by
-
Summary changed
- 1:24 AM Ticket #376 (GUICtrlSetBkColor() causes button to catch enter key) closed by
- Wont Fix: I'm just going to set this as won't fix. I do not agree with any way to fix this short of writing the GUI from scratch and not even including custom colors (it should have never been built-in in the first place).
- 1:23 AM Ticket #1051 (Au3Check does not detect invalid statement) updated by
-
Summary changed
- 1:22 AM Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) updated by
-
Severity changed
- 1:22 AM Ticket #1239 (AU3Check, #include "..", library scan order.) updated by
-
Severity changed
- 1:21 AM Ticket #1231 (strange wildcards behaviour with filecopy) updated by
-
Severity changed
Oct 21, 2009:
- 8:06 PM Ticket #1237 (IniRead always return strings) updated by
- Replying to danielkza: > Valik, please correct me if I misunderstood it in any way. You're not quite right. This is about the return value on failure when the 4th parameter is returned. In the example above the 4th parameter is passed in as a number but is converted to a string when returned. That means the data was touched. However, IniRead() always returns a string and the touching of the data is to ensure the function matches the description.
- 6:58 PM Ticket #1237 (IniRead always return strings) updated by
- It was never supposed to return a number. You get the data untouched and it's your job to convert it to whatever datatype you need/want. Automatic conversions would be unpredictable (you can't know what type to expect), and would lead to redundant code: if you want a string in all cases, you'd end up with two conversions instead of none. Therefore, the more reasonable choice, in my view, is let the programmer take care of it. If you want an int., check the result of StringIsInt(). If you want a float, checking for an empty string and using Number() should suffice. Valik, please correct me if I misunderstood it in any way.
- 6:02 PM Ticket #1147 (Comparison of numbers against strings gives unexpected results) closed by
- Fixed: Fixed in version: 3.3.1.4
- 9:18 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
- @Beege Thanks for the changes. But I miss a complete working example using _FTP_SetStatusCallBack() that I can include in the doc.
- 8:00 AM Ticket #1239 (AU3Check, #include "..", library scan order.) updated by
-
Version changed
Automatic ticket cleanup. - 7:27 AM Ticket #1167 (_FTP_ProgressDownload crashes) closed by
- Fixed: Fixed in version: 3.3.1.4
- 7:24 AM Ticket #1238 (_FTP_FilePut broken) closed by
- Fixed: Fixed in version: 3.3.1.4
- 6:32 AM Ticket #1237 (IniRead always return strings) updated by
- At last that IP Block is expired, so I only recently answer now. That with the Failed IniRead was only a Feature Request by me. Unfortunately your code wouldn't solve the problem (special function for automatic IniReading, IniWriting decision). This is another story, we finished I think. Instead, I wanted a explanation, why in your opinion the IniRead Return value type is not a bug? Like I demonstrated in my last post, I can't understand this, because IniRead should return a digit, but IsNumber() etc. doesn't recognize it. Thank you for hurry replying and suffering my crappy English :)
- 6:26 AM Ticket #1239 (AU3Check, #include "..", library scan order.) created by
- AU3Check library scan order for "includeMe.au3" files seems to be: …
- 6:21 AM Ticket #1167 (_FTP_ProgressDownload crashes) updated by
- can somebody put a working example of _FTP_ProgressDownload()? Thanks
- 3:31 AM Ticket #1167 (_FTP_ProgressDownload crashes) reopened by
- 3:21 AM Ticket #1238 (_FTP_FilePut broken) created by
- _FTP_FilePut works in 3.3.1.1 but not 3.3.1.3. I don't know how it's …
- 3:12 AM Ticket #1167 (_FTP_ProgressDownload crashes) updated by
- This bug has reappeared in 3.3.1.3. Line 975 of FTPEx.au3 has: $glen = _WinAPI_MakeQWord($ai_FTPGetFileSize[2], $ai_FTPGetFileSize[0]) ;FileGetSize($s_RemoteFile) It should be: $glen = _WinAPI_MakeQWord($ai_FTPGetFileSize[0], $ai_FTPGetFileSize[2]) ;FileGetSize($s_RemoteFile)
Oct 20, 2009:
- 10:20 PM Ticket #1237 (IniRead always return strings) updated by
- Explanation of what? Why your code sucks? You want to know if IniRead() is successful? […] Problem solved. Otherwise, I do not have any problems with the way IniRead() is implemented nor with how the default parameter functions. The function works fine and the behavior you claim to want is trivial to implement as I've demonstrated. I don't really see where further discussion or explanation is necessary.
- 10:08 PM Ticket #1237 (IniRead always return strings) updated by
- Can you give an explanation, please? IniRead returns the digit 1 to the variable. Proofing it with IsNumber / IsInt() etc. says you, that the value of the variable is not a number. But obviously, the 1 without quotation mark is defenitely a number in my point of view.
- 9:46 PM Ticket #1237 (IniRead always return strings) closed by
- No Bug: There's no bug here and the behavior is not going to be changed.
- 9:40 PM Ticket #1237 (IniRead always return strings) updated by
- The bug-report was mine, forgotten to mentioned it.
- 9:39 PM Ticket #1237 (IniRead always return strings) created by
- Hello, IniRead will always return strings: […] Also it would …
- 5:20 PM Ticket #384 (More extensive testing of RunAs()) updated by
- Nope. I've never tested it and I'm 99% sure something is broken in the "almost never used" code path.
- 5:16 PM Ticket #1086 (Remove limit on number of files that can be opened.) closed by
- Works For Me: I removed the file limits ages ago, so this might just be a general out of memory/resources situation. In either case there is no repro script so closing.
- 5:11 PM Ticket #384 (More extensive testing of RunAs()) updated by
- Can this be closed now, Valik?
- 4:47 PM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by
- Works on windows 7 when run without visual styles. Almost certainly a Win7 bug/change.
- 4:26 PM Ticket #1042 (AURecord has problems with save/save as) closed by
- Wont Fix: Not blocking. Au3record+DLL was never supposed to be released as it was a framework for something I intended to do in the future. JP looks to have reimplemented it to use Larry's old ASWHook.dll file rather than the new dll I was creating. I'm not intending to work on it again for a while, and if I do it will be from scratch most likley.
- 3:19 PM Ticket #1153 (User-defined libraries support with 'Open Include'.) updated by
- nope. and yes this user specific scite4autoit adjustment is working for me.
Oct 19, 2009:
- 9:21 PM Ticket #1153 (User-defined libraries support with 'Open Include'.) updated by
- Have you tried something like this in your SciTEUser.properties? : […] Jos
- 9:09 PM Ticket #1221 (SciTE has a limitation on properties files) closed by
- Fixed: Fixed in version: 3.3.1.4
- 6:39 PM Ticket #1222 (Porperties) closed by
- Works For Me
- 6:35 PM Ticket #1232 (AU3Check, false error, For $i[array] = ..) closed by
- Fixed: Fixed in version: 3.3.1.4
- 6:00 PM Ticket #1235 (Tidy does not format negative cases properly) updated by
-
Milestone changed
Automatic ticket cleanup. - 5:46 PM Ticket #1235 (Tidy does not format negative cases properly) closed by
- Fixed
- 5:45 PM Ticket #1235 (Tidy does not format negative cases properly) updated by
- Fixed in Tidy v2.0.28.7 currently available in the Beta directory. Thanks Jos
- 4:40 AM Ticket #508 (Static variables) closed by
- Completed: Added in version: 3.3.1.4
Oct 18, 2009:
- 7:13 PM Ticket #1236 (error/extended pass on in "Return function()" case.) closed by
- Rejected: General rule of making feature requests: If you think asking for a feature is going to invoke a rant, don't ask for the feature.
- 7:03 PM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) closed by
- Works For Me
- 6:23 PM Ticket #1236 (error/extended pass on in "Return function()" case.) created by
- […] I know, just a other stupid idea. Rant away …
- 3:22 PM Ticket #1235 (Tidy does not format negative cases properly) created by
- In a Switch statement, a Case with a negative number gets separated …
- 2:38 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
- I forgot one parameter in _FTP_DirPutContents(). The Section that calls itself if is a recursive upload. If $b_RecursivePut Then _FTP_DirPutContents() <<<<<<<<<<<<<<< This needs to also have $l_Context EndIf
- 11:54 AM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) updated by
- I just downloaded the latest NVDA reader (portable version) and the GUI from the example code posted seems to work properly and is very fast. Tabbing and moving the cursor all give instant readings.
- 11:38 AM Ticket #1212 (AutoIt v2 - web page - typo) closed by
- Fixed
- 9:01 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
- Gary, Here is the script you asked for. I also include some suggestions for the callback. Thanks again and please let me know if theres ever anything else I can do to help!
- 6:53 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
-
Owner, Component changed
can you post a script that make the callback being access? Thanks About Doc I was what Wouter designer submitted. As soon a workable solution of defining a callback function we will update it. - 4:31 AM Ticket #1233 ("Deep" global variables not treated as global) updated by
- > In other words, AutoIt's global scope isn't global as it is in a language like C++. Very clear now. No compilation phase at all, no init on demand. Thanks.
- 3:07 AM Ticket #1233 ("Deep" global variables not treated as global) updated by
- Replying to jchd: > No I don't suggest such "batch exec of globals", hopefully. Then what are you trying to suggest? You're either asking for all global variables to be initialized before any other code is executed or you're asking for global variables to be in scope but uninitialized. > I'm simply surprised by the error message: > > D:\XL Equit\AutoMAT\Test\scope.au3 (20) : ==> Variable used without being declared.: > ConsoleWrite($unseen & @LF) > ConsoleWrite( ERROR Why? At the point of execution the variable hasn't been declared. Are you surprised when this code throws the same error? […] > What you say seem to imply that the interpretor performs a text search similar to "\bfunc xyz" when it encounters any invokation to xyz(...) but ignores anything else (or there is a table of known function names at compile time). Then the global def will only be "discovered" when the execution arrives there, if ever. > > Is this a (more or less) correct way to grossly describe what the interpretor does? Why are you talking about functions? A function declaration has no side effects. No code is executed when a function declaration is found. That is not true for variables so you're comparing apples to hang-overs. Variables may have no initialization, simple initialization (think constants) or initialization with side effects (variable initialized by the return value of a function). That means there may be no code executed, simple code executed, or complex code executed which may or may not change other state information when a variable declaration is found. That means we cannot just stick a name in global scope without performing it's initialization as well. That will lead to attempts to use uninitialized variables which do nothing more than occupy space to suppress an error message. The variable wouldn't contain the expected value which means the script would have a bug in it. A bug that's almost impossible to find because it doesn't generate an error message, as it does now. I have two suggestions for you. Either replace your calls of "Global" with "Local" and then think about what you see again. Or imagine there is an implicit "Func AutoItMain()" and "EndFunc" around the contents of the file and that AutoIt implicitly invokes "AutoItMain()" for you. In other words, AutoIt's global scope isn't global as it is in a language like C++.
- 2:22 AM Ticket #1233 ("Deep" global variables not treated as global) updated by
- No I don't suggest such "batch exec of globals", hopefully. I'm simply surprised by the error message: D:\XL Equit\AutoMAT\Test\scope.au3 (20) : ==> Variable used without being declared.: ConsoleWrite($unseen & @LF) ConsoleWrite( ERROR What you say seem to imply that the interpretor performs a text search similar to "\bfunc xyz" when it encounters any invokation to xyz(...) but ignores anything else (or there is a table of known function names at compile time). Then the global def will only be "discovered" when the execution arrives there, if ever. Is this a (more or less) correct way to grossly describe what the interpretor does?
- 12:59 AM Ticket #1233 ("Deep" global variables not treated as global) closed by
- Rejected: The script is poorly designed. Remember, AutoIt does not have an entry point which means all code at global scope is executed top-to-bottom as if it were implicitly part of a function. Trying to change the code like you suggest would be a disaster. Imagine code like this: […] In that code FileOpen() would be called with $sFile = "" because initializing $hFile has a non-trivial assignment.
- 12:37 AM Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) created by
- I've run into a situation where a Scripting.Dictionary object method …
Oct 17, 2009:
- 5:02 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) closed by
- Fixed: Fixed in version: 3.3.1.4
- 4:45 PM Ticket #1060 (Run return 0, but failed) closed by
- Fixed: Fixed in version: 3.3.1.4
- 3:10 PM Ticket #1233 ("Deep" global variables not treated as global) created by
- The following produces 1 warning and 1 error, both unexpected. […] …
- 12:53 PM Ticket #1232 (AU3Check, false error, For $i[array] = ..) created by
- […]
- 8:47 AM Ticket #1231 (strange wildcards behaviour with filecopy) created by
- Hello, If I use this piece of code for a "abcdef.ghi" file: […] …
- 1:30 AM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) closed by
- Fixed: Fixed in version: 3.3.1.4
- 12:57 AM Ticket #1230 (Changes to the build process.) created by
- Reminder to myself to make the changes mentioned …
- 12:53 AM Ticket #508 (Static variables) updated by
-
Severity changed
- 12:51 AM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) updated by
-
Severity changed
- 12:51 AM Ticket #1060 (Run return 0, but failed) updated by
-
Severity changed
- 12:50 AM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by
-
Severity changed
- 12:50 AM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by
-
Severity changed
- 12:49 AM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) updated by
-
Severity changed
- 12:48 AM Ticket #1168 (_ExcelBookOpen error on workbooks with hidden sheets) updated by
-
Severity changed
- 12:47 AM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) updated by
-
Severity changed
- 12:47 AM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by
-
Severity changed
- 12:46 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by
-
Severity changed
- 12:45 AM Ticket #1042 (AURecord has problems with save/save as) updated by
-
Severity changed
- 12:44 AM Ticket #1222 (Porperties) updated by
-
Severity changed
- 12:44 AM Ticket #1147 (Comparison of numbers against strings gives unexpected results) updated by
-
Severity changed
- 12:44 AM Ticket #1221 (SciTE has a limitation on properties files) updated by
-
Severity changed
- 12:43 AM Ticket #1227 (Beta documentation errors) updated by
-
Severity changed
- 12:42 AM Ticket #1229 (Integrate Tweaky's script into the build process.) created by
- Just a reminder that I need to integrate …
Oct 16, 2009:
- 11:17 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by
- I Should have set component to standard UDF's. Sorry about that.
- 11:02 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) created by
- Each one of these functions use another function that allows a …
- 9:42 PM Ticket #1227 (Beta documentation errors) created by
- Hi, we have translate the english helpfile into german. So we see that …
- 4:54 PM Ticket #1226 (DateDayofWeek function returns wrong day name) closed by
- Fixed: Fixed in version: 3.3.1.4
- 3:51 PM Ticket #1226 (DateDayofWeek function returns wrong day name) updated by
- I inadvertently failed to update the version to beta 3.3.1.2 thru 3.3.1.3. v3.3.0.0 is OK
- 3:48 PM Ticket #1226 (DateDayofWeek function returns wrong day name) created by
- The _DateDayOfWeek($iDayNum) is returning the Dayname + 1, i.e. …
- 2:03 PM Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) closed by
- Wont Fix: Windows PE has only some drivers, including network drivers, enabled. To prevent Windows PE from being used as a server, most listeners, including UDF, are not enabled under Windows PE. See http://technet.microsoft.com/en-us/library/cc766093(WS.10).aspx for information. So in summary, this is an operating system limitation, not an AutoIt limitation, so we can't change this behaviour.
- 8:46 AM Ticket #1221 (SciTE has a limitation on properties files) updated by
-
Owner, Status changed
- 8:45 AM Ticket #1147 (Comparison of numbers against strings gives unexpected results) updated by
-
Owner, Status changed
- 8:36 AM Ticket #1154 (ControlClick() and VB.NET compatibility) closed by
- Wont Fix
- 8:19 AM Ticket #1224 (Type In DLLCall Documentation) closed by
- Fixed: Fixed in version: 3.3.1.4
- 8:17 AM Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) closed by
- Fixed: Fixed in version: 3.3.1.4
- 7:59 AM Ticket #1075 (scite4utoit beta help activation.) updated by
- seems to be fixed with current 3.3.1.3 beta.
- 6:55 AM Ticket #1225 (OperationalError: database is locked) closed by
- Wont Fix: This happens too infrequently to care about. Also I don't really know why it happens and is probably something I can't fix anyway without spending weeks learning the Trac codebase.
- 5:06 AM Ticket #1225 (OperationalError: database is locked) created by
- ==== How to Reproduce ==== While doing a POST operation on …
- 5:06 AM Ticket #1224 (Type In DLLCall Documentation) created by
- In the help file is says […] I believe it should be "set"
- 4:22 AM Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) updated by
- Replying to Beege: > The example given in the documentation will produce the error I keep getting. I think the problem is originating in _memread() fuction, but im not sure. > > C:\Program Files\AutoIt3\beta\Include\GuiStatusBar.au3 (257) : ==> Subscript used with non-Array variable.: > Local $iBarX = $aRect[0] > Local $iBarX = $aRect ERROR Sorry, not memread(), _GUICtrlStatusBar_GetRectEx() is whats setting @Error.
- 3:58 AM Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) created by
- The example given in the documentation will produce the error I keep …
- 12:51 AM Ticket #1222 (Porperties) updated by
- Never Mind, I realized it's not the file type thats spelled wrong just the Description.
- 12:45 AM Ticket #1222 (Porperties) created by
- Ok, so I just installed the latest version of AutoIt Beta and SciTE …
Oct 15, 2009:
- 11:23 PM Ticket #1218 (Buttons appear flat) closed by
- Fixed: I do not have an explanation why the manifests went missing. Repeating the build procedure produces binaries with the manifest. At any rate, it's fixed in 3.3.1.3.
- 11:17 PM Milestone 3.3.1.3 completed
- 9:30 PM Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) closed by
- Fixed: Fixed in version: 3.3.1.3
- 9:16 PM Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) reopened by
- 6:20 PM Ticket #1218 (Buttons appear flat) updated by
-
Owner, Status changed
- 6:18 PM Ticket #1220 (Sqrt does not return 0 on negative parameter, documentation says otherwise) closed by
- Fixed: Fixed in version: 3.3.1.3
- 5:45 PM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) closed by
- Fixed: Fixed in version: 3.3.1.3
- 5:06 PM Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) updated by
- I think maybe you misunderstood my original post. The correct resource disposal function for all _GDIPlus_BitmapCreate* functions is _GDIPlus_BitmapDispose(), with the exception of _GDIPlus_BitmapCreateHBITMAPFromBitmap(). That is the only function which should use _WinAPI_DeleteObject(). Using _WinAPI_DeleteObject() on the other functions will return failure.
- 4:52 PM Ticket #1221 (SciTE has a limitation on properties files) created by
- There is a limit to the number of characters that can be in a …
- 8:35 AM Ticket #1218 (Buttons appear flat) updated by
- Replying to Valik: > Turns out the manifests are missing for reasons I can't explain. Nice to see this will be an easy fix. I was thinking it was going to be nightmare to find among the many lines of code.
- 8:23 AM Ticket #1218 (Buttons appear flat) updated by
- Turns out the manifests are missing for reasons I can't explain.
- 8:14 AM Ticket #1220 (Sqrt does not return 0 on negative parameter, documentation says otherwise) created by
- A fault in the documentation, or in the implementation of the Sqrt …
- 8:00 AM Ticket #1219 (Fix TracTicketDelete) updated by
-
Version changed
Automatic ticket cleanup. - 7:00 AM Ticket #1218 (Buttons appear flat) updated by
- That's... interesting. The buttons look different on XP as well.
- 6:58 AM Ticket #1219 (Fix TracTicketDelete) created by
- Fix the ticket delete plugin so that it doesn't throw an error when …
- 6:42 AM Ticket #1218 (Buttons appear flat) created by
- {{{AutoIt:3.3.1.2/X64 (Os:WIN_7/X64 Language:0409 …
- 6:40 AM Ticket #1217 (InetGet resume ability) closed by
- Rejected: Resume is a bit too much. I can't really think of a very clean way to expose the functionality. My suggestion is automate a proper download manager or roll your own download function using WinInet.
- 2:18 AM Ticket #1217 (InetGet resume ability) created by
- Is there any possibility to add the ability to resume a download with …
Oct 14, 2009:
- 11:25 PM Milestone 3.3.1.2 completed
- 11:23 PM Ticket #351 (Reverse PixelSearch) closed by
- Completed: Added in version: 3.3.1.2
- 10:52 PM Ticket #1216 (Adding arrays working suspiciously) created by
- This doesn't seem right to me: […] Output is [1,2]. Optional …
- 10:36 AM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) updated by
-
Owner, Status changed
- 3:20 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) updated by
- Since JP didn't see fit to explain this, I will. Case-sensitive and case-insensitive groups are not supported with the syntax demonstrated above. Instead, the (?i) option specifier has the following behavior according to the PCRE documentation (this section specifically): > When an option change occurs at top level (that is, not inside subpattern parentheses), the change applies to the remainder of the pattern that follows. If the change is placed right at the start of a pattern, PCRE extracts it into the global options (and it will therefore show up in data extracted by the pcre_fullinfo() function). > > An option change within a subpattern affects only that part of the current pattern that follows it, so Thus, to fix the pattern from martin, it would be: […] Notice that the second pattern contains a (?i) inside the first group. This ensures only the first group is case-insensitive. When that group ends the global behavior is restored (in this case the global behavior is case-sensitive). The "Fixed" resolution is misleading. The only thing fixed was the documentation no longer shows the invalid option specifiers.
- 2:44 AM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by
- Completed: Changed in version: 3.3.1.2
Oct 13, 2009:
- 9:59 PM Ticket #1214 (InputBox() vs. date macros) updated by
- Ah that clarifies some things. Thanks. I'll post to the forum first next time.
- 8:36 PM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) updated by
- Forgot to add my name to the above report.
- 8:33 PM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) created by
- Environment = 3.3.1.1 under WIN_XP/Service Pack 3 X86 In AutoIt beta …
- 6:55 PM Ticket #1128 (UDF Addition: _WinAPI_PathFindOnPath) closed by
- Completed: Added in version: 3.3.1.2
- 6:29 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by
- Err, please actually read why I reopened this ticket.
- 6:26 PM Ticket #351 (Reverse PixelSearch) updated by
-
Owner, Status changed
- 6:18 PM Ticket #1118 (Change to _ArrayConcatenate) closed by
- Fixed: Fixed in version: 3.3.1.2
- 6:08 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by
-
Owner, Status changed
- 6:05 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by
- Fixed
- 6:03 PM Ticket #236 (Neutral language in helpfile) closed by
- Fixed: Fixed in version: 3.3.1.2
- 6:02 PM Ticket #236 (Neutral language in helpfile) updated by
- The Notepad tutorial #1 will not complete as the opening of the menu is language depend But well I update it too
- 5:27 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by
- This is not completed in a satisfactory way. In fact the change completely ignores the problem I have with the function which is that it returns an error string on failure. The changes to @extended are superfluous and unnecessary. In short revision 5141 needs completely reverted.
- 5:17 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by
- Completed: Added in version: 3.3.1.2
- 5:01 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) updated by
- The return value contains a text string describing the error. This is WRONG. The return value should be an empty string.
- 4:59 PM Ticket #1214 (InputBox() vs. date macros) updated by
- It's not confusing if you think about it. The only defined context where the minus operator is defined is with numbers. You cannot subtract strings, for example, so anything that's not already a number will be implicitly cast to a number. However, there is a defined context for strings as well as numbers when using the <, >, <= or >=. If strings are compared then it's a lexicographical comparison. If numbers are passed then a numeric comparison is performed. No implicit cast is performed to number from strings containing numbers because that is an ambiguous case where AutoIt can't determine the correct thing to do.
- 3:45 PM Ticket #1214 (InputBox() vs. date macros) updated by
- Ok thanks. I'll test that. It's a bit confusing that AutoIt will correctly compute $val1 - $val2 = 3 .
- 7:17 AM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) updated by
- Today you already get 2 different @error 1 and -1. In case more information is needed I add @extended setting equal to Windows return code which usely will be 2 and 103
- 1:08 AM Ticket #1214 (InputBox() vs. date macros) closed by
- No Bug: You're comparing two strings. Cast them with Number(). No bug.
Oct 12, 2009:
- 11:59 PM Ticket #1214 (InputBox() vs. date macros) created by
- I stumbled across an issue while trying to use conditional statements …
- 9:18 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) updated by
- You added a ConsoleWrite() statement in the fix for this. It needs removed.
- 9:10 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) closed by
- Fixed: Fixed in version: 3.3.1.2
- 9:08 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) updated by
- In fact I get 20 21 22 23 24 25 10 11 12 13 14 15 I admit there is a bug that the second is not added but inserted
- 2:48 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) created by
- When using the _GUICtrlListView_AddArray function, the first array is …
- 2:00 PM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by
-
Version changed
Automatic ticket cleanup. - 1:41 PM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by
-
Type changed
I move it to Feature request as it is not a Bug … - 12:45 PM Ticket #1004 (_PathFull bug in beta autoit 3.3.1) closed by
- Fixed: Fixed in version: 3.3.1.2
- 10:24 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) closed by
- Fixed: Fixed in version: 3.3.1.2
- 9:46 AM Ticket #1093 (StringFormat not work with non-latin symbols in format string) closed by
- Fixed: Fixed in version: 3.3.1.2
- 8:17 AM Ticket #1154 (ControlClick() and VB.NET compatibility) updated by
- You are failing in what the doc describe the windows must be visible/active for this kind of control. I am not sure we can have a solution to remove this restriction. We don't want to force visibility, it is the user responsability to do it in their scripts.
- 5:39 AM Ticket #1198 (User tray items auto-checkmarking) updated by
-
Owner, Status changed
- 5:36 AM Ticket #1212 (AutoIt v2 - web page - typo) updated by
-
Owner, Status changed
- 5:35 AM Ticket #1042 (AURecord has problems with save/save as) updated by
-
Owner, Status changed
- 5:34 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by
-
Owner, Status changed
- 12:32 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by
- Just confirming it's not an issue in OP's machine: I can see the same behavior in Win7 RC too. It works fine on my Vista laptop, though.
Oct 11, 2009:
- 10:46 PM Ticket #1184 (Remove all fatal errors from functions.) closed by
- Fixed: Fixed in version: 3.3.1.2
- 10:33 PM Ticket #1051 (Au3Check does not detect invalid statement) updated by
- I know i looked at this one for a while and figured that $ is used as a delimiter. Not so sure I can fix this one but will have a look again to see if it can generate a error.
- 10:30 PM Ticket #1051 (Au3Check does not detect invalid statement) updated by
-
Owner, Status changed
- 7:51 PM Ticket #1051 (Au3Check does not detect invalid statement) reopened by
- I reopen I misunderstood the script output
- 7:49 PM Ticket #1051 (Au3Check does not detect invalid statement) closed by
- Fixed: At least this check is working with the latest AU3Check
- 7:43 PM Ticket #1042 (AURecord has problems with save/save as) updated by
- I retest the 32-bit version under X64. I works great. The X64 version I mention above is not complete as the dll is not currently available The saving is working fine
- 8:59 AM Ticket #1058 (Eventlog.au3 in Beta) closed by
- Fixed: Fixed in version: 3.3.1.2
- 12:00 AM Ticket #1212 (AutoIt v2 - web page - typo) created by
- http://www.autoitscript.com/autoit3/autoit_v2.shtml A […] There …
Oct 10, 2009:
- 11:21 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by
- Replying to Jpm: > FileOpen need to support a new mode Update which will allow read and write No it doesn't. AutoIt always opens files in read mode even if they are open in write mode. That isn't the problem at all.
- 11:03 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by
- FileOpen need to support a new mode Update which will allow read and write
- 2:02 PM Ticket #1145 (GUICtrlCreateTreeView() steals application focus) closed by
- Fixed: Fixed in version: 3.3.1.2
- 8:54 AM Ticket #1165 (_GUICtrlComboBoxEx_AddString as 64bit Script) closed by
- Fixed
- 8:52 AM Ticket #1190 (Clarify case sensivity of some operators) closed by
- Fixed: Fixed in version: 3.3.1.2
- 8:00 AM Ticket #1198 (User tray items auto-checkmarking) updated by
-
Version changed
Automatic ticket cleanup. - 7:53 AM Ticket #1162 (Run ( "wrong file" )) closed by
- No Bug: Infact you miss to protect the full path that contains blanks. The length as nothing to do in your case […] I will add some warning in the doc
- 6:55 AM Ticket #1198 (User tray items auto-checkmarking) updated by
- Is not so magical but yes there is 2 different options that currently have to be understood […] that does not seem too much but well …
- 6:52 AM Ticket #1198 (User tray items auto-checkmarking) updated by
-
Type changed
- 3:41 AM Ticket #1198 (User tray items auto-checkmarking) reopened by
- The problem is, we have to set the magical combination of correct options. It's poorly designed and is needlessly confusing. Something needs addressed here because two otherwise competent individuals (at least) were puzzled about the behavior.
Oct 9, 2009:
- 10:26 PM Ticket #1198 (User tray items auto-checkmarking) closed by
- No Bug: No bug just se the rigth Opt('TrayMenuMode', ...)
- 8:00 PM Tickets #1134,1196 batch updated by
-
Milestone changed
Automatic ticket cleanup. - 7:40 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by
- Replying to Nutster: > AutoIt does not have a legal undefined value, like perl or some other languages. You need to explicitly declare a value in [], even if "" or 0. Without more detail of what [] is supposed to do, this is not going to happen. > Sorry but this doesn't sound very consistent with current behavior. E.g. what value is then given to undeclared elements in $aTest[5] = [1] ? Since in the multi-dimension scenario, after first pass you know which is the "convex enveloppe" (max dimensions) of the hole thing, I hardly see your point.
- 6:26 PM Ticket #1196 (_GDIPlus_BitmapUnlockBits - Memory is not released) closed by
- Fixed: As been fixed with the global verification of MSDN matching type for all Include files
- 6:16 PM Ticket #1134 (Code cleanup of _FileWriteToLine()) closed by
- Fixed: Fixed in version: 3.3.1.2
- 6:14 PM Ticket #1134 (Code cleanup of _FileWriteToLine()) updated by
-
Type changed
for as demonstrated by MrCreatoR it is more than a bug - 6:09 PM Ticket #1164 (FileGetPos() after FileReadLine()) closed by
- Fixed: Fixed in version: 3.3.1.2
- 5:12 PM Ticket #1211 (Support for Mouse drag operation) closed by
- Rejected: Moron.
- 3:17 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by
- AutoIt does not have a legal undefined value, like perl or some other languages. You need to explicitly declare a value in [], even if "" or 0. Without more detail of what [] is supposed to do, this is not going to happen.
- 2:00 PM Ticket #1211 (Support for Mouse drag operation) updated by
-
Version changed
Automatic ticket cleanup. - 1:35 PM Ticket #1211 (Support for Mouse drag operation) created by
- please provide support for mouse dragging operation.
- 10:25 AM Ticket #1187 (Fix implementation of FileSetTime()) closed by
- Fixed: Fixed in version: 3.3.1.2
Oct 8, 2009:
- 7:31 PM Ticket #1176 (FileSetAttrib with recurse mode 1 not continue when file not found in ...) closed by
- Fixed: Fixed in version: 3.3.1.2
- 7:13 PM Ticket #1208 (No colored flat Button possible) updated by
- thx for information! I will make an (128) owner-drawn flat button(s). ;)
- 5:58 PM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by
- I don't have access to Windows 7. It would be better that you repproduce under the RTM release. I can just say that it is working under Vista
- 5:31 PM Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) closed by
- Fixed: Fixed in version: 3.3.1.2
- 5:21 PM Ticket #1208 (No colored flat Button possible) updated by
- Lack of detail is never a good thing. You didn't mention you were using the Classic theme and that's a super important detail because BS_FLAT doesn't really change the buttons appearance if the button is themed. Anyway, this is either "no bug" or "won't fix". To draw themed or styled buttons with color is a lot of code (to do it right, anyway). You'll have to figure out how to use an owner-drawn button to do it yourself.
- 4:44 PM Ticket #1124 (_Date_Time_SystemTimeTo*Str() Errors with bFmt = 1) closed by
- Fixed: Fixed in version: 3.3.1.2
- 4:39 PM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) closed by
- Fixed: It is fixed as well ;)
- 4:38 PM Ticket #1200 (_IEFormElementGetCollection example in helpfile) closed by
- Fixed: Fixed in version: 3.3.1.2
- 4:31 PM Ticket #1180 (_Date_Time_GetTimeZoneInformation Returned Values) closed by
- Fixed: Fixed in version: 3.3.1.2
- 4:29 PM Ticket #1177 (Wrong Return values _GUICtrlComboBoxEx_GetCurSel) closed by
- Fixed: Fixed in version: 3.3.1.2
- 8:50 AM Ticket #1208 (No colored flat Button possible) updated by
- It's not possible to change the color of a flat button without making it a standard-button. I don't know why this is no bug!?
- 12:43 AM Ticket #1210 ('trac authentication not installed, refer to documentation') closed by
- No Bug: This wins my award for stupidest ticket ever created. You must have a lot of trouble getting around, what with those massive balls you have. Clearly you must have a rather large set to tell us we don't have our software fully installed. Congratulations, you've made two tickets so far (with #1209) and you've completely missed the obvious both times. I suggest you stick to posting on the forum from now on.
- 12:39 AM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) closed by
- Rejected: I guess FileSelectFolder() is too easy? But thanks for wasting time asking us for features that have been in the language for years!
- 12:00 AM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) updated by
-
Version changed
Automatic ticket cleanup.
Oct 7, 2009:
- 11:59 PM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) updated by
- after some testing with the existing FileOpenDialog, not even typing in a path with a \ on the end works, as is stated in the documentation. the dialog stays open with the "Open" button stuck in a loop.
- 11:45 PM Ticket #1210 ('trac authentication not installed, refer to documentation') created by
- your bug tracking program is not fully installed. I can't login. I …
- 11:40 PM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) updated by
- wanted to leave a comment with my email in it. I wrote the feature request.
- 11:21 PM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) created by
- I could like FileOpenDialog to have the capability of selecting an …
- 8:56 PM Ticket #1208 (No colored flat Button possible) closed by
- No Bug: No color means invisible. So with that little obvious nugget of information in mind, think about what you are trying to do and then try thinking about a rather obvious solution.
- 7:04 PM Ticket #1208 (No colored flat Button possible) created by
- Either a flat button or a colored button is possible, not both. […]
- 10:04 AM Ticket #1198 (User tray items auto-checkmarking) updated by
- If you read the help, it states that 1 is to disable the default menu, so combine 1 with 2. ie: Opt('TrayMenuMode', 1+2)
Oct 6, 2009:
- 4:38 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by
- > I think I will need the empty brackets after the variable name as a marker that I should be looking for array initializers and that I will need to perform the double scan of the initializer. I was suspecting this, so my initial request was suggesting this form. It's also more similar to C and friends and very intuitive. Do you think you'll be able to generalize to any dimension, as in: […] Also since you are at it, can it be made possible to have empty (sub-dimension) initializers: […] This isn't exactly the same request but it's so close that I don't want to open yet another ticket.
- 4:07 PM Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) updated by
- This should be 4-3-2-1 not 2-1-4-3 in function below within GUIIPAddress.au3 include file Func _GUICtrlIpAddress_SetEx($hWnd, $tIP) If $Debug_IP Then UDF_ValidateClassName($hWnd, $tIP) _SendMessage($hWnd, $IPM_SETADDRESS, 0, _ _WinAPI_MakeLong(BitOR(DllStructGetData($tIP, "Field2"), 0x100 * DllStructGetData($tIP, "Field1")), _ BitOR(DllStructGetData($tIP, "Field4"), 0x100 * DllStructGetData($tIP, "Field3")))) EndFunc ;==>_GUICtrlIpAddress_SetEx
- 3:56 PM Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) created by
- The _GUICtrlIpAddress_Set function when run on the 3.3.1.1 beta gets …
- 11:08 AM Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) updated by
- This problem also shows with 3.3.1.1
- 11:04 AM Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) updated by
- The debug information shows: Environment = 3.3.0.0 Compiled under WIN_VISTA X86
- 10:58 AM Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) created by
- Hi, The UDP Functions seem to only look at raw packets. Under certain …
Oct 5, 2009:
- 10:25 PM Ticket #1186 (native support of array "slices" as Lvalue and Rvalue) updated by
-
Owner, Status changed
I can see how to do the RValue version of this feature, but because of the way that arrays are stored internally, I do not see the LValue modifications as being practical. I mean, I can clearly see the use for the LValue version, but its would be too much of a pain to implement. Accepting RValue version of dimensional slicing. - 10:17 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by
-
Owner, Status changed
In order to make the initialization assignment efficient, the variable gets created first, then the initialization values are assigned to the array elements directly. In order to allow this syntax, […] the initializer would need to be read twice, once to determine its size and a second time to assign the values to the array. I will investigate how to do this in a most practical and efficient manner. I think I will need the empty brackets after the variable name as a marker that I should be looking for array initializers and that I will need to perform the double scan of the initializer. […] This version will not be happening. - 10:00 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 8:55 PM Ticket #967 (Inet functions need to support FTP through a proxy.) closed by
- Completed: Added in version: 3.3.1.2
- 8:10 PM Ticket #1205 (Dim / ReDim / Static optimization) created by
- Optimize how Dim, ReDim and Static are implemented.
- 7:19 PM Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) closed by
- Works For Me
- 5:12 PM Ticket #1033 (UDF's missing @error checks after DLLCalls()) closed by
- Fixed: Fixed in version: 3.3.1.2
Oct 4, 2009:
- 8:37 PM Ticket #1198 (User tray items auto-checkmarking) updated by
- Using Opt('TrayMenuMode',2) causes "Script Paused" and the default Tray-items for an AutoIt script to be shown in my tests. I didn't manage to disable the checks at all, without causing defaults to be added to the tray menu. AutoIt Ver.: 3.3.1.1 NT 6.1 (Windows 7) x64
- 5:57 PM Ticket #1157 (Add Crypt.au3) closed by
- Completed: Added in version: 3.3.1.2
Oct 3, 2009:
- 10:04 PM Ticket #1204 (New function - WinWaitLoad) closed by
- Rejected: I suggest you look at the IE library included with AutoIt for... years.
- 10:00 PM Ticket #1204 (New function - WinWaitLoad) updated by
-
Version changed
Automatic ticket cleanup. - 9:58 PM Ticket #1204 (New function - WinWaitLoad) created by
- The function name says it all. I have search for this function, while …
Oct 2, 2009:
- 9:36 PM Ticket #1203 (Windows 7 Ultimate Build 7600 + Tooltip = LAG!) closed by
- No Bug: That's nice.
- 9:18 PM Ticket #1202 (AdlibEnable) closed by
- Duplicate: You must not need it very bad, otherwise you would have maybe looked at the beta to see if there were any Adlib related changes.
- 7:34 PM Ticket #1203 (Windows 7 Ultimate Build 7600 + Tooltip = LAG!) updated by
- And here is the code in a way you like it formatted: […]
- 7:33 PM Ticket #1203 (Windows 7 Ultimate Build 7600 + Tooltip = LAG!) created by
- Hi, I have been running Autoit v3.3.0.0 with a script that runs …
- 5:48 PM Ticket #1201 (Sci-TE editor (i can't send them emails for some reason so I open it here)) closed by
- Works For Me: continue discussion in forum thread.
- 4:00 PM Ticket #1202 (AdlibEnable) updated by
-
Version changed
Automatic ticket cleanup. - 2:30 PM Ticket #1202 (AdlibEnable) created by
- I need that this function manage many functions (may be 3) at the …
- 2:27 PM Ticket #1201 (Sci-TE editor (i can't send them emails for some reason so I open it here)) updated by
- Works fine for me. I assume your expectation is wrong but can only guess as you haven't supplied much information to go on.
- 10:00 AM Ticket #1201 (Sci-TE editor (i can't send them emails for some reason so I open it here)) updated by
-
Version changed
Automatic ticket cleanup. - 9:58 AM Ticket #1201 (Sci-TE editor (i can't send them emails for some reason so I open it here)) created by
- Toggle all folds doesn't work if #Region is defined within a function.
Sep 30, 2009:
- 1:21 PM Ticket #1200 (_IEFormElementGetCollection example in helpfile) created by
- For the command _IEFormElementGetCollection, the following example is …
Note:
See TracTimeline
for information about the timeline view.
