Timeline



Sep 23, 2010:

12:12 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
Thanks now Jon can correct what he did #1444

Sep 22, 2010:

7:14 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by Daniel
Hello, i think it is a bug in the AutoIt Windows Info tool in version 3.3.6.0 and above. Because i think the AutoIt Windows Info tool is to identify buttons from programs wich are not written in AutoIt code. AutoIt is a great Tool to control other programs. And to do this you must be able to identify the buttons from other programs. Kind regards. Daniel
7:24 AM Ticket #1771 (Run*() failure for Elevated Processes with UAC) updated by Valik
I may address this in the future in a sensible way so I'm leaving the ticket open.
2:16 AM Ticket #1771 (Run*() failure for Elevated Processes with UAC) created by Ascend4nt
With Windows Vista+, when UAC is turned on, 'CreateProcess' will fail …

Sep 21, 2010:

4:26 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by Spiff59
Actually, maybe there is an advantage to the folder/files, folder/files, folder/files sequence of the newer, smaeller, version. It might allow one to use the returned array sequence to determine a folders contents, without having to compare the actual pathnames (although subfolders would complicate that coding). In any case, this array sequencing is no less useful than that of the existing routine.
4:22 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by Spiff59
Not (unnecessarily) building two seperate arrays, which then have to be combined in the end, saves a ton of code, and makes for a more straight-forward, easily-maintained function. It does however affect the order in which hits are returned in the output array. The original function would place all folders first, followed by all files. My (smaller, faster, cleaner) version returns a folder, then any files within that folder, then the next folder, and it's files, and so on... There is no documentation, or requirement, regarding the order in which the returned array is sorted. There any advantage, nor disadvantage, to either sequence. So, I (of course), vote for the simpler version of the routine. Maybe a fresh set of eyes will pipe in on this... ?
2:04 PM Ticket #1770 (Script getting pause when popup appears in IE) updated by anonymous
Replying to Valik: > This is not a support forum. Raj2010:I know this is not support forum. Next line of code is not getting executed when ever popup occutrs is an issue with the tool not with code.
2:03 PM Ticket #1770 (Script getting pause when popup appears in IE) updated by anonymous
I know it is not support forum. Next line of code is not getting executed when ever popup occutrs is an issue with the tool not with code.
2:36 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by mvg
PS2: (was a little to fast) If the Group control is actually used as expected. There is no problem targeting button1 and button2. (moved first GUICtrlCreateGroup from below button2 to above button1.) […]
2:28 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by mvg
Seems the Group control is blocking. Button1 and Button2 can't be targeted with the current Au3Info. (Ps: don't know about older version of Au3Info.) […]

Sep 20, 2010:

7:08 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by Daniel
Hello, i have found a software with that you can reproduce it. Please have a look at the screenshots. The software i want to control is "Putty". (www.putty.org)(http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) I want to identify the "delete" Button. In version 3.3.4.0 from the AutoIt Windows Info tool i can identify the Button12 (ID 1060) in the version 3.3.6.1 from the AutoIt Windows Info tool i can not identify this Button. I hope this will help you. Kind regardes Daniel
6:55 PM 3-3-6.1.PNG attached to Ticket #1746 by Daniel
6:55 PM 3-3-4-0.PNG attached to Ticket #1746 by Daniel
6:12 PM Ticket #1770 (Script getting pause when popup appears in IE) closed by Valik
No Bug: This is not a support forum.
6:05 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by anonymous
Hello, i use AutoIt to write a script to control the software "Argus on PC". You can see it in the screenshot i made. "Argus on PC" is a software which is not written by me and it need a special external hardware device. "Argus on PC" is not written in AutoIT Code. So i use the AutoIt Windows Info tool to get the IDs of the Buttons from "Argus on PC" (the software i want to control) to control the software. And this is what works fine with the version 3.3.4.0 from the AutoIt Windows Info tool. I think this is the same problem as the problem what paul (first text) explained. I want to help to find the differences in the AutoIt Windows Info tool from version 3.3.4.0 to 3.3.6.1, but i do not know how i can help. Kind regards
7:16 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
are you saying the sofware you use is not written in AutoIt Code and I cannot have a copy to reproduce the behavior you get?
7:13 AM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by J-Paul Mesnage
so What is the best the Spiff59 or the modified Beege?
6:59 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by Daniel
Hello, the error is not in the script i wrote. I have only the software (not the source code) i want to control and i use the AutoIt v3 Windows Info tool to find out the IDs of the buttons i want to click. And i can only find the IDs with the tool ver. 3.3.4.0 and not with a version above. The Error is in the Windows Info tool and so i think i can not make a repro script. Kind regards
6:17 AM Ticket #1770 (Script getting pause when popup appears in IE) created by anonymous
After clicking "update" button using below command, a popup is getting …
1:41 AM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by Beege
Spiff59 is right about 2D arrays not working when user wants only files or only Dirs returned. The last block of code in the version I submitted should be: […]

