Timeline



Sep 15, 2013:

10:45 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") updated by guinness
Correct link: http://msdn.microsoft.com/en-us/library/ie/ms535860(v=vs.85).aspx from DaleHohm
10:22 PM Ticket #2466 (Proposed amendments to the 74 files) updated by mlipok
Replying to jpm: > first checking lead me > > 1. Do we want to remove the ###Related### section? > that's the induction of adding those <a href= at least fora lot of them When you read a book, at the bottom you have the information for the index of the page. You can quickly jump into an appropriate description, and quickly return to continue reading. When you finish reading the whole book, at the end you have a summary, including a list of indexes. The same is true, in fact it should be, with electronic documentation. You read the documentation for a function, I read a description of the parameters you see any reference to other features, read in this way, you allow your mind to associate that particular parameter to another function. In this way, the reading is context sensitive. Related section, for me is a kind of census indexes, summary, where else can you look a reminder of what is related to a particular part of the documentation. But beware, I believe that this section is very important. Let me put it another way. When you learn something, but based on paper records, or simply on the basis of clear text, you use a pen or marker to mark keywords? It is natural for you? For me, yes. In the documentation, the sign, there are links that stand apart from other features of the text.
9:55 PM Ticket #2466 (Proposed amendments to the 74 files) updated by mlipok
Replying to Jpm: > 2. link to the function itself is not an improvement look for WinGetText documentation. in Remarks there is a 3 times a link to the described function. What you feel reading this documentation, and seeing this all links ? It confuse you ? Or you are glad ? I am glad because thus acquires a more readable text.
8:02 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) updated by TommyDDR
Ok, "For use with the WinSetState, Run, RunWait, FileCreateShortcut and FileGetShortcut functions" Sorry…
7:58 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) updated by mlipok
I once had a similar problem Then go a little downplayed Now let me show you a short answer to this problem by a slight modification of the example from Jpm try to comment/uncomment one of the two "Local $Menu = GUICtrlCreateMenu("help")" […]
4:19 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) created by J-Paul Mesnage
just use following script to repro […]
3:56 PM Ticket #2385 (@include) closed by Jon
Rejected
3:53 PM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) closed by Jon
Works For Me
3:52 PM Ticket #2457 (OS Restarts / (fails)) closed by Jon
Works For Me
3:27 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by Matt Diesel
Component changed
Changed to a documentation issue.
3:25 PM Ticket #2168 (Updown control displayed on wrong TAB) closed by Matt Diesel
No Bug: OP says no bug. Feel free to reopen jpm if you still feel this is a bug related to menu creation.
3:06 PM Ticket #2470 ($GUI_EVENT_(PRIMARY and SECONDARY)DOWN not triggered after WinActivate) created by TommyDDR
$GUI_EVENT_PRIMARYDOWN and $GUI_EVENT_SECONDARYDOWN are skiped one …
2:33 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) updated by anonymous
I compile the first script to be called by the second script. Doc says : @SW_SHOWDEFAULT: Sets the show state based on the SW_ value specified by the program that started the application. So, if i Run the first script with "show_flag=@SW_HIDE", then the first script will display the value of "@SW_HIDE" wich is equals to 0 not 10. I try it with different values in the "Run" command, and the first script always display 10.
2:16 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) closed by J-Paul Mesnage
No Bug: Not sure why you compile the script but anyway you want to display a tooltip text of the value of @SW_SHOWDEFAULT. So you get the answer it is 10 No Bug, always best to ask help from the forum before filling a trak report
11:58 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by mlipok
I know you know that. I just confirm my knowledge ps. I'm sorry I have not added the question mark in the previous post.
11:52 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by J-Paul Mesnage
I know all of that. I just wait that Jon confirm it cannot be fix
11:39 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by mlipok
so I thought summing first Please add the appropriate description for #OnAutoItStartRegister secondly you need to change the file example
11:32 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by J-Paul Mesnage
Since ever no #include information can be used during the #OnAutoItStartRegister execution. I don't know if it can be changed or even should be changed
8:27 AM Ticket #2466 (Proposed amendments to the 74 files) updated by guinness
Done.
8:19 AM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) closed by guinness
Completed: Removed by revision [9023] in version: 3.3.9.22

Sep 14, 2013:

11:57 PM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) updated by mlipok
I forgot to add that: in: GUI Reference - MessageLoop Mode […] now Show me the truth.
11:55 PM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) created by mlipok
in example GUIGetMsg[2].au3 there is: […] but in: GUI Reference …
11:20 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) created by mlipok
this is a modified example from Documentation to this function …
11:11 PM Ticket #2466 (Proposed amendments to the 74 files) updated by mlipok
btw using grepWin (RegExp) i found in Example StringRegExp.au3 […] please change to that […]
10:42 PM Ticket #2466 (Proposed amendments to the 74 files) updated by mlipok
Replying to guinness: > I added the fix for declaring a variable inside a loop and 5th example for _IEFormElementSetValue(). I will leave the rest for now. Thanks. thanks for info i think 5th example was missing link of, and very often asked question on forum Replying to jpm: > 1. Do we want to remove the ###Related### section? no > that's the induction of adding those <a href= at least fora lot of them poorly understood me, or at least my intentions, but I understand your point of view. > 2. link to the function itself is not an improvement I had exactly the same approach, but it changed. More specifically, I will try to answer your comments in a few days. Tomorrow I have a family day. Regards mlipok
10:24 PM Ticket #2466 (Proposed amendments to the 74 files) updated by guinness
I added the fix for declaring a variable inside a loop and 5th example for _IEFormElementSetValue(). I will leave the rest for now. Thanks.
10:18 PM Ticket #2466 (Proposed amendments to the 74 files) updated by guinness
I guess you're on the case jpm.
10:17 PM Ticket #2464 (Select...Case...EndSelect - syntax - bug ??) closed by guinness
Fixed: Fixed by revision [9020] in version: 3.3.9.22
4:20 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) updated by Emiel Wieldraaijer
Hi JPM, Already reported again see #2379 Best regards, Emiel Wieldraaijer
4:18 PM Ticket #2168 (Updown control displayed on wrong TAB) updated by Emiel Wieldraaijer
Hi JPM, This is not a bug i forgot to close the TabItems with GUICtrlCreateTabItem("") Sorry Best regards, Emiel Wieldraaijer
1:10 PM Ticket #2168 (Updown control displayed on wrong TAB) reopened by J-Paul Mesnage
Due to Menu creation. Find the solution
1:09 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) reopened by J-Paul Mesnage
Due to Menu creation Find the solution
12:52 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) created by TommyDDR
@SW_SHOWDEFAULT always return 10. Doc : @SW_SHOWDEFAULT: Sets the …
7:05 AM Ticket #2466 (Proposed amendments to the 74 files) updated by anonymous
first checking lead me 1. Do we want to remove the ###Related### section? that's the induction of adding those <a href= at least fora lot of them 2. link to the function itself is not an improvement edited: anonymous = jpm

Sep 13, 2013:

