Timeline
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 …
Sep 29, 2009:
- 4:55 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by
- Or: Local $ar = [ 'I', 'have', 'four', 'elements!']
- 3:14 PM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) created by
- With a screen reader, Autoit GUIs are very sluggish while navigating …
- 10:01 AM Ticket #1198 (User tray items auto-checkmarking) updated by
- Odd, I could've sworn I tried that and it didn't work. Still shouldn't be the default behaviour though.
- 4:37 AM Ticket #1198 (User tray items auto-checkmarking) updated by
- […] This Opt will stop the behavior, though the Opt description in the help file doesn't clearly convey the effect.
Sep 28, 2009:
- 4:16 PM Ticket #1195 (Control key sticks down when using HotKeySet i.e. Cntl d) updated by
- Replying to Valik: > But the thing is: There's not a bug here. The most likely cause is you are using Send() inside a HotKeySet() callback function. There are a few other things you could be doing that lock the keyboard state unexpectedly. It should be trivial to reproduce and it should be obvious it's not a bug when you see just what it is. As usual you are correct. I am using a send command to automate entering the date in an GUIcntrl input box. I did not realize you could not do this. I tried to reproduce it in the example file for the GUI control input box but it worked flawlessly. My Mistake, sorry for abusing your time.
Sep 27, 2009:
- 5:23 PM Ticket #1198 (User tray items auto-checkmarking) updated by
- I too found it difficult to figure out how to disable the behavior. This is definitely not something that should be default behavior.
- 11:25 AM Ticket #1198 (User tray items auto-checkmarking) created by
- Sorry for the clumsily worded title. Repro. script: […] When you …
Sep 26, 2009:
- 9:55 PM Ticket #970 (I want the goto command back :|) updated by
- idono man for me using func is same as goto. i dont see any diference as far as jumping to where u need when u need it
- 8:05 PM Ticket #1197 (IniReadSection Limitation) updated by
- But the limitation didn't change…
- 5:44 PM Ticket #1197 (IniReadSection Limitation) updated by
- previous reply was from me (Zedna). I filled my name but it was somehow changed to anonymous :-(
- 5:43 PM Ticket #1197 (IniReadSection Limitation) updated by
- Replying to Valik: > Prove it. Otherwise, you're running into the 32kb per section limit, not some arbitrary key limit that doesn't exist. In the helpfile of 3.3.0.0 there is mentioned: […] But from version 3.3.0.0 there was dropped support for Win9x OS systems. So I think in helpfile should be updated these remarks to current situation.
- 4:39 PM Ticket #1197 (IniReadSection Limitation) closed by
- No Bug: Prove it. Otherwise, you're running into the 32kb per section limit, not some arbitrary key limit that doesn't exist.
- 12:15 PM Ticket #1197 (IniReadSection Limitation) created by
- Hi, I don't know if its a bug or if it's by design, but …
- 7:03 AM Ticket #1195 (Control key sticks down when using HotKeySet i.e. Cntl d) updated by
- But the thing is: There's not a bug here. The most likely cause is you are using Send() inside a HotKeySet() callback function. There are a few other things you could be doing that lock the keyboard state unexpectedly. It should be trivial to reproduce and it should be obvious it's not a bug when you see just what it is.
- 3:57 AM Ticket #1195 (Control key sticks down when using HotKeySet i.e. Cntl d) updated by
- Replying to Valik: > No it doesn't. If you want to be taken seriously next time provide an example that reproduces the problem. ; I appreciate your need to be able to reproduce the problem. I will try to reproduce the problem in something smaller than the 8000 line program I have written. If I can't reproduce it smaller would you be interested in looking at the problem in the 8000 line program with the associated SQL database? In twenty years of programing I have lived to learn with small bugs in programs I need, especially when working with something as good as Autoit. Thanks
- 12:25 AM Ticket #966 (_FileListToArray - new flag (4)) updated by
- Zedna, honestly I don't care anymore. Once upon a time it was my suggestion and intent to do exactly as you mention. However, after having to deal with the drama of a developer ignoring everything I said on the subject combined with having to listen to impatient users think their code was ready when it wasn't, I just don't care anymore. There are just too many opinions on how this function should work and when that happens I revert to only listening to my opinion.
- 12:02 AM Ticket #966 (_FileListToArray - new flag (4)) updated by
- @Valik I think it would be good solution to leave _FileListToArray() as it is: simple function for the most of cases and add new robust/complex optimized _FileListToArrayEx() for case when basic one is not sufficient. There is topic on the forum where is such complex function ready to use.
Sep 25, 2009:
- 10:39 PM Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) updated by
- Running Tidy on Tidy_crash.au3 crashes every time for me. I've just tried it on a different laptop at home running Win XP SP3 with exactly the same result. I downloaded the files from trac to be certain that the file I had posted was displaying the problem. I not sure if this is any help to you but I have Visual Studio 6 on this laptop which picks up the error as. […] and the debugger indicates the error to be at the address indicated by the arrow below. […] This bug is not causing me any great problems, but it's always nice to track down the cause of unexplained crashes where possible. Thanks Bowmore
- 8:10 PM Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) updated by
-
Owner, Status changed
I have downloaded both and tested it with Tidy v2.0.28.6 and it doesn't crash. Does it crash for you each time you run Tidy? Jos - 8:09 PM Ticket #1196 (_GDIPlus_BitmapUnlockBits - Memory is not released) created by
- _GDIPlus_BitmapUnlockBits dose not release the allocated memory. If …
- 4:45 PM Ticket #606 (Return value error in _GUICtrlListView_GetSelectedIndices) updated by
- I had the same BUg as jlundqui , it only appears when it should return one value not an array like this: _GUICtrlListView_GetSelectedIndices($hWnd) The Return value is defined as a String and cannot be used as a Number before formatting.
Sep 24, 2009:
- 11:52 PM Ticket #1195 (Control key sticks down when using HotKeySet i.e. Cntl d) closed by
- No Bug: No it doesn't. If you want to be taken seriously next time provide an example that reproduces the problem.
- 11:48 PM Ticket #1193 (InetGetInfo fails when compiled) closed by
- Duplicate: No shit. Duplicate of #1036 and #1179. Thanks for using the search feature.
- 8:48 PM Ticket #1195 (Control key sticks down when using HotKeySet i.e. Cntl d) created by
- The control key sticks in the down position when using Hotkeyset with …
- 8:45 PM Ticket #1193 (InetGetInfo fails when compiled) created by
- For some reason when I compile this script or any other script that …
- 12:41 PM Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) created by
- Environment = 3.3.1.1 under WIN_XP/Service Pack 2 X86 When running …
- 12:19 AM Ticket #236 (Neutral language in helpfile) updated by
-
Milestone changed
- 12:18 AM Ticket #236 (Neutral language in helpfile) reopened by
Sep 23, 2009:
- 5:54 PM Ticket #236 (Neutral language in helpfile) updated by
- The problem is still open. Just search for Untitled in the helpfile. E.g. in Send, ControlSend ... and the Notepad Tutorial! ... Mega
Sep 22, 2009:
- 8:36 PM Ticket #1189 (Typo in GUICtrlSetBKColor) closed by
- No Bug
- 8:00 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by
-
Version changed
Automatic ticket cleanup. - 7:32 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) created by
- Would it be possible that the declaration of arrays doesn't mandate …
- 7:17 PM Ticket #1190 (Clarify case sensivity of some operators) created by
- The documentation on operators should specify if they are …
- 7:13 PM Ticket #1189 (Typo in GUICtrlSetBKColor) updated by
- Another problem... stupidity. Please delete this ticket.
- 7:03 PM Ticket #1189 (Typo in GUICtrlSetBKColor) created by
- "The odd lines will get the color set by GUICtrlSetBkColor of the …
- 3:04 AM Ticket #1188 (EnvGet("CD"), EnvGet("TIME"), EnvGet("RANDOM") display blank) closed by
- No Bug: Try asking on the forum where this belongs. Or better yet, trying learning on your own what environment variables are because clearly you do not know.
- 2:19 AM Ticket #1188 (EnvGet("CD"), EnvGet("TIME"), EnvGet("RANDOM") display blank) created by
- in Chinese WinXP + SP2, AutoIt 3.3.0.0 code like this […] only …
Sep 21, 2009:
- 3:42 AM Ticket #1080 (InetGet doesn't return immediately for a background download) closed by
- Completed: Changed in version: 3.3.1.2
Note:
See TracTimeline
for information about the timeline view.
