Timeline



Jul 25, 2012:

10:37 PM Ticket #1681 (Automate capture and apply partitioning in GimageX to address EFI ...) updated by trancexx
Component changed
9:20 PM Ticket #2233 (TraySetOnEvent does not set $TRAY_EVENT_PRIMARYDOWN properly) closed by trancexx
No Bug: It's windows thing. WM_LBUTTONDOWN message is send back to us after explorer confirms you are not trying to initiate drag operation. That happens right before you release the button if no mouse move happened in the meantime. Therefore no bug.
5:43 PM Ticket #2238 (Syntax check warning on using variable inside declare state) closed by Valik
No Bug: 1. It would have been helpful if you had provided the warning message. 2. See the part in the new ticket guidelines where it says "If you are asking a question you are at the wrong place"? You're at the wrong place. 3. That is some incredibly stupid code.
5:39 PM Ticket #2237 (SetError/Extended returns 1 if return value is omitted) closed by Valik
No Bug: I don't think you understand what "none" means. It DOES NOT mean 0, otherwise it would have stated as much.
5:36 PM Ticket #2236 (GUI Automation support for 3rd party Grid control) closed by Valik
Rejected: That's nice.
2:30 PM Ticket #2235 (if process not exist,ProcessGetStats will not return 0.) updated by thesnoW
sorry.i was wrong.
1:50 PM Ticket #2238 (Syntax check warning on using variable inside declare state) created by MrCreatoR <mscreator@…>
I got warning with this example: […] But if i press «Continue …
1:43 PM Ticket #2237 (SetError/Extended returns 1 if return value is omitted) created by MrCreatoR <mscreator@…>
Help file states: […] But it's not true, SetError/SetExtended …
1:00 PM Ticket #2236 (GUI Automation support for 3rd party Grid control) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:37 PM Grid.png attached to Ticket #2236 by sarmistha
Screenshot of the window
12:35 PM Ticket #2236 (GUI Automation support for 3rd party Grid control) created by mailrythem@…
Hi, I need to automate a grid control which is developed by a third …

Jul 24, 2012:

6:20 PM Ticket #2234 (_TempFile Infinite loop bug) closed by trancexx
No Bug: You mean sometimes as once in 100 hundred billion trillion times or never?
4:33 PM Ticket #2235 (if process not exist,ProcessGetStats will not return 0.) closed by Valik
Fixed: Fixed by revision [7132] in version: 3.3.9.5
4:10 PM Ticket #2235 (if process not exist,ProcessGetStats will not return 0.) updated by Valik
You do realize we didn't write AutoIt in assembly right? Why the fuck would I care about seeing some disassembly when I have the source code? I looked at the source and the error is stupid obvious. More importantly, though, why shouldn't I permanently block you from this site? Disassembling and attempting to tell me how to fix the code based on that disassembly dump is reverse engineering. The last time I checked we had a very specific clause in the AutoIt license agreement about reverse engineering.
3:53 AM attachment.png attached to Ticket #2235 by thesnoW
may need use "ESP+20"
3:52 AM Ticket #2235 (if process not exist,ProcessGetStats will not return 0.) created by thesnoW
[…] if process not exist,ProcessGetStats will not return 0.

Jul 23, 2012:

5:33 PM Ticket #2234 (_TempFile Infinite loop bug) created by matwachich
Hi! Sometimes, _TempFile enters in an infinite loop, because there is …

Jul 20, 2012:

4:10 PM Ticket #2233 (TraySetOnEvent does not set $TRAY_EVENT_PRIMARYDOWN properly) created by MrCreatoR <mscreator@…>
Check this example: […] Both MsgBoxes shown after we release …

Jul 17, 2012:

8:41 PM Ticket #2232 (FileSetAttrib help file example - hardcrash) closed by trancexx
Works For Me: Your report misses all the info that you should have provided. Even though help file examples for this function are catastrophic they don't error out in that manner for me.
8:16 PM Ticket #2232 (FileSetAttrib help file example - hardcrash) created by JFX
The help file example of FileSetAttrib with wildcards causes …
6:41 AM Ticket #2227 (GUICtrlCreateEdit doesn't have full Unicode support) updated by J-Paul Mesnage
At least it must be removed from the doc/Udf constants

Jul 16, 2012:

2:23 PM Ticket #2192 (New API...au3 include files conflict) closed by guinness
Fixed: Fixed by revision [7128] in version: 3.3.9.5
9:53 AM Ticket #1571 (StringSplit - Add CaseSense parameter) closed by trancexx
Rejected: Case insensitive split would result in 100 bug reports by users using languages other than English. AutoIt string is not limited to ASCII character set.
9:37 AM Ticket #1674 (DirCopy()/DirMove() does not preserve the attributes of a folder) closed by trancexx
Rejected
9:30 AM Ticket #263 (Drop PluginOpen()/PluginClose() in favor of an #import statement) closed by trancexx
Rejected: Plugin feature will not be developed further.

Jul 12, 2012:

12:42 PM Ticket #2149 (_StringBetween does not accept NULL-chars in the boundary strings) updated by guinness
Please provide an example that doesn't work for you.
12:16 PM Ticket #2223 (Minor documentation correction for _WordErrorHandlerRegister) closed by guinness
Fixed: Fixed by revision [7124] in version: 3.3.9.5
1:39 AM Ticket #2231 (ControlSend case of text inconsistent) closed by Valik
No Bug: You provided a script to reproduce the issue about as useful as the scripts 2 years ago. In other words, this is pointless. We can't reproduce it and the code looks fine on our end.
12:22 AM Ticket #2219 (_ExcelReadSheetToArray() fix and upgrade) updated by anonymous
This is likely more efficient than the If/Else statement added to the last version to handle $iColShift on single-cell sheets: […]
12:11 AM Ticket #2219 (_ExcelReadSheetToArray() fix and upgrade) updated by Spiff59
I noticed I was not handling the $iColShift parameter when a single-cell sheet was the target. I've corrected that. I also found a post by Footswitch proposing the use of "range" instead of "cell" to improve speed. The post is older than the Golfinhu post, so I now credited them both in the comments. Updated version: […]

Jul 11, 2012:

7:32 PM Ticket #2231 (ControlSend case of text inconsistent) created by multiades@…
This was reported previously, but it was closed 2 years ago as "no …

Jul 10, 2012:

6:00 PM Ticket #2230 (MsgBox - Add Location Parameters) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:56 PM Ticket #2229 (Bug in Obfuscator.exe v1.0.30.1) closed by Valik
Wont Fix: This is not the correct place to report issues with SciTE4AutoIt or it's tools.
3:55 PM Ticket #2230 (MsgBox - Add Location Parameters) closed by Valik
Rejected: Message boxes are a standard Windows feature. Talk to Microsoft. Better yet spend about two seconds thinking about how you could achieve this on your own and you'll see you can do it already. I hear AutoIt is a good automation language for manipulating windows.
3:20 PM Ticket #2230 (MsgBox - Add Location Parameters) created by shmuelw1
I very often want a MsgBox that is NOT centered on the screen. How …

Jul 9, 2012:

9:20 PM Ticket #2229 (Bug in Obfuscator.exe v1.0.30.1) updated by UEZ
I mean […] will be ignored.
9:12 PM Ticket #2229 (Bug in Obfuscator.exe v1.0.30.1) created by UEZ
[…] I don't know who will maintain SciTE and its components in …

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