9:58 PM CHANGE_2.ZIP attached to Ticket #2466 by mlipok
74 files - proposals
9:39 PM Ticket #2466 (Proposed amendments to the 74 files) created by mlipok
libExamples _IEFormElementSetValue[5].au3 …
6:17 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
Replying to mlipok: > "Perhaps to put a "See Text special definition" as for the Title" > > > I still think it would be a good way to "..to put a "See Text special definition" as for the Title" > So we will add a link pointing to the specific part of "Window Titles and Text (Basic)"
4:45 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
ending... I think all is clear, Summary: @Jpm "Perhaps to put a "See Text special definition" as for the Title" I still think it would be a good way to "..to put a "See Text special definition" as for the Title"
4:29 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
is "legimitate" ??? are you mean "legitimate" ? I agree that in case of using the Text is bypassed. from "Window Titles and Text (Advanced)" "When you use a window handle for the title parameter then the text parameter is completely ignored." but what happen when we not using $hWnd ? so let's see […] whats the results: […] so I steel correct your statement "All description about Text in Control...() as default are wrong." not all because ControlGetFocus , is an "exception to the rule", it is a different case.
3:17 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
I agree that in case of using $hWnd the text can be a litte imprecise. But if you use a tile as a string , text="" is legimitate. So still I need your help to rephrase what confuse you in the help text. Cheers JP
3:14 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") created by mlipok
All links in "ClientInfo Properties" table are out of date for …
12:34 PM Ticket #2462 (_FTP_FindFileClose - wrong description) closed by guinness
No Bug
11:54 AM Ticket #2457 (OS Restarts / (fails)) updated by anonymous
Replying to anonymous: > Replying to Jpm: > > Definitly the min XP OS is certainly SP3. > > Is the problem the same with SP3? > > no problem on xp sp3. > > But consistent problem with xp sp2. > > Please add sp2 support or atleast minimum requirements for autoit in help file ...... or atleast specify minimum requirements for autoit in help file & while installing
11:53 AM Ticket #2457 (OS Restarts / (fails)) updated by anonymous
Replying to Jpm: > Definitly the min XP OS is certainly SP3. > Is the problem the same with SP3? no problem on xp sp3. But consistent problem with xp sp2. Please add sp2 support or atleast minimum requirements for autoit in help file
9:30 AM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) updated by m_bayley@…
Note, this only happens when the 2nd program (containing the RunWait()) is run as a script. Works fine when 2nd program is compiled.
9:21 AM Ticket #2464 (Select...Case...EndSelect - syntax - bug ??) created by mlipok
no is: […] there is no <expression> for second statement2 …
9:17 AM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) created by m_bayley@…
I created a script using the #RequireAdmin directive and compiled it. …
3:41 AM Ticket #2462 (_FTP_FindFileClose - wrong description) updated by mlipok
sorry All right, this piece of documentation. my mistake
3:35 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
Simply look at the examle to ControlGetFocus: […] how you see, there is […] with out using second parameter. I was only in reference to your comments Replying to 3 jpm: > All description about Text in Control ... () as default are wrong. > "" Is not a default but a way to avoid checking for a specific text I pointed that it is more correctly stated as follows: All description about Text in Control ... () as default are wrong, excluding ControlGetFocus, where Text is indeed optional.
2:51 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
your wording do not confuse me The only thing that irritates me is the fact that 20 years ago, I could not learn the English language and as a result I have sort out the problems of international communication. Public School learned another language (Russian), and at the time for private lessons for me, I could not afford my parents.

Sep 12, 2013:

10:47 PM Ticket #2462 (_FTP_FindFileClose - wrong description) created by mlipok
"Delete FindFile Handle."
10:45 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) updated by mlipok
my mistake sorry
8:56 PM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) updated by J-Paul Mesnage
The problem is not related with gif format but just a refresh problem
3:37 PM Ticket #2459 (_StringBetween) closed by J-Paul Mesnage
Fixed: Fixed by revision [9010] in version: 3.3.9.22
2:55 PM Ticket #2460 (_StringBetween bug when $sStart = $sEnd) closed by J-Paul Mesnage
Fixed: Fixed by revision [9009] in version: 3.3.9.22
12:21 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
@mlipok Just proposed a better wording if the current one confused you
12:19 PM Ticket #2457 (OS Restarts / (fails)) updated by J-Paul Mesnage
Definitly the min XP OS is certainly SP3. Is the problem the same with SP3?
12:16 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) closed by J-Paul Mesnage
Fixed: already fixed in beta
11:44 AM Blue.gif attached to Ticket #2461 by anonymous
11:44 AM White.gif attached to Ticket #2461 by anonymous
11:42 AM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) created by kev51773
Using the attached files, try the following script. […] A white …

Sep 11, 2013:

9:10 PM Ticket #2460 (_StringBetween bug when $sStart = $sEnd) created by jchd18
[…] I propose the following change to fix this case: […]
9:02 PM Ticket #2459 (_StringBetween) created by jchd18
_StringBetween Description says: "Find strings between two sets of …
6:00 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:53 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) created by mlipok
is this descripition ok ? […]
4:06 PM Ticket #2457 (OS Restarts / (fails)) created by anonymous
OS Restarts / (fails). Stop Error / BSOD / Similar :- OS: a) WIN …
12:41 PM Ticket #2385 (@include) updated by anonymous
@Beege Correct. @Mat Even without additional features it would be useful for managing a lot of includes (because they would not need additional files for examples) and demonstrating their usage to others. Another advantage would be that it would be easy to implement.
9:13 AM Milestone 3.3.9.21 completed

Sep 10, 2013:

5:27 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
English grammar is quite significantly readjusted in relation to Polish, or vice versa. In most cases, general conversation context is easy to grasp, but in some cases this is no longer so easy. I mean the use of language such as specific programming, business, medical, technical. So I have to intersperse in my head, your answer. I will return to this TICKET for a few days, and either I agree with you entirely, or if you let me ask a final question. best regards mlipok
5:12 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
[…] I disagree the second parameter follow the not checking. checking that is not working must be donz by checking @error. The return does not mean failure. If you read carefully the "Window Titles and Text (Basic)" the optional or not behavior is described but the page can be more clear on the behavior […]

Sep 9, 2013:

4:27 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
I understand that you mean more or less the description: " In some functions, the text parameter is not optional. If you do not wish to specify any text then just use "" (a blank string). A blank string, or nothing at all, in the text tells AutoIt That any text is valid. " of this part of the documentation: "Window Titles and Text (Basic)" I think it would be a good way. Currently, in fact, in the descriptions of function is not written to omit this parameter, nor is there any link. The second thing: You write: "All description about Text in Control...() as default are wrong." Generally this is true, but I think not for ControlGetFocus […] unless I'm wrong
3:32 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
Replying to mlipok: > Replying to jpm: > > All description about Text in Control...() as default are wrong. > > "" is not a default but a way to avoid checking for a specific text > > I think it is a special case: ControlGetFocus > > {{{ > ControlGetFocus ( "title" [, "text"] ) > }}} If we add we have to change in all Win...() The behavior is decribed in the Window Titles and Text (Basic) Perhaps to put a "See Text special definition" as for the Title do not understand the ControlGetFocus() remarks
2:53 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by guinness
I meant description sorry.
1:50 PM Ticket #2436 (AutoIt Command Line Interpreter) closed by Jon
Rejected
1:36 PM Ticket #1870 (@GUI_DRAGFILE) closed by Jon
Fixed: Fixed by revision [8994] in version: 3.3.9.21
1:33 PM Ticket #2152 (X^2 Not Working in Hex()) closed by Jon
Fixed: Fixed by revision [8993] in version: 3.3.9.21
1:22 PM Ticket #1954 (ListViewItem returns 0 (failure) even though it populates the ListView) closed by Jon
Fixed: Fixed by revision [8992] in version: 3.3.9.21
1:19 PM Ticket #2299 (GUI Button Text Left-Justify Bug) closed by Jon
Fixed: Fixed by revision [8991] in version: 3.3.9.21
1:16 PM Ticket #2105 (Odd behavior Hex()) closed by Jon
Fixed: Fixed by revision [8990] in version: 3.3.9.21
11:32 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) updated by Jon
Fixed by revision [8988] in version: 3.3.9.21
11:29 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) closed by Jon
Fixed: Fixed by revision [8987] in version: 3.3.9.21
10:04 AM Ticket #2456 (Function Notes) created by mlipok
Please consider adding a link to "Function Notes" in such descriptions …
9:58 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) created by anonymous
With new AutoIt Beta 3.3.9.20, the mouse cursor doesn't change on …
9:52 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
Replying to guinness: > Thank you. I made changes that I felt were applicable. > > So you remember, direct links aren't applied to the description or parameters section as these are used for calltips in SciTE etc. for example see: ControlSend _FileReadToArray WinWait
8:33 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
Replying to jpm: > All description about Text in Control...() as default are wrong. > "" is not a default but a way to avoid checking for a specific text I think it is a special case: ControlGetFocus […]
7:41 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
Replying to jpm: > All description about Text in Control...() as default are wrong. > "" is not a default but a way to avoid checking for a specific text I understand that they are not only considered as a default in case the parameter is not [Optional] so in other cases, the proposed text: […] ps. as I understand it, before adding my suggestions to the documentation, you try to immediately correct any mistakes my language :)
7:28 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) updated by mlipok
If I remember I saw the solution in some descriptions.
6:00 AM Ticket #2454 (if WMI Obj need "Join",au3 crashed.) created by thesnoW
the 2rd round work on old version the 1rd round will crash with not …

Sep 8, 2013:

3:37 PM Ticket #2410 (Obj/COM Reference - PROPOSAL) closed by J-Paul Mesnage
Fixed: Fixed by revision [8985] in version: 3.3.9.21
3:00 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:27 PM Ticket #2427 (ControlTreeView - option2 ??) closed by J-Paul Mesnage
Fixed: Fixed by revision [8984] in version: 3.3.9.21
2:24 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) closed by J-Paul Mesnage
Fixed: Wrong editing rev 7759 really fix it
2:21 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) reopened by J-Paul Mesnage
2:01 PM Ticket #2427 (ControlTreeView - option2 ??) updated by J-Paul Mesnage
It is a bug as this option2 is never used. It is not good to give a parameter that is not used. That's certainly show a misuse. i will post to Jon the coreesponding Modifications
1:53 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) closed by J-Paul Mesnage
No Bug: no problem
12:51 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by Jaber <jaberwocky6669@…>
But of course I now see the reason why it isn't a default parameter. […] Sorry for wasting time.
12:45 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by Jaber <jaberwocky6669@…>
Yes Mlipok that is what I mean and I meant make it a default in both the au source and doc. Jpm, I guess it should stay -1 but it should be such that it can be written like this: […]
9:36 AM Ticket #2453 (FileFindNextFile can find not-matching mask files if non-English ...) created by anonymous
It seems windows bug/feature, but still... it affect results of …
9:28 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by guinness
Removed this reference in rev 8978.
9:19 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
All description about Text in Control...() as default are wrong. "" is not a default but a way to avoid checking for a specific text
9:08 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by guinness
It was a mistake from the previous commit 7893. The "default" parameter should have never been added.
9:03 AM Ticket #2438 (GuiSetFont and GuiCtrlSetFont - font list appendix) closed by guinness
Completed
9:03 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by guinness
Thank you. I made changes that I felt were applicable. So you remember, direct links aren't applied to the description or parameters section as these are used for calltips in SciTE etc.
9:00 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:56 AM Ticket #2452 (Proposed amendments to the 50 text files) closed by guinness
Completed: Added by revision [8975] in version: 3.3.9.21
8:54 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) reopened by J-Paul Mesnage
Changing the doc is not enough. AutoIt code want really 2 parameters. What is the menuID you expect to use by default? I reopen the ticket as doc change is not enough
8:39 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) closed by guinness
Rejected
8:34 AM Ticket #2449 (GUICtrlGetHandle - Remarks proposal) closed by guinness
Completed: Added by revision [8973] in version: 3.3.9.21
8:22 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) closed by guinness
Rejected
8:22 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) updated by guinness
I can see "Macro Reference" and "Macros" only.
8:08 AM Ticket #2451 (StringToASCIIArray / GUICtrlSetFont - default parameters) closed by guinness
Rejected
8:04 AM Ticket #2447 (FileFindFirstFile - Related - Proposal) closed by guinness
Rejected
8:00 AM Ticket #2446 (FileRecycle - Parameters - propsal) closed by guinness
Completed: Changed by revision [8972] in version: 3.3.9.21
7:59 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) updated by guinness
Direct links shouldn't be placed in the description, as this is what the related functions is intended for.
7:57 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) closed by guinness
Completed: Added by revision [8971] in version: 3.3.9.21
2:24 AM CHANGE_1.ZIP attached to Ticket #2452 by mlipok
zip with 50 txt files
2:22 AM Ticket #2452 (Proposed amendments to the 50 text files) created by mlipok
txtlibfunctions _Date_Time_SetSystemTimeAdjustment.txt …
2:13 AM Ticket #2451 (StringToASCIIArray / GUICtrlSetFont - default parameters) created by mlipok
in StringToASCIIArray What is the default value for the parameter …
2:00 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) updated by mlipok
mistake: -1 correct: 1 […]
1:57 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) created by mlipok
in For...To...Step...Next please consider change from that […] to …
1:27 AM Ticket #2449 (GUICtrlGetHandle - Remarks proposal) created by mlipok
in GUICtrlGetHandle in Remarks: "! These controls are not supported: …
1:08 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) created by mlipok
in index there are two Macro Reference one named "Macro Reference" …
12:08 AM Ticket #2447 (FileFindFirstFile - Related - Proposal) created by mlipok
in FileFindFirstFile in Related add link to FileChangeDir …
12:02 AM Ticket #2446 (FileRecycle - Parameters - propsal) created by mlipok
in FileRecycle in Paremeters change from […] to […] …

Sep 7, 2013:

11:59 PM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) created by mlipok
in _GUICtrlEdit_EndUpdate at the top there is "Enables screen …
9:48 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by mlipok
you talk about this: […] If the answer is yes then I wait too long -- it was on my list.
9:46 PM Ticket #2427 (ControlTreeView - option2 ??) updated by mlipok
Think about it. Can you give any example of using parameter Option2?
9:12 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) closed by guinness
Completed: Removed by revision [8970] in version: 3.3.9.21
9:03 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) created by Jaber <jaberwocky6669@…>
The helpfile says this: […] It seems like menuID should be a …
7:29 PM Ticket #2412 (#include - Question) closed by guinness
Rejected
7:29 PM Ticket #2427 (ControlTreeView - option2 ??) updated by guinness
I don't see how this is a bug?
7:27 PM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) closed by guinness
Fixed
5:00 PM Ticket #2443 (Name of nested structs) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:46 PM Ticket #2443 (Name of nested structs) updated by GtaSpider
Sorry, forgot to set version to blank :(
4:40 PM Ticket #2443 (Name of nested structs) created by GtaSpider
Hello, as mentioned in this topic, i would realy like to see the …
11:42 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) reopened by Jon
11:41 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) updated by Jon
This is a bug in common controls on XP. Due to some recent changes in how controls are done I may be able to fix this now. Reopening for reference.
11:36 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) updated by mlipok
I see that this is a wider problem see _WinNet_ ...... see Monitors user defined functions Reference see _WinAPI_AngleArc I did not check all ps. I'm just in the course of checking how to operate the _WinNet_ .... I will have sample scripts
11:25 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) updated by mlipok
the same in _WinAPI_DPtoLP in example section
11:25 AM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) closed by Jon
Wont Fix
11:23 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) created by mlipok
in related "###Related###" not working, broken link
11:20 AM Ticket #2066 (bad dllStructSetData return for int) closed by Jon
Fixed: Fixed by revision [8962] in version: 3.3.9.21
11:00 AM Ticket #1652 (Sleep in TimerFunc) reopened by J-Paul Mesnage
10:47 AM Ticket #2299 (GUI Button Text Left-Justify Bug) reopened by J-Paul Mesnage
Bug occured is the button is colored …
10:46 AM Ticket #2171 (Inconsistent delay for TCPTimeout option) reopened by J-Paul Mesnage
In fact a bug lead to have only entire second timeout. subsecond is ignored
10:44 AM Ticket #2152 (X^2 Not Working in Hex()) reopened by J-Paul Mesnage
In fact integerinteger should return an integer
10:43 AM Ticket #2105 (Odd behavior Hex()) reopened by J-Paul Mesnage
In fact the problem come from regread with REG_DWORD type
10:39 AM Ticket #2066 (bad dllStructSetData return for int) reopened by J-Paul Mesnage
10:39 AM Ticket #1954 (ListViewItem returns 0 (failure) even though it populates the ListView) reopened by J-Paul Mesnage
10:38 AM Ticket #1870 (@GUI_DRAGFILE) reopened by J-Paul Mesnage
9:53 AM Milestone 3.3.9.20 completed
8:29 AM Ticket #2433 (Identify monospaced fonts in Appendix) closed by J-Paul Mesnage
Completed: Added by revision [8952] in version: 3.3.9.20

Sep 6, 2013:

11:08 PM Ticket #2433 (Identify monospaced fonts in Appendix) updated by Spifftard95
So, my final answer is: 1. Change the black on navy in the headings to make them readable. 2. Rename "Lucida Sans Console" to just "Lucida Sans" 3. Delete the "Modern MS Sans Serif" entry. And the font lists break down as follows: Monospaced Fonts Consolas Courier Courier New Lucida Console All WST_ Fonts Proportional Fonts (all remaining fonts)
5:03 PM Ticket #2314 (Cursor Flicker - Control) closed by Jon
Fixed: Fixed by revision [8947] in version: 3.3.9.20
1:57 PM Ticket #2190 (DirMove. (false success)) closed by J-Paul Mesnage
No Bug: The proposed scripts return 0 which is correct as the move cannot be performed to move to a subdir destroying the source dir
1:55 PM Ticket #2190 (DirMove. (false success)) reopened by J-Paul Mesnage
1:43 PM Ticket #2210 (StringInStr) closed by J-Paul Mesnage
No Bug
1:42 PM Ticket #2210 (StringInStr) reopened by J-Paul Mesnage
1:42 PM Ticket #2210 (StringInStr) updated by J-Paul Mesnage
In fact there is no bug. StringInStr is designed to return the position in the string whatever serching from right. the first must return 2 and the second as it is scanning only on the 2 first char is not found and return 0 mean not found
12:52 PM Ticket #2279 (For loop not working as expected) updated by J-Paul Mesnage
I think the script must error as $array as no valid type conversion
9:24 AM test.xlsx attached to Ticket #2441 by anonymous
9:23 AM Ticket #2441 (_ExcelReadCell) created by anonymous
i tried to read cell value from attached excel file with code: …
5:30 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by s59
Despite what is stated by two online references, the "small fonts" font in not monospaced.
5:14 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by anonymous59
It appears the oddball WST_ fonts may also be monospaced
4:52 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by Spiff59
The four column headings that are links are displaying as black ona navy background (unreadable). I don't think "Lucida Sans Console" exists. The appendix entry should read just "Lucida Sans" (and is proportional). Neither does it appear that "Modern MS Sans Serif" ever existed, and that appendix entry should be deleted. Monospaced Fonts -------------------- Consolas Courier Courier New Lucida Console Small Fonts Proportional Fonts -------------------- (all remaining fonts)

