Timeline



Apr 24, 2015:

1:00 PM Ticket #2901 (Text file as a binary) updated by Jon
Bumped for visibility.
2:22 AM Ticket #2989 (@OSVersion And Windows 10) updated by BrewManNH
You could always just run FileGetVersion("Winver.exe") and get the same basic information. On my Windows 7 SP1 system it return 6.1.7600.16385. The 6.1 corresponds to the 601 in the table, the 7600 is the build number.
1:46 AM Ticket #2989 (@OSVersion And Windows 10) updated by anonymous
as reply to BrewManNH's question in comment no3: that's the "microsoft way". the underlying "core" (or kernel) is identical for certain client and server os. 601 = win 7 / 2008 R2; 602 = win 8.0 / 2012. and that's exactly what we developers are interested in - the underlying "core". it's the information we need to add in our log files (e.g. "Log("OsVersion: " + @OSVersionNT)" and also the information we may use for conditional code execution (e.g. "If(@OSVersionNT > 603)".

Apr 23, 2015:

7:53 PM Ticket #2989 (@OSVersion And Windows 10) updated by BrewManNH
In a follow up to comment #3, why would you want that returned? It's a very untrustworthy way of determining the OS version. Using that you'd never know if you were running Win 7 or Server 2008, for an example, unless you further checked to see if the OS is a server or not.
5:00 PM Ticket #2989 (@OSVersion And Windows 10) updated by anonymous
in the same context it would be nice to introduce a new macro "@OSVersionNT" that returns a numeric value the mirosoft way: https://msdn.microsoft.com/en-us/library/aa370556.aspx (e.g. windows 2000 = 500; windows xp = 501; windows 7 = 601; windows 8.0 = 602)
4:48 PM Ticket #2989 (@OSVersion And Windows 10) updated by anonymous
also see RtlGetVersion to avoid the requirement of manifestation - as proposed in http://www.autoitscript.com/forum/topic/166932-os-version/

Apr 22, 2015:

8:28 AM Ticket #3015 (Object Schedule.Service) created by syperjazz@…
I did not test all Beta versions. On 3.3.13.5 it is working. And on …

Apr 20, 2015:

6:33 PM Ticket #3012 (GUISetFont - no default value for parameter: attribute) updated by BrewManNH
There is no value for the default, I would assume in this case the default value would be zero, meaning no attribute set. There's no constant to put in that parameter in the GUIConstantsEX.au3 file. We'd have to use a made up constant name if zero wasn't sufficient for there, which sort of goes against using the defined variables that the Windows API uses. But that decision is above my paygrade, and I'd just use the Default keyword, or zero.

Apr 18, 2015:

10:17 PM Ticket #3002 (Bug - _DateAdd('s', 1, '1970/01/01') Returns '1970/01/01') updated by mLipok
After deliberation, I have to agree with your opinion, and also to ask you to consider, adding an appropriate description for the Help documentation, because this was not clear for me so can be not clear for others, especialy non native english coders.
7:43 PM Ticket #3013 (Forum Intelligent Seach) closed by Jos
Rejected: The Search comes with the forum software we use so changes need to be requested there. .. or simply use Google. Jos
7:42 PM Ticket #3014 (Intelligent Forum Search) closed by Jos
Duplicate
12:02 PM Ticket #3002 (Bug - _DateAdd('s', 1, '1970/01/01') Returns '1970/01/01') closed by Melba23
No Bug: I am going to close this. It seems illogical to me that the function should deal with adding/subtracting an interval smaller than the lowest interval defined in the DTG passed to it. If the user wants to add/subtract a time interval they need to define the start time, not expect the function to default to some arbitrary value. M23
1:00 AM Ticket #3014 (Intelligent Forum Search) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:11 AM Ticket #3014 (Intelligent Forum Search) created by jrsofsd
I'd like to see a Forum Intelligent Search option in addition to …
12:00 AM Ticket #3013 (Forum Intelligent Seach) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Apr 17, 2015:

11:56 PM Ticket #3013 (Forum Intelligent Seach) created by jrsofsd
Id like to see a Forum Intelligent Search option in addition to …
8:28 AM Ticket #3012 (GUISetFont - no default value for parameter: attribute) updated by mLipok
I forgot to add some additional request: Please consider making appropriate changes.

Apr 14, 2015:

10:42 PM Ticket #3012 (GUISetFont - no default value for parameter: attribute) created by mLipok
In HelpFile documentation there is lack of information about the …

Apr 13, 2015:

8:06 AM Ticket #3011 (_FileListToArrayRec does not closes file handle) closed by Melba23
Fixed: Fixed by revision [11269] in version: 3.3.13.21
8:05 AM Ticket #3011 (_FileListToArrayRec does not closes file handle) updated by Melba23
I have discovered why there is a difference between 3.3.12.0 and 3.3.13.20 - in the latter only asking to exclude symbolic links from the UDF return uses the DLL call, excluding hidden and system files is done using the native FileFindFirstFile function. When I change the function parameters to exclude links I get the same results as you. Thanks for the report I will amend the UDF accordingly. M23

Apr 10, 2015:

4:19 AM Ticket #3011 (_FileListToArrayRec does not closes file handle) updated by MrCreatoR <mscreator@…>
Yes, 3.3.13.20 returns 0, but the UDF should be changed, FindFirstFileW handle never closed. […] should be […]

Apr 6, 2015:

4:34 PM Ticket #3011 (_FileListToArrayRec does not closes file handle) updated by Melba23
When running that reproducer script with 3.3.12.0, the second MsgBox indeed displays "1, 1" - running with 3.3.13.20 it displays "0, 0". Can you confirm? M23

Apr 5, 2015:

9:40 AM Ticket #3011 (_FileListToArrayRec does not closes file handle) created by MrCreatoR <mscreator@…>
After we read files in subfolders, the folder handle is not closed, …

Apr 2, 2015:

5:37 PM Ticket #3010 (Au3Info - Double Click on Listview in "Control" Tab) created by mLipok
When I 2*click on "Advanced Mode" then I get "[CLASS:Button; …

Apr 1, 2015:

10:48 AM Bad Hand MouseGetCursor.png attached to Ticket #3009 by J-Paul Mesnage
10:48 AM Ticket #3009 (MouseGetCursor for HAND) created by J-Paul Mesnage
Running GUISetCursor examle and after run MouseGetCursor example does …

Mar 30, 2015:

6:23 PM Ticket #3008 (texting on a notepad) closed by Jos
Rejected: This is a site for feature requests or Bug reports, not support requests. Please visit our forum for support. Jos
12:00 PM Ticket #3008 (texting on a notepad) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:11 AM Ticket #3008 (texting on a notepad) created by maheshit22@…
I am able to enter text in a notepad and save it. But what 1.if i …

Mar 28, 2015:

10:16 PM Ticket #3003 (Using a function call in an array assignment causes 2 function calls) updated by anonymous
@BrewManNH : you pointed exatly what I was trying to do to assist a forum user in this thread : http://www.autoitscript.com/forum/topic/169135-flexibility-with-declaring-an-array/ I wanted to post this kind of code : […] But when I saw the result, I decided to write a ticket here. For me, it is a bug, but you decid :-) If not, maybe something about this "bad" uasge should appear in the help file
8:22 PM Ticket #3003 (Using a function call in an array assignment causes 2 function calls) updated by BrewManNH
You're calling the function to get the returned value for the array assignment, then you're calling it again when you actually set the value to the array. Run this modification to your code to see what's happening. […] It calls the function the first time to see what element of the array to set it to, then when AutoIt does the actual declaration for the element it calls it again to see where it's going. You'll notice that the only element with anything in it is $aArray[1] because that's what the return value is when you set the string to the array. So, I don't know if this is a bug, but it looks like a bad idea to use a function call to determine where in an array to put something, at least don't do it in the actual declaration statement, because you won't be able to be 100% sure it's going where you think it's going.

Mar 26, 2015:

10:19 PM Ticket #3003 (Using a function call in an array assignment causes 2 function calls) updated by jguinch
I don't really understand what you mean in comment3…
5:15 PM Ticket #3003 (Using a function call in an array assignment causes 2 function calls) updated by anonymous
Replying to Melba23: > Interesting that it does not do the same when you set the function to a variable Not very interesting. You assign the return value of the function to a variable and then evaluate that variable expression (twice).
4:44 PM Ticket #3003 (Using a function call in an array assignment causes 2 function calls) updated by Melba23
Interesting that it does not do the same when you set the function to a variable: […] M23
3:42 PM Ticket #3007 (Make {} the empty map.) created by Jaberwacky
[…]
3:41 PM Ticket #3006 (Create a shortcut for the expression in a With statement.) created by Jaberwocky
[…]
3:39 PM Ticket #3005 (Allow maps as expressions in a "With" statement.) created by Jaberwacky
[…]
12:29 PM Ticket #3004 (Anonymous Maps) updated by jaberwacky
OK, it occurred to me just now. Should I create three separate trac tickets for these proposals? I still think these three proposals do not cover my original feature request though. I was hoping to set up an anonymous map using With and then refer to the map accordingly. However, the syntax for the empty map did always seem somewhat wrong though. […] Is this a better syntax?
Note: See TracTimeline for information about the timeline view.