Timeline



Jun 27, 2012:

5:48 PM Ticket #2225 (_FileWriteToLine Bug) updated by BrewManNH
That's happening because you're telling it to write to a non-existing line number. In my test text file I put 5 lines of text, the last line entered without hitting Return. _FileCountLines returns 5 lines, trying to write to line 6 ($linecount + 1) causes _FileWriteToLine to try to write to a line that isn't there. _FileCountLines doesn't count the last CR/LF as a line, so if I hit Return on the last line of the file there will be 6 lines in the file, and writing to line 6 doesn't fail. You'll have to make a check to see if the last line of the file is an empty line before trying to write to it because _FileWriteToLine doesn't work when writing to line numbers greater than the actual count of lines in the file. The bug isn't in the function, but in your interpretation of how _FileCountLines works.
4:44 PM Ticket #2225 (_FileWriteToLine Bug) updated by MemphiZ <Memphiz@…>
Just open the txt file now and write something in the last line (which should be an empty line.. meaning the cursor is blinking in an empty line) and save it without hitting return..
11:56 AM Ticket #2222 (Cyrillic names of COM object / methods) closed by trancexx
Fixed: Fixed by revision [7089] in version: 3.3.9.5
9:00 AM Ticket #2226 (Please give your comments to avoid two windows which are getting opened.) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:29 AM autoit.png attached to Ticket #2226 by bhargavi.vittalsingh@…
autoit
8:28 AM Ticket #2226 (Please give your comments to avoid two windows which are getting opened.) created by bhargavi.vittalsingh@…
While browsing for a file, two browse windows gets opening. I have …

Jun 26, 2012:

5:51 PM Ticket #2225 (_FileWriteToLine Bug) updated by BrewManNH
Can you please explain exactly what you mean by "But if you put some text to the last line instead of having an empty last line it will stop working:", because I ran your script and it worked as expected for me. It added Script started at: 12:46:51 at the end of the text file plus the value of $i and just kept replacing the last lines with that.

Jun 25, 2012:

4:38 PM Ticket #2225 (_FileWriteToLine Bug) created by MemphiZ@…
I found a bug in the _FileWriteToLine function of the File.au3 include …

Jun 24, 2012:

12:31 PM Ticket #2208 (ControlGetText not working on calculator) updated by junkew@…
MSAA works on all platforms although going forward UI automation is a better choice. Microsoft's inspect.exe 64 bits gives same result on CE button so somehow the text CE is not retrievable. Anyway it would be an improvement to get more details by integrating ui automation on platforms that have uiautomationcore.dll installed (from Win 7 version upwards that should be the case) that at least for some controls we have more information available to act on.

Jun 23, 2012:

11:47 PM Ticket #1866 (GUI $WS_EX_MDICHILD Top Alignment bug) closed by trancexx
Wont Fix: If anyone sees any sense in this then please make another report.
11:38 PM Ticket #1645 (Change stdinwrite() to asynchronous) updated by trancexx
Version, Type changed
9:14 PM Ticket #1995 (Different results on x86 and x64) closed by trancexx
Wont Fix: Addressed by revision [7088].
11:09 AM Ticket #1995 (Different results on x86 and x64) updated by trancexx
Nothing needs fixed. This is not a bug. The user has invalid syntax of a conversion specification therefore triggering undefined behavior. All we should do is document that bad syntax causes undefined behavior. When that's done this ticked can be closed.

Jun 22, 2012:

11:15 PM Ticket #2224 (_FileReadToArray() Add optional parameter to disable row count return ...) created by Bowmore
Would it be possible to add an optional parameter to this UDF function …

Jun 21, 2012:

5:39 PM Ticket #2215 (Wrong(?) syntax check of default parameter value with array variable) closed by trancexx
Fixed: Fixed by revision [7083] in version: 3.3.9.5

Jun 20, 2012:

2:26 PM Ticket #2223 (Minor documentation correction for _WordErrorHandlerRegister) created by Tippex
The provided example script for _WordErrorHandlerRegister just has the …

Jun 19, 2012:

6:29 PM Index.cshtml attached to Ticket #1908 by anonymous
6:00 PM Ticket #1265 (Au3Check support for Static) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:33 PM Ticket #1993 (Forum [autoit] code abbreviates URLs - it shouldn't) closed by Valik
Fixed: This appears fixed with IPB 3.3.3.
5:13 PM Ticket #1631 (Get FilePath from file handle) closed by trancexx
Rejected: This really isn't necessary.
4:56 PM Ticket #1172 (.NET controls in beta 3.3.1.1) closed by trancexx
Rejected
4:30 PM Ticket #1265 (Au3Check support for Static) closed by trancexx
Completed: For some time now Au3Check handles Static correctly.
4:26 PM Ticket #2014 (Updated Array.au3 UDF to be used with 2D arrays) closed by trancexx
Rejected: Unfortunately something like this isn't currently needed. Thanks anyway.
4:20 PM Ticket #1691 (ControlCommand is not working for .net checkboxes.) closed by trancexx
Rejected
4:14 PM Ticket #1887 (Sort multiple or multi-dimensional arrays with multiple sort columns) closed by trancexx
Rejected
3:46 PM Ticket #2031 (_GUICtrlStatusBar_SetBkColor() not working) closed by trancexx
No Bug: It works all right. You don't see it working probably because your system forces default control style.
3:22 PM Ticket #1607 (ControlTreeView not fully working with SysTreeView32) closed by trancexx
Rejected
2:26 PM Ticket #1803 (GuiRichEdit Zoom Set) closed by trancexx
Rejected: It's very hard to understand what's this about.
1:52 PM Ticket #2007 (#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" ...) closed by trancexx
Rejected: Check the latest SciTE4AutoIt. That's the only advice I can give regarding this.

Jun 16, 2012:

12:59 PM Ticket #2219 (_ExcelReadSheetToArray() fix and upgrade) updated by trancexx
Component changed

Jun 15, 2012:

9:12 AM Ticket #2214 (Help file description for ProcessExists) updated by anonymous
I mean, the process is polled just once, when called, not every 250ms …
3:15 AM Ticket #2222 (Cyrillic names of COM object / methods) created by mtelis@…
I'm trying to use AutoIt with 1C …

Jun 14, 2012:

5:44 PM Ticket #2220 (C struct-like syntax) updated by Valik
That is not correct. It was removed because within 3 seconds people were using it to fake objects completely missing the point that AutoIt is designed to be a dynamically typed language without the need for explicit memory management. DllStructs are typed and can require memory management so they are not suitable for the abuse people were attempting.
12:02 PM Ticket #2220 (C struct-like syntax) updated by J-Paul Mesnage
This syntax was previously possible but it was decided not to use it anymore to avoid conflict with COM syntax

Jun 13, 2012:

10:55 PM Ticket #2221 (FileDelete() @error values) created by anonymous
Request to have FileDelete() return an @error value. Currently, …
3:00 AM Ticket #2220 (C struct-like syntax) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:15 AM Ticket #2220 (C struct-like syntax) created by matwachich@…
Hello! When I see the new AutoIt beta (3.9.xx), I think it's the …
12:41 AM Ticket #2219 (_ExcelReadSheetToArray() fix and upgrade) created by Spiff59
The helpfile and docs for _ExcelReadSheetToArray() state "If the sheet …

Jun 12, 2012:

3:22 PM Ticket #1608 (Encrypting a file about 10 MB destroys the file - crypt.au3 bug ?) updated by arcadiagiulio@…
I'm having the same issue on v3.3.8.1. For some kind of files, crypting with AES256 and decrypting deletes the entire content leaving just 4 NUL characters.
4:38 AM Ticket #1648 (UDF community) updated by hyperzap
I made this a long time ago, for a package-based library system. This site will run for at least a decade: http://autoit-repository.appspot.com/

Jun 11, 2012:

11:39 PM Ticket #2216 (_WordAttach to closed Word doc crashes latest beta but OK for latest stable) updated by trancexx
Component changed
11:27 PM Ticket #2218 (AutoIt crash when using SetGroupInfo with $LVGS_SELECTED state before ...) updated by trancexx
Component changed
7:55 PM Ticket #2217 (IniRead + Boolean default.) updated by Zedna
Sorry, previous post is from me/Zedna. I forgot to signature me.
7:54 PM Ticket #2217 (IniRead + Boolean default.) updated by anonymous
You can use '1' and '0' as replace for True/False.
4:27 AM Ticket #2218 (AutoIt crash when using SetGroupInfo with $LVGS_SELECTED state before ...) created by MrCreatoR <mscreator@…>
Check this example: […] I know it's wrong usage, discovered by …

Jun 10, 2012:

11:01 PM Ticket #2217 (IniRead + Boolean default.) closed by Valik
No Bug: The function very clearly states that it returns the default string. No bug. No feature request, the behavior will not be changed.

Jun 9, 2012:

9:10 PM Ticket #2217 (IniRead + Boolean default.) updated by anonymous
Wait. I write function's parameter False as Boolean, not "False" as string. Function should return the specified value without changing its type.
8:20 PM Ticket #2217 (IniRead + Boolean default.) updated by AdmiralAlkex
That is not a bug, that is a feature request. And it's not booleans. It's numbers and everything you pass to it. AutoIt most likely uses GetPrivateProfileString. Look it up on MSDN.
7:22 PM Ticket #2217 (IniRead + Boolean default.) created by anonymous
[…] If the $Key doesn't exist, function returns string

Jun 7, 2012:

5:11 PM Ticket #2216 (_WordAttach to closed Word doc crashes latest beta but OK for latest stable) created by Tippex
_WordAttach to an already closed Word document crashes latest beta …

Jun 6, 2012:

10:59 AM Ticket #2214 (Help file description for ProcessExists) closed by trancexx
No Bug: What's the connection between your question, quoted text and bug? Probably just you. Please use forum for questions like this.
9:30 AM Ticket #2215 (Wrong(?) syntax check of default parameter value with array variable) created by MrCreatoR <mscreator@…>
Try Syntax Check on this example: […] According to syntax check …
5:19 AM Ticket #2214 (Help file description for ProcessExists) created by vga1232@…
Help file description for ProcessExists mentions : "The process is …

Jun 5, 2012:

7:43 PM Ticket #2212 (Please increase the numbers of @IPAddress1 up to @IPAddress8) closed by Valik
Rejected: You can get the information yourself. This does not need to be built in.
5:45 PM Ticket #2211 (Only one RichEdit control can be created) closed by trancexx
Duplicate
5:04 PM Ticket #2211 (Only one RichEdit control can be created) updated by BrewManNH
This has been fixed in the latest beta, see ticket 2077. In 3.3.8.1, just delete that line or modify it to what's in the new beta version.
3:53 PM SSDPdiscover_V5_bugreport.au3 attached to Ticket #2213 by skyteddy <rainer@…>
3:52 PM Ticket #2213 (Problem with UDPOpen or UDPRecv an computer with more the one networc card) created by skyteddy <rainer@…>
Hello, the purpose of my program is to collect all sent replies …
3:00 PM Ticket #2212 (Please increase the numbers of @IPAddress1 up to @IPAddress8) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:55 PM Ticket #2212 (Please increase the numbers of @IPAddress1 up to @IPAddress8) created by rainer@…
Hello, till now, there are 4 macros for ip-Addresses: @IPAddress1 - …
12:48 AM Ticket #2211 (Only one RichEdit control can be created) created by MrCreatoR <mscreator@…>
This problem caused by the strange change in 3.3.8.1 for …

Jun 4, 2012:

1:32 PM Ticket #2210 (StringInStr) created by anonymous
The below code returns the position of the string, but I think it …
9:44 AM Ticket #2208 (ControlGetText not working on calculator) updated by trancexx
The thing is that these controls don't respond to messages we send. Alternative could be to use UI Automation API (that's not available on all systems). That works even for those controls. However, the results are sometimes different than expected. For example, the text from calc number buttons is successfully get (text from button 8 is "8") and matches the one it's printed on them, but for CE button retrieved text is "Clear Entry".
7:25 AM Ticket #2165 (_GUICtrlRebar_SetBandIdealSize bug) closed by trancexx
Works For Me

Jun 3, 2012:

4:10 PM Ticket #1971 (_GUICtrlListBox_SetHeaderColor) closed by trancexx
Rejected: There are few examples on the forum. Not everything needs to be packed.
3:58 PM Ticket #2117 (Improved _FileCountLines()) updated by trancexx
Component changed
3:57 PM Ticket #1930 (_GUICtrlListView_SimpleSort doesn't sort ItemParam) closed by trancexx
Rejected: Where? What? ...If you don't mind doing that properly next time please.
9:57 AM Ticket #1595 (SupportedOS ID for manifest) closed by trancexx
Completed: Added by revision [7056] in version: 3.3.9.5
9:52 AM Ticket #1595 (SupportedOS ID for manifest) updated by trancexx
Keywords, Description, Summary changed

Jun 1, 2012:

11:13 PM Ticket #2018 (It is not able to identify all Button from other Software) updated by Zedna
Replying to Valik: > To add more observations: > * The Putty configuration window makes use of group-boxes which I believe may be what is throwing everything off. > * Turning on control highlighting helps show what is actually being inspected. It seems impossible or at least incredibly difficult to highlight any control that is contained in a group box. It always wants to highlight the box instead. > > There is definitely a bug here. As about Group controls. Maybe some new option "Ignore Group Box controls" ON/OFF should be added to Au3Info. It can optionally exclude controls with classname Button and with window's style BS_GROUPBOX.
10:09 PM Ticket #2018 (It is not able to identify all Button from other Software) updated by anonymous
With Spy++ mode on, identifies INSTANCE's in MeGUI open file buttons ("..." buttons) on main form as instances 4,5, 10,11 and 12. whereas in Autoit, ID's start from 1. Assume that Spy++, examine internal ID number and perhaps some items of an array/arrays that were deleted and so ID's are no longer valid and mismatched.
9:21 PM Ticket #2209 (AutoIt3Wrapper wildcard include directive) updated by Zedna
Replying to trancexx: > This is AutoIt Trac. AutoIt3Wrapper is part of Scite4AutoIt3. Here on Trac is "Component: SciTE4AutoIt" so I think this is apropriate place for such feature request. Rejecting due to such reason is wrong.

May 31, 2012:

4:22 PM Ticket #2209 (AutoIt3Wrapper wildcard include directive) closed by trancexx
Rejected
4:21 PM Ticket #2209 (AutoIt3Wrapper wildcard include directive) updated by trancexx
This is AutoIt Trac.
9:00 AM Ticket #2209 (AutoIt3Wrapper wildcard include directive) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:37 AM autoit_multi_include.zip attached to Ticket #2209 by tankbuster@…
Sample Project of the multi include on build time
8:35 AM Ticket #2209 (AutoIt3Wrapper wildcard include directive) created by tankbuster@…
I faced a small issue, and after some discussion found here: …

May 29, 2012:

6:26 PM Ticket #2205 (Scite indentation misconfiguration) closed by trancexx
No Bug: What exactly is the bug? When I click indentation settings I see "Tab Size" 4, "Indent Size" 4, and unchecked box for "Use tabs". Nothing changes if I click OK there.
3:35 AM Ticket #2208 (ControlGetText not working on calculator) updated by Valik
Description changed
3:34 AM Ticket #2206 (Detailed information on _array display) closed by Valik
Rejected: You can customize the heading yourself.
3:00 AM Ticket #2208 (ControlGetText not working on calculator) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:20 AM Ticket #2208 (ControlGetText not working on calculator) created by anonymous
Win7 64 bits mode (and 32 bits mode) Unable to get text of (static) …

May 28, 2012:

7:26 PM Ticket #2207 (Addition to the Docs for TrayItemSetState) created by MrCreatoR <mscreator@…>
If we use $TRAY_DEFAULT state for some tray item, then primary double …
4:00 PM Ticket #2206 (Detailed information on _array display) updated by wimhek <wimhek11@…>
Why is the ticket deleted (by autodelete ?)
12:00 PM Ticket #2206 (Detailed information on _array display) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:18 AM Ticket #2206 (Detailed information on _array display) created by wimhek
Please have the line number displayed within the heading of the …
Note: See TracTimeline for information about the timeline view.