Sep 5, 2013:

8:08 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) closed by guinness
Rejected
8:08 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) updated by guinness
Please re-read the red box again about submitting a ticket, especially the part about asking Devs to write UDFs.
8:02 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) created by oceanwaves
I know autoit will not support multiple-threads, but I think …

Sep 4, 2013:

5:10 PM Ticket #2309 (ObjEvent on ADO.Connection not returning strings) reopened by J-Paul Mesnage
No sure what has really be fixed but now the script does not execute the line following $conn.open() so I reopen it for diagnostic. I hope trancexx can do it. Many thanks for her. […]
4:18 PM Ticket #2317 (ObjCreate Memory Leak) reopened by J-Paul Mesnage
The problem is still ther with the 3.3.9.19 so I reopen the ticket
4:08 PM Ticket #2316 (PowerPoint COM event handler initialization error) updated by J-Paul Mesnage
In fact As I am not and COM expert I cannot give definitive answer. But What I can say is the COM error handling has been fied. I you run under 3.3.4.0 at least under Win8 with Powerpoint 2010 you get a recursive calls to the errorhandler just returning 0 for any err information. I suspect the problem is really around PowePoint itself.
11:52 AM Ticket #1831 (_FileCountLines does not handles null characters) closed by J-Paul Mesnage
Fixed
11:51 AM Ticket #1831 (_FileCountLines does not handles null characters) reopened by J-Paul Mesnage
9:00 AM Ticket #2427 (ControlTreeView - option2 ??) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:29 AM Ticket #2427 (ControlTreeView - option2 ??) updated by J-Paul Mesnage
Type changed
I change to BUG at it is a real one

Sep 3, 2013:

11:12 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by mlipok
I found an example where it has no specified appropriate file: GUICtrlCreateListViewItem
10:39 PM Ticket #2278 (Varargs) reopened by Matt Diesel
10:34 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by Matt Diesel
Owner, Status changed
The second option is what I have been using. Will take a look at which docs are doing things differently

Sep 2, 2013:

6:04 PM Ticket #2439 (SplashImageOn - Bug - Parameters description) closed by guinness
Fixed: Fixed by revision [8924] in version: 3.3.9.20
6:01 PM Ticket #2433 (Identify monospaced fonts in Appendix) updated by guinness
Mat has sent a PM to Spiff59 regarding this ticket. Just awaiting for a response.
5:42 PM Ticket #2433 (Identify monospaced fonts in Appendix) updated by Melba23
You tell me which fonts are mono-spaced and I will change the table. Seems a fair division of labour to me. M23
5:36 PM Ticket #2368 (Inconsistent GUICreate results) updated by Matt Diesel
Full code that works for all the styles I've tested can be found here: http://www.autoitscript.com/forum/topic/154224-winsetclientpos/ Don't think this will be changed in the AutoIt core as a lot of existing scripts probably rely on their windows being the same size.
9:13 AM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) updated by helloyou_tos_jg@…
Thank for this fast answer. It's not a problem to check to format (for me). Maybe you can add a remark in the helpfile about this. Good luck
12:01 AM Ticket #2439 (SplashImageOn - Bug - Parameters description) updated by mlipok
sorry. "width" is cited but in incorrect column
12:00 AM Ticket #2438 (GuiSetFont and GuiCtrlSetFont - font list appendix) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Sep 1, 2013:

11:59 PM Ticket #2439 (SplashImageOn - Bug - Parameters description) created by mlipok
in SplashImageOn there is a bug in Parameters description Parameter …
11:53 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by mlipok
On the other hand, for example, MsgBox () shows an example of display the information concerning constants in the remarks. in this case, this option is much better because of the amount of information.
11:25 PM Ticket #2438 (GuiSetFont and GuiCtrlSetFont - font list appendix) created by mlipok
in GuiSetFont and GuiCtrlSetFont please add a link to the Appendix …
11:10 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by anonymous
as an example, please look for GUISetFont there is used both as GUIConstantsEx.au3 FontConstants.au3, wherein FontConstants.au3 is used twice. All these files are listed in section Parmeters I think the solution is clear. I would suggest possibly before and after "Constants are defined in ..." add an extra blank line. To stand out this information.
9:31 PM Ticket #2422 (_Crypt_EncryptData) closed by guinness
Fixed
9:31 PM Ticket #2422 (_Crypt_EncryptData) updated by guinness
I somehow fixed it (I'm tweaking the build scripts) but it was unintentional.
9:58 AM Ticket #2405 (Possible issue with FileGetVersion.) closed by Jon
Fixed: Fixed by revision [8908] in version: 3.3.9.20
9:53 AM Ticket #2405 (Possible issue with FileGetVersion.) updated by Jon
The docs for FileGetVersion are wrong. A "CompiledScript" property is no longer there. I'll remove it. The way to add a custom version number is the pragma directive. And to get the version of AutoIt used you use the @AutoItVersion macro. See here: […]

Aug 31, 2013:

9:37 AM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) closed by guinness
No Bug

Aug 30, 2013:

4:52 PM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) updated by anonymous
Thank you for the clarification. I reread Documentation, context became clear. please close this ticket.
1:31 PM Ticket #2368 (Inconsistent GUICreate results) updated by Matt Diesel
The correct solution is using the AdjustWindowRectEx function. This wrapper around GUICreate should always create a window with the correct client size. […] AdjustWindowRectEx has a note about not being able to specify the WS_OVERLAPPED style. I'll have to test what that actually means.
12:28 PM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) updated by Matt Diesel
Usually when the docs say that, they mean that @error is set to something non-zero. There are no specific error codes. In order to check errors you should just use: […] This is pretty standard wording in the helpfile.
12:24 PM Ticket #2432 ($tagREBARBANDINFO in StructureConstants.au3) closed by Matt Diesel
Fixed: Fixed by revision [8884] in version: 3.3.9.20
12:03 PM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) updated by Matt Diesel
No issue here in the example, as an ini file will still work when multiple keys have the same name (the first defined value will be returned by IniRead, so MyValue1). If you want unique keys then this is up to the programmer to implement. However, absolutely no checking is done on the string format at all, so completely invalid strings can still be written. That is more of an issue. I still believe it is up to programmer to make sure the data they are writing is correct though.
11:42 AM Ticket #2385 (@include) updated by Matt Diesel
Basically, the op is looking for something similar to pythons if __name__ == __main__ which is used fairly often in python modules. This allows a module to be a program and a library in the same file. So in the op's example, running the include file directly would run some tests, or examples or something, whereas running another file that included it would do nothing. Mlipok, that's not what the op was looking for, and relies on runtime includes in addition to this. It's somewhat unnecessary as well when we already have #include-once. I think without a lot of the other reflection/runtime features other languages have this feature would not be particularly useful.
11:31 AM Ticket #2436 (AutoIt Command Line Interpreter) updated by Matt Diesel
For completeness, the original forum topic can be found here: http://www.autoitscript.com/forum/topic/154089-autoit-useconsole/ I think you'll find that almost all programs in AutoIt are GUI based. When you say it's difficult to create a proper GUI application that's event driven then I think you are being very unfair, and the only language I have ever used that is easier to create and use GUIs in is C#, and even then the only reason it beats AutoIt is because of visual studio, the language itself doesn't make GUIs any easier. Console programs are very rarely used, and the lack of a proper console library shows that. There has been some interest in it, but in two years I've had at most 10 people show a genuine interest in my console.au3. For now, I would have though MHz solution would be good enough. This feature does not have to be added to the AutoIt interpreter either, so if you can come up with a solution (possibly using what MHz has already) that is satisfactory, then an MVP like myself could add it to the installer.

Aug 29, 2013:

6:01 PM Ticket #2435 (Different behaviour between "=" and "==") closed by Melba23
No Bug: No bug - see 2434
6:00 PM Ticket #2434 (Different behaviour between "=" and "==") closed by Melba23
No Bug
5:59 PM Ticket #2434 (Different behaviour between "=" and "==") updated by Melba23
There is no bug. Using the == operator converts both sides to strings and "test" is obviously not the same as "0". However, the = operator does not do this - both sides are treated as numbers and Number("test") = 0. So 0 = 0 is true. M23
3:29 PM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) created by helloyou_tos_jg@…
For this code : […] the return should be 0 and @error = 1 because …
3:00 AM Ticket #2436 (AutoIt Command Line Interpreter) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:29 AM Ticket #2436 (AutoIt Command Line Interpreter) created by anonymous
AutoIt3.exe is a GUI application so a console isn't allocated for it …
1:25 AM Ticket #2385 (@include) updated by Beege
Im confused on the implementation. From the example posted and assuming that would be an include, if the preprocessor replaces @include with true you would end up with this correct? […]

Aug 28, 2013:

7:24 AM Ticket #2434 (Different behaviour between "=" and "==") updated by anonymous
Replying to anonymous: Sorry, I made a mistake: […]
7:16 AM Ticket #2435 (Different behaviour between "=" and "==") created by binhnx89@…
It's different result when use "=" or "==" to compare string value …
7:15 AM Ticket #2434 (Different behaviour between "=" and "==") created by anonymous
It's different result when use "=" or "==" to compare string value …

Aug 27, 2013:

8:19 PM Ticket #2385 (@include) updated by BrewManNH
I still don't understand the point of it. I'd declare a variable in the main script and check to see if it's declared in the UDF, if I were ever to have the need to do something like this myself. But, I suppose that might be too difficult for some.
5:05 PM Ticket #2433 (Identify monospaced fonts in Appendix) created by Spiff59
It would be useful to identify which fonts are monospaced, such as …
11:16 AM Ticket #2385 (@include) updated by James
@BrewManNH, I guess it would mean that one file can act independently if it's not as a UDF or only provide a subset of functionality if it was.

Aug 26, 2013:

7:35 PM Ticket #2385 (@include) updated by BrewManNH
I'm at a loss trying to figure out what the point of this is myself. What exactly would this achieve, and what benefit would it have to anyone?
7:24 PM Ticket #2422 (_Crypt_EncryptData) updated by BrewManNH
The example script is duplicated, but the first one doesn't open a second script that I can see. BTW, the message boxes should have some kind of title explaining that the first one is the encrypted data, and the second one saying it's the decrypted data.
3:54 PM Ticket #2432 ($tagREBARBANDINFO in StructureConstants.au3) created by Starg
GuiReBar UDF doesn't work correctly on Windows XP due to the wrong …
2:03 PM Ticket #2428 (TrayCreateMenu - syntax - default values) closed by FireFox
Completed: Added by revision [8789] in version: 3.3.9.20
2:01 PM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by FireFox
Replying to mlipok: > Do changes in the description of the syntax, introduced in the documentation will have an impact on, the text displayed in Scite4AutoIt I mean calltips guide. > The descriptions are updated for each autoit release (like the documentation if changed), it's not related to Scite4AutoIt.
11:55 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by mlipok
sorry I mean Are these two examples produce the same result? TrayCreateMenu('Text', -1, 0) TrayCreateMenu('Text')
11:44 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by mlipok
Example is better than a thousand words So I ask you: why syntax is not described in this way? […] Are these two examples produce the same result? TrayCreateMenu('Text', -1, 1) TrayCreateMenu('Text') This is important. but basically I have a question related to the problem, but this time to Jos Do changes in the description of the syntax, introduced in the documentation will have an impact on, the text displayed in Scite4AutoIt I mean calltips guide.
11:23 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by mlipok
Thanks I need to verify my own observations.
11:23 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by mlipok
Thanks I need to verify my own observations.
10:23 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by FireFox
Replying to mlipok: Can you be more specific? I see descriptive parameters: menuID [optional] If defined, allows you to create a submenu in the referenced menu. If equal -1 it refers to first level menu. menuentry [optional] Allows you to define the entry number to be created. The entries are numbered starting at 0.
10:21 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) closed by FireFox
Completed: Changed by revision [8786] in version: 3.3.9.20
10:14 AM Ticket #2431 (Win.... ("title" [, "text" - syntax and description) closed by FireFox
Completed: Added by revision [8785] in version: 3.3.9.20
9:59 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by FireFox
Are you talking about TraySetState or TrayItemSetState? It's not the same thing at all. I suggest those constants for the TraySetState function: $TRAYICONSTATE_SHOW = 1 $TRAYICONSTATE_HIDE = 2 $TRAYICONSTATE_FLASH = 4 $TRAYICONSTATE_STOPFLASH = 8
7:59 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by mlipok
oh.. You righte not TrayItemGetState() but in Return Value there is a reference: "Returns the state. See TrayItemSetState table for values." please add the same to the TrayGetMsg Because in TrayItemSetState in Remarks there is a quite nice "State table"
7:18 AM Ticket #2429 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) closed by guinness
Duplicate
7:16 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by guinness
TrayGetMsg() & GUIGetMsg() should resemble each other, not TraySetState(). I will leave open and fix the table structure. No need to respond to this ticket for now.
7:10 AM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by guinness
Resolution, Milestone changed
Fixed by revision [8783] in version: 3.3.9.20
6:00 AM Ticket #2431 (Win.... ("title" [, "text" - syntax and description) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:00 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:00 AM Ticket #2429 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:00 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:02 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) updated by mlipok
sorry created two times the same Track Ticket
2:00 AM Ticket #2427 (ControlTreeView - option2 ??) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:39 AM Ticket #2431 (Win.... ("title" [, "text" - syntax and description) created by mlipok
Almost all such functions WinSet Winget WinWait WinMove syntax is …
1:15 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) created by mlipok
All these functions have different records in remarks. "None" "None" …
1:15 AM Ticket #2429 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) created by mlipok
All these functions have different records in remarks. "None" "None" …
1:03 AM Ticket #2428 (TrayCreateMenu - syntax - default values) created by mlipok
in TrayCreateMenu in syntax there is: […] Is there are default …
1:00 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:58 AM Ticket #2427 (ControlTreeView - option2 ??) created by mlipok
in ControlTreeView Syntax and parameters talk about option2 […] …
12:34 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by mlipok
please if possible make the two parts of the documentation.
12:33 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) created by mlipok
TrayGetMsg - There is no Magic Number only constants. unlike the …

Aug 25, 2013:

8:02 PM Ticket #2425 (A few more minor helpfile annoyances.) closed by guinness
Fixed: Fixed by revision [8779] in version: 3.3.9.20
5:37 PM helpfile.zip attached to Ticket #2425 by Jaber <jaberwocky6669@…>
5:36 PM Ticket #2425 (A few more minor helpfile annoyances.) created by Jaber <jaberwocky6669@…>
Attached is the txt describing the things and a few helpfile txts in …
2:05 PM Ticket #2385 (@include) updated by mlipok
Replying to anonymous: > Replying to mlipok: > > {{{ > > Else > > #include <ie.au3> > > }}} > > Unfortunately does not work, but I think explains the idea. > You cannot use #include in an if clause, that's why it is not working. I know. See my statement in the comment number 5.
2:01 PM Ticket #2424 (Keywords.html is mostly empty.) updated by mlipok
;)
2:01 PM Ticket #2424 (Keywords.html is mostly empty.) updated by mlipok
ha ha ha
11:32 AM Ticket #2423 (VarGetType - example - question) updated by mlipok
ok Thanks
11:09 AM Ticket #2424 (Keywords.html is mostly empty.) closed by guinness
No Bug
11:09 AM Ticket #2424 (Keywords.html is mostly empty.) updated by guinness
mlipok beat you to it already.:)
10:31 AM Ticket #2424 (Keywords.html is mostly empty.) created by Jaber <jaberwocky6669@…>
autoit-docs-v3.3.9.19-src\docs\autoit\english\html\keywords.htm is …
10:17 AM Ticket #2423 (VarGetType - example - question) closed by guinness
Completed: Added by revision [8766] in version: 3.3.9.20
10:17 AM Ticket #2423 (VarGetType - example - question) updated by guinness
VarGetType will return Ptr for both a handle and pointer. But I updated the function anyway.
10:14 AM Ticket #2385 (@include) updated by anonymous
Replying to mlipok: > {{{ > Else > #include <ie.au3> > }}} > > > Unfortunately does not work, but I think explains the idea. You cannot use #include in an if clause, that's why it is not working.
10:00 AM Ticket #2423 (VarGetType - example - question) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:36 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) updated by mlipok
Replying to guinness: > For now there direct links aren't in additional help file sections, only function documentation. I will do a global update in the future of this. ok > I fixed the statement though. Thanks. You're welcome
9:33 AM Ticket #2420 (Tutorial - Regular Expression - links in example) updated by mlipok
ok
9:30 AM Ticket #2423 (VarGetType - example - question) created by mlipok
in VarGetType in Related is list of function Is... there is a 12 …
9:25 AM Ticket #2422 (_Crypt_EncryptData) created by anonymous
twice repeated the first example first example opens another script
9:07 AM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by guinness
I still don't understand, sorry. Please download the source docs (http://www.autoitscript.com/autoit3/files/beta/autoit/) and update the relevant files in html\macros and send to me via PM. Thank you.
9:02 AM Ticket #2421 (Keyword/Statement Reference - BUG - empty list/table) closed by guinness
Fixed: Fixed by revision [8762] in version: 3.3.9.20
9:01 AM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by mlipok
Seeing what changes were made to version 3.3.9.19 I think that created some misunderstanding. You change: "Macro Reference" description I think this was wrong When I propose to change Appendix: I mean: "@OSLang values/codes" in "Appendix Reference" there is: […] and here I propose: […] Besides, now changed links no longer results in the APPENDIX. I think now more accurately explained what I meant earlier.
8:56 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) updated by guinness
For now there direct links aren't in additional help file sections, only function documentation. I will do a global update in the future of this. I fixed the statement though. Thanks.
8:54 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) closed by guinness
Rejected
8:53 AM Ticket #2420 (Tutorial - Regular Expression - links in example) updated by guinness
Direct links are only in examples for the indicated function.
8:53 AM Ticket #2420 (Tutorial - Regular Expression - links in example) closed by guinness
Rejected
8:51 AM Ticket #2410 (Obj/COM Reference - PROPOSAL) updated by mlipok
Explanation for example: I think that the examples are often used code fragments in programs that are written for all developers, but especially for novices. I think it would be good if the example was quite complementary, as I suggested in this case.
8:41 AM Ticket #2387 (FileOpen - parameters description - Filename of the text file to open.) updated by mlipok
I only confirm in 3.3.9.19 now is fixed thanks
8:30 AM Ticket #2421 (Keyword/Statement Reference - BUG - empty list/table) created by mlipok
in Keyword/Statement Reference "Below is a complete list of the …
8:22 AM Ticket #2420 (Tutorial - Regular Expression - links in example) created by mlipok
The examples are not working links v3.3.9.19
8:07 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) created by mlipok
BUG: "e.g. List windows matching a classname defined by a …
7:29 AM Ticket #2385 (@include) updated by mlipok
it's not supposed to be running the script, and the only example showing IDEA

Aug 24, 2013:

6:41 PM Ticket #2405 (Possible issue with FileGetVersion.) updated by anonymous
[…]
6:40 PM Milestone 3.3.9.19 completed
6:35 PM Ticket #2385 (@include) updated by anonymous
James is right. I have tried to explain it two times in the past few days, but my posts always vanish. @mlipok I guess we mean the same thing, but your solution is very messy and I don't want to call any functions to achive that.
4:44 PM Ticket #2407 (Window Titles and Text (Advanced) - Example - Proposal) closed by guinness
Completed: Changed by revision [8749] in version: 3.3.9.19
4:40 PM Ticket #2408 (WinList - PROPOSAL (Paramter and Example)) closed by guinness
Completed: Added by revision [8748] in version: 3.3.9.19
4:31 PM Ticket #2406 (_ArraySearch - PROPOSAL and Question) closed by guinness
Fixed: Fixed by revision [8747] in version: 3.3.9.19
4:13 PM Ticket #2405 (Possible issue with FileGetVersion.) updated by anonymous
3.3.9.18
1:47 PM Ticket #2417 (Built help file errors) updated by guinness
No, James meant in the index it said UDFs Constants include files < but it should've been UDFs Constants include files.
1:02 PM Ticket #2417 (Built help file errors) updated by mlipok
In The second point do you mean that a description about include file not always contain these marks <...> ?
1:00 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:38 PM Ticket #2417 (Built help file errors) closed by guinness
Fixed: Fixed by revision [8735] in version: 3.3.9.19
12:38 PM Ticket #2417 (Built help file errors) updated by guinness
The third point isn't an issue either. ce, #ce, cs, #cs, comments-end, #comments-end, comment-start & #comments-start are all present in the help file.
12:28 PM Ticket #2418 (Where to add a description about file with constants definition. ...) created by mlipok
this was discused here: …
12:25 PM Ticket #2417 (Built help file errors) updated by guinness
The first one is correct and not an error. I will fix the rest though. Thanks.
12:14 PM Ticket #2415 (StringStripCR - headline - Return Value - PROPOSAL) closed by guinness
Completed: Added by revision [8731] in version: 3.3.9.19
12:13 PM Ticket #2417 (Built help file errors) created by James
There are some errors with the Beta version of AutoIt: 1. "-" is in …
12:04 PM Ticket #2413 (Ternary operator - Remarks - PROPOSAL) updated by guinness
Owner, Resolution, Milestone changed
Added by revision [8729] in version: 3.3.9.19
12:02 PM Ticket #2411 (Keyword/Statement Reference - PROPOSAL) updated by guinness
Owner changed
Fixed by revision [8728] in version: 3.3.9.19
11:59 AM Ticket #2385 (@include) updated by mlipok
Firstly, it was not my TICKET Second, thought about, and I made an example of what the applicant wanted to achieve, or at least I think that was it. […] Unfortunately does not work, but I think explains the idea.
11:34 AM Ticket #2413 (Ternary operator - Remarks - PROPOSAL) closed by James
Rejected: This is already in the beta and has been in since Revision #7369 which was October 6th.
11:31 AM Ticket #2411 (Keyword/Statement Reference - PROPOSAL) closed by James
Fixed: Fixed by revision [8723] in version: 3.3.9.19
11:22 AM Ticket #2385 (@include) updated by James
@FireFox, from what I gather, this would allow a UDF file to know whether it has been included or not.
11:21 AM Ticket #2405 (Possible issue with FileGetVersion.) updated by James
Are you using the latest betas?
10:52 AM Ticket #2416 (PixelChecksum - Constructor and Parameters - not defined default value ...) closed by FireFox
Completed: Added by revision [8721] in version: 3.3.9.19
3:00 AM Ticket #2415 (StringStripCR - headline - Return Value - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:00 AM Ticket #2413 (Ternary operator - Remarks - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:38 AM Ticket #2416 (PixelChecksum - Constructor and Parameters - not defined default value ...) created by mlipok
in PixelCheksum in Constructor and Parameters section there is not …
1:25 AM Ticket #2415 (StringStripCR - headline - Return Value - PROPOSAL) created by mlipok
in StringStripCR in headline "Removes all carriage return values ( …
1:00 AM Ticket #2412 (#include - Question) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:53 AM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) created by mlipok
in FileGetPos in section Return Value […] in Remarks […] Can …
12:05 AM Ticket #2413 (Ternary operator - Remarks - PROPOSAL) created by mlipok
in Ternary operator in Remarks I propose, add link: "This Conditional …
12:00 AM Ticket #2411 (Keyword/Statement Reference - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Aug 23, 2013:

11:32 PM Ticket #2387 (FileOpen - parameters description - Filename of the text file to open.) updated by mlipok
in 3.3.9.18 it is still not fixed
11:00 PM Ticket #2410 (Obj/COM Reference - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:43 PM Ticket #2412 (#include - Question) created by mlipok
in Keyword Reference / #include Why this document contain this …
10:35 PM Ticket #2411 (Keyword/Statement Reference - PROPOSAL) created by mlipok
the table of contents, this section is called "Keyword / Statement …
10:29 PM Ticket #2410 (Obj/COM Reference - PROPOSAL) created by mlipok
in "Language Reference" in "Obj/COM Reference" Please consider adding …
10:09 AM Ticket #2409 (WinSetTrans - AZJIO - PROPOSAL) closed by FireFox
Rejected
5:00 AM Ticket #2407 (Window Titles and Text (Advanced) - Example - Proposal) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:00 AM Ticket #2406 (_ArraySearch - PROPOSAL and Question) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:00 AM Ticket #2409 (WinSetTrans - AZJIO - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:15 AM Ticket #2409 (WinSetTrans - AZJIO - PROPOSAL) created by mlipok
In this post: …
2:00 AM Ticket #2408 (WinList - PROPOSAL (Paramter and Example)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:56 AM Ticket #2408 (WinList - PROPOSAL (Paramter and Example)) updated by mlipok
... and of course link to Title special definition.
1:54 AM Ticket #2407 (Window Titles and Text (Advanced) - Example - Proposal) updated by mlipok
I think the better example to use REGEXPTITLE should be this: […]
1:51 AM Ticket #2408 (WinList - PROPOSAL (Paramter and Example)) created by mlipok
in Parameter description now: The title/hWnd/class of the window …
1:34 AM Ticket #2407 (Window Titles and Text (Advanced) - Example - Proposal) created by mlipok
Please add a new example: e.g. List windows matching a title defined …
1:23 AM Ticket #2406 (_ArraySearch - PROPOSAL and Question) created by mlipok
PROPOSAL: in _ArraySearch […] PROPOSAL […] before: …
12:13 AM Ticket #2405 (Possible issue with FileGetVersion.) updated by anonymous
Still get a blank msgbox. The code example I last posted was messed up by me when I formatted it to be posted.

Aug 22, 2013:

6:43 PM Ticket #2405 (Possible issue with FileGetVersion.) updated by guinness
Look at the #pragma example. […]
6:36 PM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) closed by guinness
Completed: Changed by revision [8690] in version: 3.3.9.19
6:30 PM Ticket #2400 (#pragma - inputboxres - description) closed by guinness
Completed: Added by revision [8689] in version: 3.3.9.19
1:27 AM Ticket #2405 (Possible issue with FileGetVersion.) updated by jaberwacky
Replying to guinness: > By default now AutoIt is compiled as 0.0.0.0 unless you specify the correct #pragma version directive. Ok I did it with the two relevant pragma directives that I could find and still I get a blank msgbox> […]