Sep 18, 2010:

7:01 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
Replying to Daniel: > Hello again, > i have made a scrennshot and i hope, this will help. > The screenshot is made with version 3.3.4.0 from AutoIt v3 Windows Info. > With version 3.3.4.0 i can find the Button (Button23 with the ID 1416). > With a version above 3.3.4.0 e.g. version 3.3.6.1 i can not find this Button. > I do not know what is a repro script. My english is not so good, sorry. > Kind regards. a repro script is a script which reproduce the error I think that it is still needed to understand the problem as with the screen shot I cannot figure out how all control are created. The best as mention by @mvg is best to go to forum first to get help unless your report allow to reproduce the error if any.
1:02 AM Ticket #1769 (Au3Check does not Check "If Not IsDeclared("VAR") Then Then Global Const") closed by Valik
Rejected: The code you demonstrate is stupid and is a hack work-around for a larger organization issue.

Sep 17, 2010:

10:08 PM Ticket #1769 (Au3Check does not Check "If Not IsDeclared("VAR") Then Then Global Const") created by Emiel Wieldraaijer
Hi, Maybe i'm wasting your time(and mine) I don't know if it's by …
8:15 PM Ticket #1768 (Compile) closed by Valik
Rejected: Thank you for being a complete waste of time.
7:31 PM Ticket #1768 (Compile) updated by AdmiralAlkex
You're joking right? "Compile" is only the first item in the tools menu.
7:23 PM Ticket #1768 (Compile) created by djanold74@…
Allow us to call the Compile script to exe from inside the autoit …
4:43 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by anonymous
Although it should be: […] I didn't need to leave '16' hard-coded in the array definitions…
4:39 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by Spiff59
Actually, this with the test "If $Return_Type - $IsDir <> 1 Then" to determine what is included in the returned array is likely quicker than the compound statement in the last example, and I'd think maintaining a simple $ArraySize variable would be cleaner than calling Ubound() for each iteration of the main loop. So, here's a final cleaned-up version: […]
4:02 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by Spiff59
His version is not going to work as coded. If $Return_Type is '1' (Directories only) or '2' (Files only) he never bothers to check the value of $Arraycount for the Redim() at the end of the routine. As coded, it simply defaults to returning a one-dimension array. Therefore, with $Return_Type set to '1' or '2', the proposed FTP_ListToArray() internal routine would only work correctly when called from _FTP_ListToArray(), and would fail when called by either _FTP_ListToArray2D() or _FTP_ListToArrayEx(). Also, why all the extra code to build and maintain separate arrays for files and directories, when they are ALWAYS combined at the end? I'd suggest the following, which fixes the Redim() bug, eliminates a bunch of useless code, and is faster yet: […]
3:37 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by mvg
Forum case If you ask me.
8:17 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by Daniel
Hello again, i have made a scrennshot and i hope, this will help. The screenshot is made with version 3.3.4.0 from AutoIt v3 Windows Info. With version 3.3.4.0 i can find the Button (Button23 with the ID 1416). With a version above 3.3.4.0 e.g. version 3.3.6.1 i can not find this Button. I do not know what is a repro script. My english is not so good, sorry. Kind regards.
8:06 AM screen.png attached to Ticket #1746 by Daniel
6:48 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
We just need a repro script not just a report saying that something is not working as I say please post scrren shots explaining the difference. I am sure you can do better to post a repro script
2:25 AM tableToArrayIssue.au3 attached to Ticket #1767 by ibigpapa@…
Script to recreate issue with _IETableWriteToArray
2:24 AM Ticket #1767 (_IETableWriteToArray does not handle Rowspan, ColSpan, and strips tags ...) created by ibigpapa@…
== UDF Function: == _IETableWriteToArray ---- == Issues: == …

