Timeline



Jun 29, 2012:

1:58 PM Ticket #2225 (_FileWriteToLine Bug) closed by trancexx
No Bug

Jun 28, 2012:

6:39 PM Ticket #2226 (Please give your comments to avoid two windows which are getting opened.) closed by trancexx
Rejected: Hm. What to say. Try to put yourself into our shoes. You will then see how very little sense you make here.
3:14 PM Ticket #2227 (GUICtrlCreateEdit doesn't have full Unicode support) closed by trancexx
No Bug
3:09 PM Ticket #2227 (GUICtrlCreateEdit doesn't have full Unicode support) updated by BrewManNH
That's basically what ES_OEMCONVERT does, it converts from ANSI to the OEM character set and then back to ANSI. It's a holdover from Windows 3.0 and shouldn't be used on any version of Windows released in the past decade or so. It is designed to be used on systems that don't support Unicode, so using it on one is pointless.
12:57 PM Ticket #2228 (Cant post ??) closed by trancexx
No Bug: This trac is for AutoIt language. Anyway, be patient.
12:16 PM Ticket #2225 (_FileWriteToLine Bug) updated by MemphiZ <Memphiz@…>
If the line number specified is HIGHER than the actual LineCount. Sorry. Replying to MemphiZ <Memphiz@…>: > I see. Maybe _FileWriteToLine should just write to the last line if the line number specified is lower than the actual LineCount of the file. Anyway, thanks for the infos. This case can be closed. > > Replying to 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.
12:15 PM Ticket #2225 (_FileWriteToLine Bug) updated by MemphiZ <Memphiz@…>
I see. Maybe _FileWriteToLine should just write to the last line if the line number specified is lower than the actual LineCount of the file. Anyway, thanks for the infos. This case can be closed. Replying to 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.
8:06 AM Ticket #2228 (Cant post ??) updated by 2toetommy
Replying to anonymous: > I posted my first thread and it wont show to public cause no one has approved or disaproved.. Just wondering if someone can do one or the other. I need the help ty Sorry forgot Email here.
8:05 AM Ticket #2228 (Cant post ??) created by anonymous
I posted my first thread and it wont show to public cause no one has …
3:58 AM Ticket #2227 (GUICtrlCreateEdit doesn't have full Unicode support) created by sleeping.love@…
I found a problem with GUICtrlCreateEdit. When i added …

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 …
Note: See TracTimeline for information about the timeline view.