Aug 21, 2013:

10:28 PM Ticket #2399 (FileOpenDialog - Function constructor - bug ?) updated by mlipok
So still there is some discrepancy, because the parameter description is written clearly:   […] Unless I'm wrong.
10:12 PM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by mlipok
All right. I accept your answer as a binding, although I once had the opportunity to see the usefulness of IsDeclared () in my own scripts, but that was a long time ago. Since then, I changed my style of programming.
10:03 PM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by mlipok
I ask: Is that correct? You answer "I don't see the issue" - so I think this mean Answer="Yes" If my thoughts are good, then please consider this change: indicated in Appendix I propose that change: from […] on something like this […]
9:46 PM Ticket #2405 (Possible issue with FileGetVersion.) updated by mlipok
Good to know. Please add an appropriate description in "Compile Pragma Directives" off topic: this is not my ticket
8:50 PM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by guinness
IsDeclared should be used in "special cases" only. If you declare the variable using the following declaration keywords, then you know it's declared and thus there's no point in using IsDeclared.
8:48 PM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) closed by guinness
Rejected
8:46 PM Ticket #2405 (Possible issue with FileGetVersion.) updated by guinness
By default now AutoIt is compiled as 0.0.0.0 unless you specify the correct #pragma version directive.
8:43 PM Ticket #2397 (For...To...Step...Next - Remarks - PROPOSAL) closed by guinness
Completed: Added by revision [8677] in version: 3.3.9.19
8:39 PM Ticket #2394 (Macro Reference - AutoIt Related - Description - PROPOSAL) closed by guinness
Completed: Added by revision [8676] in version: 3.3.9.19
8:38 PM Ticket #2398 (_FileWriteLog - Parameters Description - Proposal) closed by guinness
Completed: Added by revision [8675] in version: 3.3.9.19
8:27 PM Ticket #2402 (_FileReadToArray - Parameters description - PROPOSAL) closed by guinness
Completed: Added by revision [8674] in version: 3.3.9.19
8:25 PM Ticket #2401 (StringSplit - Parameters Description - PROPOSAL) closed by guinness
Completed: Added by revision [8673] in version: 3.3.9.19
8:24 PM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by guinness
Could you explain further please? I don't see the issue.
8:22 PM Ticket #2395 (_Date_Time_GetSystemTimeAdjustment - missed and unwanted Chars) closed by guinness
Fixed: Fixed by revision [8672] in version: 3.3.9.19
8:15 PM Ticket #2404 (Collection of minor helpfile typos.) updated by anonymous
Replying to guinness: > In FileReadToArray containing was incorrectly spelt. Oops. I Thought I fixed that! Oh well. Thanks!
8:15 PM Ticket #2399 (FileOpenDialog - Function constructor - bug ?) closed by guinness
No Bug
8:14 PM Ticket #2399 (FileOpenDialog - Function constructor - bug ?) updated by guinness
It's not documented as default name being "", so it shouldn't be added as an optional parameter in the syntax example.
8:13 PM Ticket #2403 (Non-existant Function in The Heplfile) updated by anonymous
I thought I had added a comment to this earlier. Oh well. I thought it was strange that it was located under Function Reference. It makes it look like a function.
8:12 PM Ticket #2403 (Non-existant Function in The Heplfile) updated by guinness
This is already fixed by pointing to the tutorial as mlipok said.
8:11 PM Ticket #2403 (Non-existant Function in The Heplfile) closed by guinness
No Bug
8:11 PM Ticket #2405 (Possible issue with FileGetVersion.) created by anonymous
FileGetVersion says that this will return the version of the autoit …
8:10 PM Ticket #2404 (Collection of minor helpfile typos.) closed by guinness
Fixed: Fixed by revision [8671] in version: 3.3.9.19
8:10 PM Ticket #2404 (Collection of minor helpfile typos.) updated by guinness
Thanks ever so much. That was very easy! In FileReadToArray containing was incorrectly spelt.
6:31 AM Helpfile Corrections.zip attached to Ticket #2404 by jaberwacky
helpfile corrections
6:30 AM Ticket #2404 (Collection of minor helpfile typos.) created by jaberwacky
I have taken the liberty of correcting the minor typos. See attached. …
5:16 AM Ticket #2403 (Non-existant Function in The Heplfile) updated by mlipok
This is not a function, but a script. Check the index there is a StringRegExpGUI - which is a link to "Tutorial - Regular Expression". In this tutorial on the bottom there is a BUTTON named "Open StringRegExpGUI.au3"
5:00 AM Ticket #2402 (_FileReadToArray - Parameters description - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:21 AM Ticket #2403 (Non-existant Function in The Heplfile) created by jaberwacky
In the helpfile under String Management there exists a non-existant …
4:00 AM Ticket #2401 (StringSplit - Parameters Description - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:52 AM Ticket #2402 (_FileReadToArray - Parameters description - PROPOSAL) created by mlipok
in _FileReadToArray in parameters description there is a text: …
3:50 AM Ticket #2401 (StringSplit - Parameters Description - PROPOSAL) created by mlipok
in StringSplit in Parameters Description in parameters description …
3:46 AM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by anonymous
simply: I propose add an appropriate description in the Remarks and of course a link to IsDeclared()
3:41 AM Ticket #2399 (FileOpenDialog - Function constructor - bug ?) updated by mlipok
So it looks like, it should be changed in the documentation.
3:06 AM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by BrewManNH
Your proposal isn't clear. What exactly are you trying to say?
3:00 AM Ticket #2399 (FileOpenDialog - Function constructor - bug ?) updated by BrewManNH
The first example is definitely written wrong, the second one (FileSetTime) is correctly written.
3:00 AM Ticket #2398 (_FileWriteLog - Parameters Description - Proposal) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:00 AM Ticket #2397 (For...To...Step...Next - Remarks - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:00 AM Ticket #2400 (#pragma - inputboxres - description) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:52 AM Ticket #2400 (#pragma - inputboxres - description) created by mlipok
Please extend the documentation for a description of the #pragma …
12:35 AM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by AdmiralAlkex
Uhhm maybe because it says everywhere to not set the version field on feature requests and yet he did? Try reading the ticket guidelines next time.
12:20 AM Ticket #2399 (FileOpenDialog - Function constructor - bug ?) created by mlipok
in FileOpenDialog the constructor is described that: […] is this …
12:00 AM Ticket #2396 (WinActivate - Remarks - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Aug 20, 2013:

11:33 PM Ticket #2398 (_FileWriteLog - Parameters Description - Proposal) updated by anonymous
the same for _FileWriteFromArray and propose additional link in Remarks to the same function: "To use other write modes, like append or Unicode formats, open the file with FileOpen() first and pass the file handle instead."
11:31 PM Ticket #2398 (_FileWriteLog - Parameters Description - Proposal) created by mlipok
in _FileWriteLog in Parameters Description there is: […] I …
11:23 PM Ticket #2397 (For...To...Step...Next - Remarks - PROPOSAL) updated by mlipok
the same proposal in For...In...Next
11:21 PM Ticket #2397 (For...To...Step...Next - Remarks - PROPOSAL) created by mlipok
in For...To...Step...Next in Remarks there is a text: The Variable …
11:00 PM Ticket #2394 (Macro Reference - AutoIt Related - Description - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:30 PM Ticket #2396 (WinActivate - Remarks - PROPOSAL) created by anonymous
in Remarks There is a that description "@extended contains additional …
10:08 PM Ticket #2395 (_Date_Time_GetSystemTimeAdjustment - missed and unwanted Chars) created by anonymous
in _Date_Time_GetSystemTimeAdjustment in ReturnValue: I noticed: …
10:07 PM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by anonymous
btw. Why "Automatic ticket cleanup." delete Version info
10:00 PM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:49 PM Ticket #2394 (Macro Reference - AutoIt Related - Description - PROPOSAL) created by mlipok
in Macro Reference - AutoIt Related in Column named "Descrption" I …
9:46 PM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) created by mlipok
@KBLayout Returns code denoting Keyboard Layout. See Appendix for …
9:39 PM Ticket #2392 (Dim / Global / Local / Const - Remarks - PROPOSAL) created by mlipok
in Dim / Global / Local / Const in Remarks: I propse to add …
9:00 PM Ticket #2391 (Select...Case...EndSelect - Remarks - PROPOSAL) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:14 PM Ticket #2391 (Select...Case...EndSelect - Remarks - PROPOSAL) updated by guinness
Linking to the operators page will cause confusion that all operators are supported. So I have rejected this ticket. Thanks for requesting though.
8:12 PM Ticket #2391 (Select...Case...EndSelect - Remarks - PROPOSAL) closed by guinness
Rejected
8:10 PM Ticket #2389 (VarGetType - Remarks - Proposal) closed by guinness
Completed: Added by revision [8669] in version: 3.3.9.19
8:08 PM Ticket #2390 (_DateToDayValue - ReturnValue - proposal) closed by guinness
Fixed: Fixed by revision [8668] in version: 3.3.9.19
8:00 PM Ticket #2389 (VarGetType - Remarks - Proposal) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:59 PM Ticket #2391 (Select...Case...EndSelect - Remarks - PROPOSAL) created by anonymous
in Select...Case...EndSelect in Remarks Please add link to "Language …
7:35 PM Ticket #2390 (_DateToDayValue - ReturnValue - proposal) created by mlipok
I Return Value there is: Returns the Juliandate (days since noon 4713 …
7:22 PM Ticket #2389 (VarGetType - Remarks - Proposal) created by mlipok
I propose to add to Remarks link to "Language Reference - Datatypes" …
12:14 PM Ticket #2388 (Broken links in History) closed by FireFox
No Bug: Issue already fixed in 3.3.9.18
11:32 AM Ticket #2388 (Broken links in History) created by Starg
Links to UDFs in History (AutoIt3.chm::/html/history_chm.htm) are …
10:50 AM Ticket #2385 (@include) updated by FireFox
I don't understand the purpose of this, can you explain better what are the advantages to add this feature?
10:41 AM Milestone 3.3.9.18 completed
10:33 AM Ticket #2387 (FileOpen - parameters description - Filename of the text file to open.) closed by FireFox
Fixed: Fixed by revision [8656] in version: 3.3.9.18
10:23 AM Ticket #2367 (beta regression on retrieving twice same $oIE.document) closed by Jon
Fixed: Fixed by revision [8655] in version: 3.3.9.18

Aug 19, 2013:

11:00 PM Ticket #2387 (FileOpen - parameters description - Filename of the text file to open.) updated by mlipok
Pleas change parameters description From that Filename of the text file to open. to something like that Filename to open (full path).
10:56 PM Ticket #2387 (FileOpen - parameters description - Filename of the text file to open.) created by mlipok
This function can open many file types, not only TXT. EXAMPLE: …
7:33 PM Ticket #2368 (Inconsistent GUICreate results) updated by FireFox
I don't see why the internal function of GUICreate would contain superfluous code to create a wrong window size. I tried with the CreateWindowEx function, it gives different results with some styles but the client area does not correspond either to the size initially set.
6:51 PM Ticket #2368 (Inconsistent GUICreate results) updated by vlad@…
Keeping the client area constant would be OK as well, but it just doesn't happen in AutoIT (see the BugDemo1.txt file that I've attached originally) - everything changes ... Replying to FireFox: > huh, it's the same with Visual Express Form builder. > > If you change the FormBorderStyle, it resizes the Form in order to keep the same client area which is IMO quite logic. > > And so does autoit.
3:00 PM Ticket #2367 (beta regression on retrieving twice same $oIE.document) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:52 PM Ticket #2367 (beta regression on retrieving twice same $oIE.document) reopened by Jon
9:19 AM Ticket #2368 (Inconsistent GUICreate results) updated by FireFox
huh, it's the same with Visual Express Form builder. If you change the FormBorderStyle, it resizes the Form in order to keep the same client area which is IMO quite logic. And so does autoit.
7:38 AM Ticket #2386 (Helpfile Issue) closed by guinness
Fixed: Fixed by revision [8653] in version: 3.3.9.18
3:29 AM Ticket #2386 (Helpfile Issue) created by jaberwocky6669
Under the String Management section of the helpfile is a listing for …

Aug 18, 2013:

6:53 PM Ticket #2385 (@include) created by anonymous
A new makro that would be very easy to implement: Before executing or …
12:41 PM Ticket #2358 (FileInstall: accept "" as "source" to include the current script) closed by Jon
Completed: Added by revision [8632] in version: 3.3.9.18
12:21 PM Ticket #2358 (FileInstall: accept "" as "source" to include the current script) updated by Jon
I've written some code that allows aut2exe to handle @ScriptFullPath when used as the first parameter.
12:00 PM Ticket #2375 (Change default return value for SetError and SetExtended) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:00 AM Ticket #2381 (StringIsSpace - does not work in all cases) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:45 AM Ticket #2375 (Change default return value for SetError and SetExtended) updated by Jon
Type changed
10:44 AM Ticket #2381 (StringIsSpace - does not work in all cases) updated by Jon
Type changed
10:36 AM Ticket #2384 (UDPRecv() and TCPRecv() not setting @error correctly in some instances.) closed by Jon
Fixed: Fixed by revision [8628] in version: 3.3.9.18
10:31 AM Ticket #2384 (UDPRecv() and TCPRecv() not setting @error correctly in some instances.) created by Jon
See: http://www.autoitscript.com/forum/topic/153709-udprecv-bug/
4:41 AM Ticket #2368 (Inconsistent GUICreate results) updated by vlad@…
I have done something quite similar in my project, but this wasn't quite my point... WinMove behaves consistently: you tell it to do a 640x480, 640x480 it is, no matter what style the window is (of course, the size of the "client area" will be affected by the thickness of the borders). GUICreate, on the other hand, creates a window with a mostly random size: you tell it 640x480 and in most cases you get a window that has neither the "outer box" nor the "client area" of 640x480 ... it just happens that for the "default style" the outer box is 640x480. I believe the implementation of GUICreate should offer some "certitude", in the sense that either the outer or the inner dimensions of the created window should be the ones specified by the calling arguments. It's just a matter of consistency ... Of course, this wouldn't change the fact that most programs will have to figure out the other dimensions so the GUI arrangement matches the intended design. Anyhow, in my view this issue would fall somewhere between annoyance and minor bug. But as most of the AutoIT features are quite neat and clean, I thought it made sense letting you guys know about it.

Aug 16, 2013:

10:05 PM Ticket #2381 (StringIsSpace - does not work in all cases) updated by jchd18
I'm late here! It is as Jon says it is.
9:00 PM Ticket #2383 (Allow Aut2exe GUI to accept dropped files) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:34 PM Ticket #2383 (Allow Aut2exe GUI to accept dropped files) created by autoit@…
To compile a script into an executable three files are needed. - …
2:37 PM Ticket #2381 (StringIsSpace - does not work in all cases) updated by Jon
The Remarks section says what characters are classed as space. You can use regexp with the \h and \v to match other sorts (\s just matches the same as the StringIsSpace function). More of a feature request really. The horizontal space characters are: U+0009 Horizontal tab U+0020 Space U+00A0 Non-break space U+1680 Ogham space mark U+180E Mongolian vowel separator U+2000 En quad U+2001 Em quad U+2002 En space U+2003 Em space U+2004 Three-per-em space U+2005 Four-per-em space U+2006 Six-per-em space U+2007 Figure space U+2008 Punctuation space U+2009 Thin space U+200A Hair space U+202F Narrow no-break space U+205F Medium mathematical space U+3000 Ideographic space The vertical space characters are: U+000A Linefeed U+000B Vertical tab U+000C Formfeed U+000D Carriage return U+0085 Next line U+2028 Line separator U+2029 Paragraph separator
Note: See TracTimeline for information about the timeline view.