Sep 16, 2010:

7:47 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by daniel
First off - thanks for a great piece of software. I have the same problem. AutoIt Info window: ver 3.3.6.0 -> not working fine ver 3.3.6.1 -> not working fine ver 3.3.5.3 beta -> not working fine ver 3.3.4.0 -> -> working fine If there are any screen shots or backdoor tests you want me to run to find the problem please let me know. Thanks.
6:20 PM Ticket #1766 (Multi-Thread support) closed by Valik
Rejected: Learn to read.
9:00 AM Ticket #1766 (Multi-Thread support) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:57 AM Ticket #1766 (Multi-Thread support) created by anonymous
Dear AutoIt Developers.. Please provide a support for Multithread. …
3:00 AM Ticket #1765 (Add ability to allow to embed AutoIt interpreter into C++ code) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:06 AM Ticket #1765 (Add ability to allow to embed AutoIt interpreter into C++ code) created by DmitryKa
Propose to allow to embed the AutoIt INTERPRETER into C++ code, …

Sep 15, 2010:

6:52 PM Ticket #1764 (FileCreateShortcut - cuts target to 8.3 style) created by JFX
Both files do not exist, also drive X: does not exist. […] C.lnk …
4:53 PM Ticket #1762 (With ... EndWith crashes instead of Error.) updated by MrCreatoR <mscreator@…>
No crash for me: […]
9:37 AM Ticket #1763 (incorrect sequence during GUICtrlSetGraphic) created by anonymous
When using GUICtrlSetGraphic, one should expect that the elements you …
8:18 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by anonymous
I have tried to run the script as Administrator in Windows 7 and it worked perfectly. Please close the ticket.

Sep 14, 2010:

9:20 PM Ticket #1762 (With ... EndWith crashes instead of Error.) created by Kip
$oObject.MemberDoesntExist() ; results in: ; ==> The requested action …

Sep 13, 2010:

10:10 PM Ticket #1761 (File version compare bug) closed by Valik
No Bug: I suggest you learn about lexicographical string comparisons.
9:49 PM Ticket #1761 (File version compare bug) created by trinhphongm@…
If i used filegetversion and compare these two versions by using …

Sep 12, 2010:

11:35 PM Ticket #1760 (#OnAutoItStartRegister, ignores single quoted function names.) created by mvg
More a general inconsistency than anything else. […] …
11:22 PM Ticket #1759 (Strange listview sort) updated by MrCreatoR <mscreator@…>
Confirmed: […] Strange indeed. It seems that _GUICtrlListView_FindItem can not find the item, it returns -1 on the last two. Perhaps the problem is in the structure and the params that is set for it.

Sep 10, 2010:

8:12 AM Ticket #1759 (Strange listview sort) created by Eric
Hello, I have a strange result with listview sort. When i sort à …

Sep 7, 2010:

12:13 PM Ticket #1758 (tables for the gui) closed by Jos
Rejected: Use the forum instead of the feature request option.
11:00 AM Ticket #1758 (tables for the gui) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:50 AM Ticket #1758 (tables for the gui) updated by anonymous
???
10:50 AM Ticket #1758 (tables for the gui) updated by any
maybe in the next stable
10:48 AM Ticket #1758 (tables for the gui) created by any
hey i am working on a project and i need tables for the gui. can you …
6:52 AM Ticket #1747 (_Min and _Max inconsistency) closed by J-Paul Mesnage
No Bug: This function is working as designed, only Float or integers are acceptable number The setting of @error indicates the first parameter in error.
3:53 AM Ticket #588 (StringRegExpReplaceCallback) updated by anonymous
How about this method? $asdf = 'aaa bbb cc"c ddd eee' $as = StringRegExpReplaceCallback($asdf , "aaa|bbb|ccc" , "upper") MsgBox(0 ,"Callback?", $as) Func StringRegExpReplaceCallback($string , $pattern , $callback) Return StringReplace(Execute('"' & StringRegExpReplace(StringReplace($string , '"' , "\x22") , $pattern , StringFormat('" & %s("\0") & "' , $callback)) & '"') , "\x22" , '"') EndFunc Func upper($text) Return StringUpper($text) EndFunc

Sep 5, 2010:

6:47 PM Ticket #1757 (1.912 - 1.854 = 0.0579999999999998) closed by Valik
No Bug: Yawn. Go learn about floating point numbers and let me know what you find out.
5:55 PM Ticket #1757 (1.912 - 1.854 = 0.0579999999999998) created by anonymous
1.912 - 1.854 returns 0.0579999999999998 but it should return 0.058.
3:57 PM Ticket #1756 (Flaw in _GDIPlus_Startup on error) closed by J-Paul Mesnage
Fixed: Fixed by revision [5956] in version: 3.3.7.0
10:30 AM Ticket #1756 (Flaw in _GDIPlus_Startup on error) created by ProgAndy
When _GDIPlus_Startup cannot open the DLL, the reference count is …
6:32 AM Ticket #1755 (In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of "c:) closed by J-Paul Mesnage
No Bug

Sep 3, 2010:

9:11 PM Ticket #1755 (In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of "c:) updated by anonymous
Please cancel. This is working. My brain is not.
9:01 PM Ticket #1755 (In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of "c:) created by anonymous
In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of …
2:55 PM Ticket #1753 (MouseGetButtonState) closed by J-Paul Mesnage
Rejected: In fact you are looking for an already implemented UDF _IsPressed()
2:50 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) closed by J-Paul Mesnage
Wont Fix
2:49 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by J-Paul Mesnage
I get access to a WinXP64 and I can confirm that The Windows API used for GUICtrlCreateIcon has been fixed by Microsoft (LoadImage) The difference with Button CtrlSetImage is the fact an extractIcon is used which allow to have the right centering in a button but using 16x16 or 32x32 icon. As Win7 and Vista as been Fixed by Microsoft, I will not do any change to AutoIt code Sorry for this non fixing Perhaps a global reengineering of GUI see #376 will change this behavior for this old Windows X64 release
8:07 AM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by J-Paul Mesnage
In fact I retest the related topic and found that .icl is working under Win7
7:35 AM Ticket #1748 ("Enter" in an Input Box does 2 things) updated by J-Paul Mesnage
Owner, Status changed
same as #376 which perhaps will be solved by GUI rewrite
7:22 AM Ticket #1749 (_GUICtrlTreeView_SetItemParam Help File Page Change) updated by J-Paul Mesnage
Owner, Status changed
7:20 AM Ticket #1754 (Undocumented $sBasePath in _PathFull UDF) closed by J-Paul Mesnage
Fixed: Fixed by revision [5955] in version: 3.3.7.0

Sep 2, 2010:

8:30 PM Ticket #1754 (Undocumented $sBasePath in _PathFull UDF) created by MrCreatoR <mscreator@…>
The _PathFull udf have an extra parametr $sBasePath, this …

Sep 1, 2010:

4:45 PM Ticket #1753 (MouseGetButtonState) updated by anonymous
Replying to Jpm: > Are you thinking about any Windows API to implement such function? Thanks for your answer. I am not expert in windows programming but I guess that the GetKeyState() function could be used, using the virtual key codes: VK_LBUTTON, VK_RBUTTON, VK_MBUTTON, ... http://docvb.free.fr/apidetail.php?idapi=160 Regards,
1:00 PM Ticket #1753 (MouseGetButtonState) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:59 PM Ticket #1753 (MouseGetButtonState) updated by J-Paul Mesnage
Are you thinking about any Windows API to implement such function?
12:56 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by J-Paul Mesnage
Owner, Status changed
I cannot repro your problem as I don't have access to WinXP/64 or Win2003. For the .icl I don't know what have change but it is true it is not working anymore since a lot of AutoIt releases. Certainly the support of ordinal numbering have change the behavior.
12:22 PM Ticket #1753 (MouseGetButtonState) created by fr.r@…
Hello, Firts I'd like to thank you for this great tool that I know …
11:06 AM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) created by JFX
None of the Icons create with GUICtrlCreateIcon will be display under …
7:06 AM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) updated by J-Paul Mesnage
I don't understand your repro script as \carrot is not interpreted by Send() even \{INSERT} just send 2 keys \ and {INSERT] as \9 is sending \ and 9 Please correct your script with an application I can work with ;)

Aug 31, 2010:

3:27 PM Ticket #1538 (Random(1, 1, 1) = 0) updated by Antiriad
> The excuse that you might forget to write error-handling code is not a good one. And I find the response 'we dont need to fix the bug because you can implement error handling to check for the bug and workaround it' an even poorer excuse to not fix it! Either the bug needs fixing or the documentation should be updated to state the numbers must not be equal. This has caused me a good deal of grief before discovering this undocumented 'feature'.
1:19 PM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) updated by J-Paul Mesnage
Description changed
7:46 AM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
Doc is OK for string to string comparison. I think that needs to be improved is the fact that if it is not a string to string then a conversion is done as Number() do.

Aug 30, 2010:

7:51 PM Ticket #1733 (IsEmpty function) updated by Spiff59
Maybe I was making it too complicated... After all, "" is a string (an empty one), Chr(0) is a string... Maybe just add to the documentation that: "Strings equate to 0." for the = operator And: "Strings do not equate to 0." for the == operator ? The documentation currently only mentioning case-sensitivity is incomplete.
10:07 AM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) created by mkaidor@…
If BlockInput is on when a send function is called containing a carrot …
2:28 AM Ticket #1750 (Au3Check misrepresents undefined Call as critical) updated by anonymous
I'm aware you can use rules to avoid the error, I just think ERRORing by-default on valid code is the mistake. Au3Check assumes the code is an ERROR when it is valid AutoIt code. Since you're predicting a *possible* mistake it should be a WARNING. (like with other messages) But this isn't a terribly important issue, so I'm not really insisting on anything if doing otherwise proves unreasonable. Aside: At least in my mind there's no reason to prefer the variable over the literal for ERROR-checking. In practice though you can use the variable, but there can be conditions where it is not more compact to use a variable for each Call. (eg: checking several functions of the same utility with a unique number of arguments - it is more compact to Call the literal than to set the value to a variable for each Call) PS: weird, tried to comment but it didn't append it.

Aug 29, 2010:

6:52 PM Ticket #1750 (Au3Check misrepresents undefined Call as critical) updated by J-Paul Mesnage
I think Au3Check try to find real error. If you really need such coding just use #ignorefunc DoesNotExist or […] this coding reflect more why checking @error/@extended can be useful
2:20 PM Ticket #1750 (Au3Check misrepresents undefined Call as critical) created by anonymous
I searched for this issue, but I couldn't find it - even though I've …
8:51 AM Ticket #1749 (_GUICtrlTreeView_SetItemParam Help File Page Change) updated by J-Paul Mesnage
In fact such conflict of _GUI..() UDF and Built-in can occur in a lot of cases. The best is to create Control with _GUI...() when using other related UDF Some mix may work …

Aug 28, 2010:

5:56 PM Ticket #1749 (_GUICtrlTreeView_SetItemParam Help File Page Change) created by Melba23
In a recent thread …
2:28 AM Ticket #351 (Reverse PixelSearch) updated by mvg
http://www.autoitscript.com/forum/index.php?showtopic=101976&view=findpost&p=827312 > provide a sample case man, no one wants to write up a test case to prove that it's working as intended
1:25 AM Ticket #351 (Reverse PixelSearch) updated by Krush
Horizontal Right -> Left search still does not work.

