Timeline
Nov 9, 2009:
- 11:51 PM Ticket #1286 (FileGetShortName does not expand . or .. directories) closed by
- No Bug: […] No bug, not a feature we will add.
- 7:48 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by
- Replying to anonymous: > I think there is a mismatch somewhere when it comes to ReDim with a initializer. ReDim does not take an initializer. An initializer is supposed to set the value of a new variable. ReDim is supposed to used with existing arrays. These are not compatible ideas. To rebuild an existing array into a new array, use Dim (or preferably, Local or Global). I will check the documentation and make sure it is clear that ReDim does not get an initializer.
- 7:45 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by
- The following keywords will be involved in this optimization: Local, Global, Dim, Const, Static, ReDim. So much of the internal code that implements these keywords is very similar, so I will have each routine just set a few flags and then call a set of common functions. Multiple keywords set multiple flags. A list of incompatible flags are at the bottom. Dim: SCOPE_ANY Local: SCOPE_LOCAL Global: SCOPE_GLOBAL Const: FLAG_CONST | MUST_INIT | NO_EXIST Static: FLAG_STATIC ReDim: ACTION_RESIZE | NO_INIT | MUST_EXIST | MUST_ARRAY If FLAG_STATIC is set for an existing static array, then it sets ACTION_RESIZE. FLAG_STATIC will skip the initializer for an existing variable. NO_EXIST gives a hard error if the variable already exists. MUST_EXIST gives a hard error if the variable does not already exist in the given scope. MUST_ARRAY gives a hard error if the variable (and script line structure) is not an array. Incompatibles: Getting multiple flags set that are on one line in this table will cause a hard error. MUST_INIT, NO_INIT MUST_EXIST, NO_EXIST FLAG_CONST, FLAG_STATIC SCOPE_LOCAL, SCOPE_GLOBAL (either of these overrides SCOPE_ANY) Also review what is happening during function calls re: assigning values to parameters.
- 6:04 PM Ticket #1281 (ControlClick()) closed by
- No Bug: An example is supposed to actually reproduce the problem. Yours doesn't and for good reason: Notepad doesn't have a control with ID 123. At least not in Windows XP SP3. Anyway, there's no bug here, just user error.
- 5:58 PM Ticket #1276 (_TicksToTime() displayed seconds increment at wrong time) updated by
- Demonstration script: […]
- 5:57 PM Ticket #1276 (_TicksToTime() displayed seconds increment at wrong time) closed by
- Fixed: Fixed by revision [5376] in version: 3.3.1.6
- 5:39 PM Ticket #1278 (_FTP_ProgressUpload() - german comment in example in helpfile) closed by
- Fixed: Fixed by revision [5375] in version: 3.3.1.6
- 5:36 PM Ticket #1269 (One some laptops OnEvent mode misses some events.) closed by
- Works For Me: Not enough information provided. Closing.
- 5:34 PM Ticket #1287 (_Debug functions are changing Blockinput() Flag) closed by
- Fixed: Fixed by revision [5374] in version: 3.3.1.6
- 5:29 PM Ticket #1288 (DLLStructSetData behavior with binary variant data) closed by
- Fixed: Fixed by revision [5373] in version: 3.3.1.6
- 5:02 PM Ticket #1288 (DLLStructSetData behavior with binary variant data) updated by
- From my reply on the forum: This is a documentation error. The documentation claims that the index defaults to 1 when not specified. This is wrong. AutoIt defaults to writing as much of the source string into as much of the destination buffer as it can. That's why these two lines behave differently: […] I will correct the documentation to describe the actual behavior.
- 4:49 PM Ticket #1288 (DLLStructSetData behavior with binary variant data) updated by
-
Description changed
- 4:28 PM Ticket #1285 (Unexpected result when using BitShift) closed by
- Fixed: Fixed by revision [5372] in version: 3.3.1.6
- 7:13 AM Ticket #1292 (_IETagNameGetCollection) created by
- I have a script which is downloading the anti virus files from …
Nov 8, 2009:
- 10:00 PM Ticket #1291 (FileSetTime() Error descripton) updated by
-
Version changed
Automatic ticket cleanup. - 8:46 PM Ticket #1291 (FileSetTime() Error descripton) created by
- Suggestion Additional explanation in Helpfile: succes: but …
- 9:05 AM Ticket #1290 (_GUICtrlTreeView_DisplayRectEx with "$fTextOnly = True" returns same ...) created by
- "Left" value when the $ftextOnly parameter is "True" returns 0, same …
- 1:39 AM Ticket #1289 (Port to Mac) closed by
- Rejected: It's good to see you read WikiStart and more specifically AutoItNotOnToDoList before making this request. I also especially enjoy how you opened a bug report instead of a feature request.
- 1:19 AM Ticket #1289 (Port to Mac) created by
- Great app. Can it be ported to mac. Everything up to the GUI …
Nov 7, 2009:
- 7:45 PM Ticket #1288 (DLLStructSetData behavior with binary variant data) updated by
- Sorry I didn't check the claims made in the post avidly enough. The 2nd and 3rd code blocks do set the same data, but DllStructSetData($a,1,0xAABB,2) sets it differently. to me, I would have though all 3 to set the data to: 0xFFAABBFF.
- 7:35 PM Ticket #1288 (DLLStructSetData behavior with binary variant data) created by
- As demonstrated in …
Nov 6, 2009:
- 11:16 PM Ticket #1287 (_Debug functions are changing Blockinput() Flag) created by
- The problem can be seen using _DebugOut or _DebugSetup examples from …
- 10:21 PM Ticket #1286 (FileGetShortName does not expand . or .. directories) created by
- ConsoleWrite(FileGetShortName('.')) …
- 10:03 PM Ticket #1282 (WinMove results in unespected resizing behavior of controls) updated by
- Ok, point made. Stripped everything irrelevant in main script and include script. I still left all the relevant controls and their resizing settings. (entire main script is now 140 lines) added 'test2.rar' Greets.
- 6:44 PM Ticket #1285 (Unexpected result when using BitShift) updated by
- Oh no, i ran my BitNot-Test with Stable. Now with Beta, the error occurs, too: […]
- 6:38 PM Ticket #1285 (Unexpected result when using BitShift) created by
- BitShift seems to return a wrong result if the input is a 64bit …
- 10:00 AM Ticket #1284 (minor fold hickup.) updated by
-
Version changed
Automatic ticket cleanup. - 9:17 AM Ticket #1284 (minor fold hickup.) created by
- […]
- 4:48 AM Ticket #1282 (WinMove results in unespected resizing behavior of controls) updated by
- Lines 204-219? Seriously? You want us to reproduce a bug in a 200+ line script? Yeah, that's not happening. Either post a smaller script that reproduces the issue or I'm closing the ticket.
- 3:23 AM Ticket #1283 (aut2exe_x64 Ignores /pack Parameter When Compiling x86 Executable) created by
- When run from the command line (or from AutoIt3Wrapper) on an x64 …
- 12:32 AM Ticket #1282 (WinMove results in unespected resizing behavior of controls) updated by
- Crap I forgot: It happens when the "settings" are being hidden on startup. So: […] Plus, the most relevant parts are line 125-140 (SetResizing) and 204-219 (WinMove - @SW_SHOW)
- 12:21 AM Ticket #1282 (WinMove results in unespected resizing behavior of controls) created by
- Hi, I believe I have encountered a problem: First, I create a window …
Nov 5, 2009:
- 11:07 PM Ticket #1281 (ControlClick()) created by
- Controlclick does not accept ID number for controlID. Exemple: …
- 9:52 PM Milestone 3.3.1.5 completed
- 9:03 PM Ticket #1280 (wrong lines in au3.api) created by
- In the line 233 an following: AutoItSetOption ( "@@End@@", param ) …
- 6:00 PM Ticket #1279 (_FTP_FilePut() - DOC precission - for parametres) updated by
-
Version changed
Automatic ticket cleanup. - 5:22 PM Ticket #1279 (_FTP_FilePut() - DOC precission - for parametres) created by
- _FTP_FilePut - parameters 1) In remarks should be added: Both …
- 5:18 PM Ticket #1276 (_TicksToTime() displayed seconds increment at wrong time) updated by
- On closer inspection, there is another "Round" at the beginning of the function which determines the rounding for the rest of the function. The original function... […] Should be changed to... […] The function should then behave like a normal clock. Seconds should change only on 1000 ms (not at 500 ms). ie. 999 ms will display 0 sec (as is does on every other clock).
- 5:11 PM Ticket #15 (Rewrite INI functionality to remove limitations.) updated by
- A potential implementation found by wraithdu.
- 4:38 PM Ticket #1278 (_FTP_ProgressUpload() - german comment in example in helpfile) created by
- There is german comment in example in remarks for …
- 3:22 PM Ticket #1277 (_GDIPlus_ImageGetGraphicsContext needs to be "disposed" in help example) created by
- The help file gives an example of how to use this function. At the …
- 2:59 PM Ticket #1276 (_TicksToTime() displayed seconds increment at wrong time) created by
- In the _TicksToTime function the value for Seconds is derived by this …
- 2:02 PM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) updated by
- was reported to work properly on Vista (AutoIt 3.3.0.0 and 3.3.1.4) by Melba 23 see thread: http://www.autoitscript.com/forum/index.php?showtopic=105050
- 1:52 PM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) created by
- when the parent control is hovered until the tip times out it does not …
Nov 4, 2009:
- 11:41 PM Ticket #1274 (Increase Datatype Ranges) closed by
- Rejected: There are other languages out there better suited for the tasks you wish to accomplish than AutoIt.
- 10:58 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by
- I think there is a mismatch somewhere when it comes to ReDim with a initializer. - au3check generated a error in this case. (suggesting its invalid code) - AutoIt accepts the code and assigns the initializer to the array.variable that was used with the ReDim command. (suggesting its valid code) - documentation has no information about a ReDim initializer. (suggesting its invalid code) seeing the title and comment, and thinking that ReDim with a initializer might be some old, perhaps forgotten code, ... thats about it.
- 9:48 PM Ticket #1274 (Increase Datatype Ranges) created by
- I have often attempted to use autoit to compile high range data. A …
- 7:20 PM Ticket #1239 (AU3Check, #include "..", library scan order.) closed by
- Fixed: Fixed by revision [5364] in version: 3.3.1.5
- 6:00 PM Ticket #1266 (Compile not found in context menu of 64bit windows) updated by
-
Version changed
Automatic ticket cleanup. - 5:13 PM Ticket #1266 (Compile not found in context menu of 64bit windows) closed by
- Works For Me: I use x64 Windows Vista and Windows 7 and I have two options in the context menu "Compile Script" and "Compile Script (x64)".
- 3:46 PM Ticket #1273 (_GuiCtrlRichEdit_SetCharColor - example save bad RTF) closed by
- Fixed: Fixed by revision [5361] in version: 3.3.1.5
- 3:38 PM Ticket #1272 (Uninstall, beta, file WinAPIError.au3 still standing.) closed by
- Fixed: Fixed by revision [5360] in version: 3.3.1.5
- 3:16 PM Ticket #1273 (_GuiCtrlRichEdit_SetCharColor - example save bad RTF) updated by
- Sorry. Please mark this ticket as NO BUG. or maybe only correct DOC (comment in example). Now I noticed in description for _GuiCtrlRichEdit_StreamToFile() […] Originally I saw the comment in example for _GUICtrlRichEdit_SetCharColor() saying […] so I expected it should save whole text.
- 1:57 PM Ticket #1273 (_GuiCtrlRichEdit_SetCharColor - example save bad RTF) updated by
- I forgot to fill my nick in this ticket.
- 1:50 PM Ticket #1273 (_GuiCtrlRichEdit_SetCharColor - example save bad RTF) created by
- Example for _GuiCtrlRichEdit_SetCharColor() saves RTF file which …
- 1:29 PM Ticket #1272 (Uninstall, beta, file WinAPIError.au3 still standing.) created by
- "C:\Program Files\AutoIt3\Beta\Include\winapierror.au3" After …
- 12:09 PM Ticket #1270 (GUISetIcon (@ScriptName) sets the 48x48 icon to the GUI) updated by
- Here is link for original topic about this issue on the forum: http://www.autoitscript.com/forum/index.php?showtopic=103522&view=findpost&p=741423
- 5:13 AM Ticket #1271 (History added to Func notes directly) closed by
- Rejected: You should always read the changelog before updating. Always. Not all changes to the language are additions. Some things are changes to existing behavior including the removal of behavior.
- 4:07 AM Ticket #1271 (History added to Func notes directly) created by
- Hi, This is definitely one for the furthest to the back burner you …
- 2:08 AM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) updated by
- It's true that your pattern will matches any word characters followed by CR(optional) and end-of-line, but any occurrence of CR will be included in the match(1st and 2nd line). This pattern will excludes CR, "(?m)\w+(?=\r?$)", with 4 characters more (I know you guys will have to write definitely more than just 4 characters to implement my request, and I fully understand if you refuse) Anyway, last night, I finally have found a solution to this problem. The PCRE manual states that "specify a newline convention by starting a pattern.. override the default and the options given to pcre_compile()". So this pattern will just do the trick "(*ANYCRLF)(?m)\w+$" and (now)I think it's best to left newline default the way it is.
Nov 3, 2009:
- 10:22 PM Ticket #1270 (GUISetIcon (@ScriptName) sets the 48x48 icon to the GUI) created by
- Look at the icons used for displaying the program when pressing …
- 8:16 PM Ticket #1269 (One some laptops OnEvent mode misses some events.) updated by
- Go read WikiStart. This is not an acceptable way to post a bug report.
- 7:51 PM Ticket #1269 (One some laptops OnEvent mode misses some events.) created by
- http://www.autoitscript.com/forum/index.php?showtopic=104891 The link …
- 4:21 PM Ticket #1268 (AutoIt3 and _ExcelBookClose($oExcel)) closed by
- No Bug: How many times must I tell you people to read WikiStart and to always test with the latest beta? This does not occur in 3.3.1.4.
- 4:15 PM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) updated by
- The following pattern works with both CRLF and LF terminated strings: "(?m)\w+\r?$" Your pattern matches word characters immediately followed by a newline. But a CRLF line-ending means between the word and the newline is a CR. Your pattern does not account for this character and so your pattern doesn't match. This is correct. The only reason you get any result at all with your original pattern is $ also matches end-of-string. My pattern allows for an optional CR prior to the LF. You may be better served to ignore all trailing whitespace instead but I don't know your requirements.
- 2:17 PM Ticket #1268 (AutoIt3 and _ExcelBookClose($oExcel)) created by
- When closing an Excel workbook with the _ExcelBookClose function, the …
- 5:53 AM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) updated by
- Thanks for the prompt reply, Valik. This is my example code, works fine with LF but not with CRLF. […] And I thought it's because of this: […] I'm sorry if this request is not relevant.
- 4:47 AM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) closed by
- Rejected: Uh, you're missing something rather obvious here. A CRLF still contains a LF so lines still break in the correct place as far as the regex engine is concerned. They just have an extra CR in there as far as you are concerned. You also have the option of using StringStripCR() to remove the CR characters.
- 4:02 AM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) created by
- Multiline syntax(?m) is pretty useless when used with string entered …
- 2:38 AM Ticket #1229 (Integrate Tweaky's script into the build process.) closed by
- Completed: Added by revision [5356] in version: 3.3.1.5
- 2:37 AM Ticket #1266 (Compile not found in context menu of 64bit windows) updated by
-
Owner, Status, Severity changed
Jon, please have a look at this when you find time. - 12:00 AM Ticket #1266 (Compile not found in context menu of 64bit windows) updated by
-
Version changed
Automatic ticket cleanup.
Nov 2, 2009:
- 10:00 PM Ticket #1266 (Compile not found in context menu of 64bit windows) created by
- There is no compile found in the context menu of 64 bit Windows. I …
- 9:07 PM Ticket #1265 (Au3Check support for Static) updated by
-
Owner, Status, Component changed
- 9:07 PM Ticket #1265 (Au3Check support for Static) created by
- This is a reminder to myself to test the work on Au3Check supporting …
- 8:45 PM Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) closed by
- Fixed: Fixed by revision [5355] in version: 3.3.1.5
- 8:05 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) closed by
- Fixed: Fixed by revision [5354] in version: 3.3.1.5
- 3:52 PM Ticket #1264 (WARNING: $Label10 possibly not declared/created yet) closed by
- No Bug: Read WikiStart or better yet don't ever post on the issue tracker again. It's not for general help and support.
- 3:52 PM Ticket #1263 (Request: Delete a Line from a File (FileDeleteLine)) closed by
- Rejected: You're using FileReadLine() wrong. Otherwise, there's no point in this feature because it will be implemented exactly how you describe. To use FileReadLine() correctly do not pass a line number. This reads the "next" line instead of calculating the correct line to read.
- 12:44 PM Ticket #1264 (WARNING: $Label10 possibly not declared/created yet) created by
- How to do that right $Label10 possibly not declared/created yet how …
- 10:00 AM Ticket #1263 (Request: Delete a Line from a File (FileDeleteLine)) updated by
-
Version changed
Automatic ticket cleanup. - 8:04 AM Ticket #1263 (Request: Delete a Line from a File (FileDeleteLine)) created by
- At the moment, there is no way to delete a specific line from a file, …
Nov 1, 2009:
- 11:05 PM Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) updated by
-
Severity changed
- 11:04 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) updated by
-
Severity changed
- 10:51 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by
- This has been solved in 3.3.1.5 thanks to a new option for InetGet(). See the documentation in 3.3.1.5 for the new flag.
- 10:50 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) closed by
- Completed: Added by revision [5347] in version: 3.3.1.5
- 6:52 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by
- Addendum: I figured this out by modifying the script to run Process Explorer so I could see what process was running when I hit the button and received the error message. From there I found this which didn't work but did give me enough of a hint to know what to test in AutoIt.
- 6:51 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by
- Well that's kind of obscure. By default AutoIt sets a flag to force you online before it tries to use your connection. On Vista/Windows 7 the OS apparently tries to force you online even when you are already online. I guess the "force online" stuff is shelled off to rundll32.exe or something which fails. It's a pretty simple fix. I'll add a flag along the lines of "do not force online state" which will by-pass the setting of the flag. This will leave the default behavior as is but provide the option to by-pass the check for people who don't need it or can't use it.
- 5:39 PM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) closed by
- No Bug: This is not a bug, just incomplete code. The ListView requires $WS_CLIPSIBLINGS so the image can be drawn over it. This example should work on all versions of Windows: […]
- 3:24 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- This ticket is referenced in revision: [5343]
- 3:22 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by
- Just mentioning that this isn't fixed in that it will work. It's only fixed in that it's been documented that it doesn't work. It's a Windows design limitation.
- 3:19 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by
- MvGulik, please actually articulate your ideas.
- 2:42 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by
- redim <array> = var
- 1:52 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) closed by
- Fixed: Fixed by revision [5340] in version: 3.3.1.5
- 10:00 AM Ticket #1262 (Add SMTP AUTH to _INetSmtpMail() in inet.au3) updated by
-
Version changed
Automatic ticket cleanup. - 8:59 AM Ticket #1262 (Add SMTP AUTH to _INetSmtpMail() in inet.au3) created by
- The SMTP authentication is missing in _InetSmtpMail(). But todays …
- 12:38 AM Ticket #1261 (IsHWnd() returns TRUE for some values) closed by
- Duplicate: Closing as duplicate of #1248.
Oct 31, 2009:
- 10:17 PM Ticket #1261 (IsHWnd() returns TRUE for some values) created by
- IsHWnd() returns TRUE for some integer values (20, 22, 24, 26 for …
- 9:37 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) reopened by
- Now that I can reproduce.
- 8:54 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) updated by
- I can confirm the behaviour reported by anonymous with AutoIt:3.3.1.4 (Os:WIN_XP/X86/Service Pack 3 Steps: 1 - ACTION: Right click on tree-view item RESULT: Tree-view context menu appears 2 - ACTION: Left click on window title-bar RESULT: Tree-view context menu disappears and the window context menu appears as if you had right clicked
- 8:34 PM Ticket #1216 (Adding arrays working suspiciously) updated by
-
Version, Type changed
Since this is not a bug I'm changing it to a feature request. - 8:31 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) closed by
- Works For Me: Everything works for me. I do not see what you claim happens.
- 4:49 PM Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) created by
- […] The 'nSize' parameter passed is not accounting for the …
- 4:22 PM BadContent edited by
- Removed word "MESSAGE" as that will block legitimate users. (diff)
- 4:05 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by
- Err, there was no attachment from you. There was an attachment from me and an attachment from Tweaky. I looked for your change but could not find it. If you have something to post it needs to go in the forum thread. The script was posted in no less than 3 places and it was terribly confusing to even find the latest version which I ended up finding in the thread.
- 3:39 PM Ticket #1255 (127 characters limitation with AutoItX v3.3.0.0 (with titles and controls)) closed by
- Fixed: Fixed by revision [5324] in version: 3.3.1.5
- 2:00 PM Ticket #1259 (scite config, AU3 font settings.) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 1:08 PM Ticket #1259 (scite config, AU3 font settings.) closed by
- Fixed: Fixed in v 1.6.7.1 currently available in Beta directory. Thanks, jos
- 12:37 PM Ticket #1259 (scite config, AU3 font settings.) created by
- scite config, AU3 font settings. setting: "Monospacec Font" versus …
- 11:22 AM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) created by
- left mouse click on window titlebar, directly after opening a treeView …
- 7:01 AM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by
- You remove the fix I propose for solving issue as I describe. I hope you will use it as it is fixing a lot of non related issue
- 4:41 AM Ticket #1250 (Fix bugs in Static documentation) closed by
- Fixed: Fixed by revision [5320] in version: 3.3.1.5
- 4:24 AM Ticket #1257 (Fix bugs in Static array handling) created by
- Encountering a Static array for the second time should cause a redim. …
- 4:22 AM Ticket #1250 (Fix bugs in Static documentation) updated by
-
Description, Milestone changed
- 3:15 AM Ticket #1240 (FileInstall() Help file clarification.) closed by
- Fixed: Fixed by revision [5319] in version: 3.3.1.5
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.
Note:
See TracTimeline
for information about the timeline view.
