Timeline



Jul 7, 2011:

11:30 PM Ticket #1969 (User files for SciTE abbreviation) updated by Forumer100
Jos, thanks for the clarification. You are out of the game. ;-) I will look if there is a feature request tracker for standard SciTE. But I will not write this "own little script". Inefficient to invent the reel twice. :-) I will use this: http://www.autoitscript.com/forum/topic/107201-abbrev-management-in-scite/page__view__findpost__p__756166 Thanks for your time. Regards Forumer100

Jul 6, 2011:

6:02 PM Ticket #1969 (User files for SciTE abbreviation) updated by Jos
Assume you are talking about the Abbrev.properties and au3.keywords.abbreviations.properties files? What do you propose we do given that abbrev.properties is a fixed filename in the standard SciTE version distributed by Neil. Why not write your own little script that you run each time you update your installation, which will copy you own version of the files to the standard files? Jos
6:00 PM Ticket #1969 (User files for SciTE abbreviation) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:52 PM Ticket #1968 (SciTE abbreviation "mb2 " not working any more.) closed by Jos
Fixed: Will be fixed in the next version. tnx Jos
4:54 PM Milestone 3.3.7.13 completed
3:14 PM Ticket #1969 (User files for SciTE abbreviation) created by Forumer100
When installing a new version of SciTE4AutoIt, the modifications in …
2:49 PM Ticket #1968 (SciTE abbreviation "mb2 " not working any more.) created by Forumer100
In SciTE 2.27 there is a mismatch between the abbrev.properties and …
9:46 AM Milestone 3.3.7.12 completed

Jul 4, 2011:

11:20 AM Milestone 3.3.7.11 completed
11:01 AM Ticket #1956 (3.3.7.10 COM error getting reference to document in frame) updated by arcker
same as above, the _IECreateEmbedded ( ) example doesn't work while running in beta 3378,3379 and 33710. Result : >Running:(3.3.7.10):C:\Program Files (x86)\AutoIt3\Beta\autoit3_x64.exe "C:\Program Files (x86)\AutoIt3\Beta\Examples\Helpfile\_IECreateEmbedded.au3" --> IE.au3 V2.4-0 Error from function _IENavigate, $_IEStatus_InvalidObjectType +>11:57:30 AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 6.736 same using x86 autoit.

Jul 3, 2011:

10:03 PM Ticket #1967 (Infinite loop) closed by Valik
Rejected: I had to read this ticket twice to make sure I wasn't mistaken. This is one of the dumbest tickets I've ever seen. Let's enumerate! 1. You set the component to Au3Info when it pertains to AutoIt. 2. You ask for an infinite loop to not be infinite. 3. You suggest that AutoIt should determine for the user how to proceed when the situation is ambiguous. 4. You don't seem to realize that in ambiguous cases or even trivial cases like this that it is up to the programmer, not the language, to determine correct behavior. 5. You suggest there is obvious behavior to the code snippet you provide but then the next sentence seems to imply you do not consider the expected and executed behavior to be correct and/or obvious. 6. The code you show is not valid syntax; you cannot access a temporary array using the syntax you demonstrate. That's a mighty fine list…
9:00 AM Ticket #1967 (Infinite loop) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
6:28 AM Ticket #1967 (Infinite loop) created by roi2860@…
During infinite loop I suggest acting static (obviously only when is …

Jul 2, 2011:

9:00 PM Ticket #1966 (Transparent Tree View) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:19 PM Ticket #1966 (Transparent Tree View) created by anonymous
I think this is worth adding because I find myself in need of it and …
10:03 AM Ticket #1956 (3.3.7.10 COM error getting reference to document in frame) updated by J-Paul Mesnage
regression start with 3.3.7.9

Jul 1, 2011:

11:08 PM Ticket #1965 (Round() sometimes don't work) closed by Jon
Works For Me
10:19 PM Ticket #1958 (IniReadSection Problem) closed by Jon
Wont Fix
10:06 PM Ticket #1946 (_WordCreate Error?) closed by Jon
Fixed: Fixed by revision [6171] in version: 3.3.7.11
8:44 PM Ticket #1946 (_WordCreate Error?) updated by Bob Anthony
As per discussion with tracexx, backwards compatibility is not required for internal functions within the standard UDF collection. The code should be changed as follows: […]
6:39 PM Ticket #1874 (Registry functions should return more meanginful values) updated by anonymous
I see this was rejected... Can explain why it was rejected?
4:39 PM Ticket #1946 (_WordCreate Error?) updated by Bob Anthony
AutoIt is now returning the object names without the preceding underscore. If following lines are changed in Word.au3 it works as expected. […] […]
4:17 PM Ticket #1944 (AdlibUnRegister not working trusty) closed by J-Paul Mesnage
No Bug: I agree that a global is "the solution" but the sleep can work in some case at least on my system. There is nothing with the current implementation of AutoIt that we can do inside AutoIt. You need to use Global to avoid such interaction between Adlib's

Jun 30, 2011:

2:49 PM Ticket #1944 (AdlibUnRegister not working trusty) updated by Devol
Replying to Devol: > Sorry , but the Sleep doesn`t solve the problem(just tried it). > AdlibUnregister should stop a registered function to be executed, right? > So what if it`s important that an function really needs to be stopped? > In my opinion it`s a bug, sry.. It only works with global variables: […]
1:38 PM Ticket #1944 (AdlibUnRegister not working trusty) updated by Devol
Sorry , but the Sleep doesn`t solve the problem(just tried it). AdlibUnregister should stop a registered function to be executed, right? So what if it`s important that an function really needs to be stopped? In my opinion it`s a bug, sry..

Jun 28, 2011:

5:10 PM Ticket #1944 (AdlibUnRegister not working trusty) updated by J-Paul Mesnage
From my point of view there is no bug but just a race condition. When the AdlibUnRegister is requested the previous execution can be just beginning. No way to stop it but the GUICtrlSetData($Label,"Stopped") will be overwrite with the end of execution of _Laufschrift() some global variable can be set to reflect that we want to stop or ad a slight delay before executing GUICtrlSetData($Label,"Stopped") that will force the execution of the previous Adlib. Remember AutoIt is not multithreaded so Adlib is executing between statements […]
3:19 PM Ticket #1944 (AdlibUnRegister not working trusty) updated by Devol
@dev`s Did someone already took a look on it?
12:37 AM Ticket #1965 (Round() sometimes don't work) updated by mvg
Roger. My mistake.

Jun 27, 2011:

7:28 PM Ticket #1965 (Round() sometimes don't work) updated by J-Paul Mesnage
Replying to mvg: > +24h > None reproducible. (Xp.x86) that the reason Zedna ask for a repro script
12:59 PM Ticket #1965 (Round() sometimes don't work) updated by mvg
+24h None reproducible. (Xp.x86)

Jun 26, 2011:

11:23 AM Ticket #1965 (Round() sometimes don't work) updated by Zedna
Reproducing script is missing.
11:08 AM Ticket #1965 (Round() sometimes don't work) created by maerzi@…
I'm using the function like this Round($i ,2). It is working most …
7:02 AM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by Beege
Sorry to be the one who caused a bug, but the mistake pointed out in my code submitted above never got corrected before being applied to the beta. Also my opinion on which is best (Spiff59 or mine), I personally would like to stick to the one I submitted. Not because its mine but because it leaves the return format of the array same. Spiff59s function is a bit quicker, but like he said it changes the return format which could possible cause users scripts to break or act/look differently. I would only push for a change like that if the performance increase was much higher.

Jun 25, 2011:

1:15 PM Ticket #1962 (Au3Record.exe miss MSVCR100.dll) closed by Jon
Duplicate

Jun 24, 2011:

7:06 PM Ticket #110 (GUICtrlCreateObj controls do not correctly track focus.) updated by anonymous
Still happening in 3.3.6.1 production has this been fixed in beta 3.3.7.10 ?
12:16 PM Ticket #1964 (can't make zero-length array, array functions messed up) updated by mvg
@OP: AutoIt feature. @Dev: Doc(bug)(+3.3.7.10) not clear about "[subscript 1]" needing to be "1 to n-1" instead of the "0 to n-1" (valid for consecutive subscript's but not for first.).
6:02 AM Ticket #1964 (can't make zero-length array, array functions messed up) created by jmichae3@…
http://www.autoitscript.com/autoit3/docs/keywords/Dim.htm I tried …

Jun 22, 2011:

3:16 PM Ticket #1963 (Ticket 1658 Still Not Working in 3.3.7.10) created by mejonah@…
This (closed, fixed) ticket: …
5:40 AM Ticket #1962 (Au3Record.exe miss MSVCR100.dll) created by Anomalism@…
Au3Record.exe miss MSVCR100.dll
12:05 AM Ticket #1960 (AdlibRegister - Parameter to call function instantly) updated by Valik
1. It is not our responsibility to support Obfuscator since it is not a first party tool. 2. Learn how to use Obfuscator instead of assuming it or the language is broken.
12:02 AM Ticket #1961 (Pixel functions feature/bug?) closed by Valik
No Bug: You have no reason to be posting here. You are neither asking for a feature nor posting a bug report. Please do not misuse our issue tracker in the future.

Jun 21, 2011:

4:23 PM Ticket #1961 (Pixel functions feature/bug?) created by YosypVP@…
PixelGetColor and PixelSearch both are suffering from some sort of …
9:55 AM Ticket #1960 (AdlibRegister - Parameter to call function instantly) updated by anonymous
I didn't think of getting such a nice reject since it is one of the easiest requests you ever get and since it will solve the Obfuscator problem the easiest way. Nevermind, when you're not interested.
2:44 AM Ticket #1959 (Input foucus bug) updated by Valik
Congratulations, you've failed a basic reading comprehension test. You've ignored two of the Bug Report guidelines as shown on the new ticket page. In addition you have ignored at least one of the more in-depth guidelines. Finally, it's not even clear you have a bug to report. There is no confirmation or even comment from advanced users who may be able to determine if this is actually a bug.
2:34 AM Ticket #1960 (AdlibRegister - Parameter to call function instantly) closed by Valik
Rejected: Replying to anonymous: > Of course it is easy to write an UDF: It was this point you should have stopped and thought to yourself, "you know, it is really easy, maybe I don't need to post a ticket about this".

Jun 20, 2011:

11:55 PM Ticket #1960 (AdlibRegister - Parameter to call function instantly) created by anonymous
[…] This will call 'MyFunction' the first time after 60 Seconds …
10:47 PM Ticket #1959 (Input foucus bug) created by anonymous
http://www.autoitscript.com/forum/topic/129980-think-this-is-autoit-bug
5:35 PM Ticket #1957 (3.3.7.10 discuss beta here returns 3.3.1.0) closed by Valik
No Bug: Words escape me.
4:00 AM Ticket #1958 (IniReadSection Problem) updated by GEOSoft
As I recall this is a limitation of the ini file type and not AutoIt. Ini files do not handle Unicode well and as a work-around I store the strings as Binary() and then use BinaryToString() to read it back.
3:52 AM Ticket #1957 (3.3.7.10 discuss beta here returns 3.3.1.0) updated by anonymous
That is just an ongoing Beta discussion thread. The first post indeed points to 3.3.1.0 but if you go to the last page of the thread the latest posts will be for the latest Beta version. This is not a bug at all.

Jun 19, 2011:

10:43 AM Ticket #1958 (IniReadSection Problem) created by anonymous
IniReadSection Problem IniReadSection …

Jun 18, 2011:

7:04 PM Ticket #1957 (3.3.7.10 discuss beta here returns 3.3.1.0) created by john.lill@…

Jun 17, 2011:

11:15 PM Ticket #1956 (3.3.7.10 COM error getting reference to document in frame) updated by DaleHohm
More important information: this was tested with the same results with WinXP, IE7 and Win 7 32-bit, IE9. Dale
3:34 PM Ticket #1956 (3.3.7.10 COM error getting reference to document in frame) updated by DaleHohm
Text in my base note got mangled by the formatter. The COM error triggered is -2147352570 Dale
3:31 PM 3.3.7.10 COM error getting reference to document in frame.au3 attached to Ticket #1956 by DaleHohm
reproducer
3:30 PM Ticket #1956 (3.3.7.10 COM error getting reference to document in frame) created by DaleHohm
Released version 3.3.6.1 works as expected. 3.3.7.10 beta triggers …
12:11 PM Ticket #1955 (Unable to select the appropriate option from combo box) created by gigabyte
Tried following code #Include <GuiComboBox.au3> #include …

Jun 16, 2011:

9:30 PM Ticket #1954 (ListViewItem returns 0 (failure) even though it populates the ListView) created by anonymous
When more sub-items are specified in the “text” parameter of function …
6:00 PM Ticket #1485 (Hard crash with ContinueCase) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
3:30 PM Ticket #1485 (Hard crash with ContinueCase) updated by J-Paul Mesnage
Owner, Status changed
3:30 PM Ticket #1485 (Hard crash with ContinueCase) reopened by J-Paul Mesnage
reverted as it lead to a regression
3:28 PM Ticket #1949 (If using a 'ContinueCase' statement causes a script to stop/crash...) closed by J-Paul Mesnage
Fixed: Fixed by reverting [5825] so #1485 will be reopenned
8:13 AM Ticket #1938 (_IEQuit IE9) updated by J-Paul Mesnage
At least Jon reproduce the problem
8:12 AM Ticket #1935 (_IEBodyReadText with IE9 failed) updated by J-Paul Mesnage
At least Jon, reproduce the problem IE8 seems to failed too.
6:41 AM Ticket #1946 (_WordCreate Error?) updated by J-Paul Mesnage
I agree the ticket is not fixed. That's the reason I suggest you use 3.3.7.7 as the regression has been introduce in 3.3.7.8
3:57 AM Ticket #1946 (_WordCreate Error?) updated by Anomalism@…
Replying to Jpm: > so use 3.3.7.7 (go to archive beta) until final correction being done. It can not work in 3.3.7.10 yet…

Jun 14, 2011:

3:00 PM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:28 PM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) closed by J-Paul Mesnage
Fixed: Wrong reopening
12:55 PM Milestone 3.3.7.10 completed
9:17 AM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) closed by Jon
Fixed: Fixed by revision [6147] in version: 3.3.7.10
7:40 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by anonymous
Two years later and the damn thing caught me out again, this time using Windows 7 instead of WinXP. Still believe a note in the help file would be of benefit.

Jun 13, 2011:

5:11 PM Ticket #1953 (FileExists returns 1 for non existing path) created by danbu
Function FileExists returns 1 instead of 0 for strings consisting of …
11:24 AM Ticket #1933 (_GetIP is outdated and could possibly fail.) updated by anonymous
I updated my Example and I've had no problems so far with testing. Hopefull they don't change it again! I know my Version is simple and anyone can do it, but I'm so ecstatic that my Function has been included in Inet.au3.
9:15 AM Ticket #1946 (_WordCreate Error?) updated by J-Paul Mesnage
so use 3.3.7.7 (go to archive beta) until final correction being done.
9:13 AM Ticket #1933 (_GetIP is outdated and could possibly fail.) updated by J-Paul Mesnage
I hope it will be more stable now
1:32 AM Ticket #1933 (_GetIP is outdated and could possibly fail.) updated by guinness
This is because they changed the link at the end of May 2011, if you look at the Forum message (http://forum.whatismyip.com/f14/our-automation-rules-t241/) it was last updated on the 25th May 2011. So at the time of posting the updated code the link was valid. Thanks Jpm for noticing this subtle update by WhatIsMyIP.
12:43 AM Ticket #1952 (Autoit & https & _IEFormSubmit doesnt work.) created by JBtje
Efter two hours searching, I gave up. Than, while running some …

Jun 12, 2011:

9:50 PM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) updated by mvg
@Zedna Think that looking at, or for, some additional possible separations of the WinAPIEx functions would not be a bad thing before thinking of adding it (like it is) to the standard UDF set. (Like what was done with GDI part) Having one "humongous!" WinAPI (or WinAPIEx if not added to WinAPI) function list seems less then desirable. (to me at least) Anyway, apart from any point's that might be made here. Its really up to Yashied(I like) and Dev's(we do). ... Time will tell. ...
4:45 PM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) updated by Zedna
@mvg I prefer WinAPIEx to be included as standard UDF too.
12:00 PM Ticket #1933 (_GetIP is outdated and could possibly fail.) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:22 AM Ticket #1933 (_GetIP is outdated and could possibly fail.) reopened by J-Paul Mesnage
THe second part of the fix does not reference a valid link according to the comment it should be http://automation.whatismyip.com/n09230945.asp
10:11 AM Ticket #1946 (_WordCreate Error?) updated by Anomalism@…
Replying to Jpm: > The change occur in 3.3.7.8 You are right. It can not work in 3.3.7.8 yet.
5:23 AM Ticket #1951 (UDF _SQLite_SQLiteExe debug flag is not specified) created by anonymous
The debug flag for UDF _SQLite_SQLiteExe is not specified in the …
12:59 AM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) updated by mvg
Mmm ... Starting to code something before finishing your search for already available code/UDF's will do that to you. My view. Some note about http://www.autoitscript.com/wiki/UDF from the UDF-Help might be a idea (In "User Defined Function Notes" section perhaps.). From wiki it seems a small leap to forum itself. (although that wiki page might need some updating. WinAPIEx is not in there for example.) But than again. Maybe WinAPIEx is just the beta part of WinAPI. And its planned to be included at some point anyway.

Jun 11, 2011:

10:48 PM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) updated by anonymous
Idea was that when it's includes with autoit by default as many other UDFs users can more easily find this function. For example I searched from help _winapi* and didn't find func I needed, then I spent few hours on writing func and then found it was already made in WinApiEx. If it were in autoit by default I would have looked WinAPIEx from help.
12:00 PM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:33 AM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) updated by mvg
You like to have WinAPIEx to be updated only when AutoIt is updated ??? ... Think you did not really gave your request much though. If you setup SciTE4AutoIt3 you can integrate it as a fixed part of your AutoIt coding setup(->GotoForum). Besides its called (WinAPI)Ex for a reason.
11:19 AM Ticket #1950 (Add APIConstants.au3 and WinAPIEx.au3 and APIErrors.au3) created by anonymous
Please add these files APIConstants.au3, WinAPIEx.au3 and …
12:00 AM Tickets #1451,​1472,​1503,​1571,​1660,​1667,​1677,​1698 batch updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.

Jun 10, 2011:

9:37 PM Ticket #1698 (GUICtrlSetLimit, limit 32767) reopened by J-Paul Mesnage
9:36 PM Ticket #1667 (WinMove, Child-Window, Default.) reopened by J-Paul Mesnage
9:35 PM Ticket #1571 (StringSplit - Add CaseSense parameter) reopened by J-Paul Mesnage
9:34 PM Ticket #1451 (RegRead) reopened by J-Paul Mesnage
9:33 PM Ticket #1503 (FileGetSize don't works solid) reopened by J-Paul Mesnage
9:32 PM Ticket #1472 (GUISetCursor Bug) reopened by J-Paul Mesnage
9:31 PM Ticket #1660 (Mod function causes AutoIt to crash) reopened by J-Paul Mesnage
9:27 PM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) reopened by J-Paul Mesnage
3:00 PM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:22 PM Ticket #1949 (If using a 'ContinueCase' statement causes a script to stop/crash...) updated by J-Paul Mesnage
Version changed
2:16 PM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) reopened by J-Paul Mesnage
Jon revert what I did without reopening the ticket
8:44 AM Ticket #1949 (If using a 'ContinueCase' statement causes a script to stop/crash...) created by anonymous
If using a 'ContinueCase' statement causes a script to stop/crash... …
1:03 AM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) updated by MrCreatoR <mscreator@…>
Is this really completed? In what version?

Jun 9, 2011:

4:26 PM Ticket #1948 (_GUICtrlButton_SetImage function description on SciTE tooltip) updated by J-Paul Mesnage
Component changed
4:26 PM Ticket #1948 (_GUICtrlButton_SetImage function description on SciTE tooltip) updated by J-Paul Mesnage
In fact this come from the doc which need to be updated
3:34 PM Ticket #1948 (_GUICtrlButton_SetImage function description on SciTE tooltip) created by FireFox
Hi, For the function _GUICtrlButton_SetImage it's written on the SciTE …
Note: See TracTimeline for information about the timeline view.