Aug 27, 2010:

8:06 PM Ticket #1748 ("Enter" in an Input Box does 2 things) created by bkearan@…
Using Opt("GUIOnEventMode", 1) Buggy Behavior : When inside an Gui …
7:45 PM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by bkearan@…
One thing to note is that any script must be running as Administrator in order to unlock the Send() functions. Very annoying (but secure). So far Right Click and "Run as Administrator" is the only way I've found to start anything as admin. You can also create an "as admin" shortcut.
4:13 PM Ticket #1733 (IsEmpty function) updated by anonymous
From doc: >Language Reference - Datatypes >>In AutoIt there is only one datatype called a Variant. A variant can contain numeric or string data and decides how to use the data depending on the situation it is being used in. For example, if you try and multiply two variants they will be treated as numbers, if you try and concatenate (join) two variants they will be treated as strings. But there is no info on ambiguous cases. Like when comparing strings against numbers. Like with ('a' = 0) -> (number('a') = 0), ('a' = 0) == (0 = 'a'). Seems like "string to number" takes precedence over "number to string" in those cases. (not futher tested) Something to the effect of: "In ambiguous (compare?) cases "string to number" is given priority over "number to string" (convertion?)." perhaps.
1:11 PM Ticket #1747 (_Min and _Max inconsistency) created by madflame991@…
[…] _Min and _Max should behave like any built-in math function …
8:30 AM Ticket #1733 (IsEmpty function) updated by Spiff59
Wow! I was completely unaware of that one. And I've of NEVER guessed it would be true unless I'd actually encountered it. I have no idea why that comparison is allowed to test as true. Both ASCII Chr(65) and Chr(97) equal 0? I've never encountered that in any language. It must be that there is some reason for this behavior?

Aug 26, 2010:

9:07 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) closed by J-Paul Mesnage
No Bug
5:23 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) updated by Spiff59
Pardon me, I posted that ticket from one of my secondary PC's and see now that that PC is not running AutoIt version 3.3.6.1. This omission in the helpfile was apparently recently correctedas 3.3.6.1 is fine. I apologize for wasting your time.
7:50 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) closed by J-Paul Mesnage
No Bug: no problem
1:25 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by anonymous
Alright...with that help I was able to isolate the problem to sending to 1 specific application. I have a feeling that this isn't an AutoIt issue...so I apologize. Although your test was crucial. :) This ticket can be closed, and thanks again.

Aug 25, 2010:

9:55 PM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
Thanks, I think doc need to be a little more precise as 'a' = 0 is true too
7:10 PM Ticket #1733 (IsEmpty function) updated by Spiff59
Well, I don't want to create terminology problems, as I've had two persons argue that, in their opinion, an empty string ("") cannot be called a "null string". They attended to a differnt school than I did. Anyway, I'll aviod using the word null regarding a string, or even referencing Chr(0) as the NUL character. So, Maybe... The current documentation is: {{{Language Reference - Operators = Tests if two values are equal (case insensitive if used with strings) == Tests if two values are equal (case sensitive if used with strings)}}} Would be more informative as:[…]
10:34 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
Owner, Status changed
10:32 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
you can even check when the change occurs downloading the beta http://www.autoitscript.com/autoit3/files/beta/autoit/archive/autoit-v3.3.5.3-sfx.exe which only solve #1444 not the #1391
10:18 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by anonymous
Well that does make things more interesting. Let me contact the user and verify a few things and get back to you.
9:55 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by J-Paul Mesnage
Difficult to help you at least post screen shot of what is working and what it is not if you can ? You are not following the ticket submission requirement perhaps better to go to forum first to get help.
9:23 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) created by paul.seccombe@…
First off - thanks for a great piece of software. I recently upgraded …
Note: See TracTimeline for information about the timeline view.