Timeline



Feb 11, 2014:

3:10 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) closed by Melba23
Fixed
3:10 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by Melba23
Good. M23
1:49 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by itaushanov@…
You are right, issue seems fixed in 3.3.11.3.
9:41 AM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by guinness
I am not getting any issue either.
8:15 AM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) updated by Melba23
Using that file structure I can reproduce the problem with 3.3.10.2, but 3.3.11.3 gives me the correct result as the bug which caused the problem was fixed (by me) in revision 9156. I have just downloaded the 3.3.11.3 zip and the fix is definitely in place in File.au3 so are you sure that you are actually running 3.3.11.3? M23

Feb 10, 2014:

11:30 PM Ticket #2650 (_FileListToArrayRec returns an extra row in array with number of ...) created by itaushanov@…
Simple script: #include <File.au3> #include <Array.au3> $f = …

Feb 9, 2014:

2:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
Just by moving something into the environment (the interpreter) doesn't make it less bloated. It is because it isn't part of the environment that the environment isn't bloated.
3:22 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by BrewManNH
True forgot about that. But then why do we need that now if we have FileReadToArray, as they would give you the exact same results without the bloat?

Feb 8, 2014:

10:48 PM Ticket #2649 (AutoIt3 Source Obfuscator v1.0.31.1 bug) updated by guinness
If the user PMs me I will send them an update of that function.
9:23 PM Ticket #2649 (AutoIt3 Source Obfuscator v1.0.31.1 bug) closed by Jos
Wont Fix: Support for Obfuscator has stopped. Also think the log file is pretty clear what the problem is. Assume you are the same person that pmed me this without any question or context. Jos
9:02 PM Ticket #2649 (AutoIt3 Source Obfuscator v1.0.31.1 bug) created by anonymous
0.02 ==> Start Add_Include: Include_Rec$:#include <GuiRichEdit.au3> …
8:36 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
isn't _FileReadToArray have $iFlag [optional] 0 - disable the return count in the first element - effectively makes the array 0-based (must use UBound() to get the size of the array in this case). 1 - (default), return the array count in the first element.
7:37 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by BrewManNH
One thing I forgot to add, putting the line count into @extended keeps the array returned as a 0 based array, which _FileReadToArray doesn't, it puts the count in the first element of the array, and the actual file's text starts at element 1. Not a major reason, but some people might appreciate it.
5:49 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by BrewManNH
My suggestion would eliminate the need to use a wrapper function and another #include, just to be able to get the line count. Also, the _FileReadToArray function adds a lot of code that's unrelated to just getting the line count which would add to the size of a script merely to get a line count.
12:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
Wouldn't that prevent you from treating it like any other array of strings?
11:40 AM Ticket #2648 (FileSaveDialog extension value) updated by Jos
Version changed
11:39 AM Ticket #2648 (FileSaveDialog extension value) updated by Jos
Issue definition and solution provided here: http://www.autoitscript.com/forum/topic/158691-bug-filesavedialog-extension/?p=1151506 Jos
11:15 AM Ticket #2648 (FileSaveDialog extension value) created by MyEarth
The FileSaveDialog function don't return the extension value. With a …
7:54 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by anonymous
Isn't is better to go "_FileReadToArray()" way and have count of the lines returned in zeroth element - $aArray[0]? Why produce essentially different solutions for the same task?

Feb 7, 2014:

8:15 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by mlipok
I see that your request (not application) was created in reference to my: ​http://www.autoitscript.com/trac/autoit/ticket/2645 and indeed such a solution would be much better.
8:13 AM Ticket #2647 (Add line count of FileReadToArray to @extended) updated by mlipok
I see that your application was created in reference to my: http://www.autoitscript.com/trac/autoit/ticket/2645 and indeed such a solution would be much better.
3:00 AM Ticket #2647 (Add line count of FileReadToArray to @extended) created by BrewManNH
The function FileReadToArray doesn't return the count of the lines …

Feb 6, 2014:

8:30 PM Ticket #2645 (FileReadToArray - Remarks proposal) closed by Melba23
Fixed
4:41 PM Ticket #2646 (_ArraySearch still has a bug!) closed by Melba23
No Bug
4:41 PM Ticket #2646 (_ArraySearch still has a bug!) updated by Melba23
Actually this is no longer a bug as the addition of the $iCompare parameter as explained in ticket http://www.autoitscript.com/trac/autoit/ticket/1569. M23
4:35 PM Ticket #2646 (_ArraySearch still has a bug!) updated by anonymous
Producer […] _ArraySearch will return 0 and will not set @error = 0 (zero is undocumented) Correct result would be return -1 , @error = 6
4:31 PM Ticket #2646 (_ArraySearch still has a bug!) created by milos83
Producer Dim $Proxys[3] $Proxys[0] = 0 $Proxys[1] = …
3:00 PM Ticket #2645 (FileReadToArray - Remarks proposal) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:38 PM Ticket #2645 (FileReadToArray - Remarks proposal) created by mLipok
Please add the Remarks section, additional description about something …

Feb 5, 2014:

8:24 PM Ticket #2644 (script not getting exit after download finish from internet explorer) closed by Jos
No Bug: This is a bug reporting tool, not a support forum. Please go to the Forum for support.
7:54 PM Ticket #2644 (script not getting exit after download finish from internet explorer) created by sachin.mhalungekar@…
Hi, i have used autoit v3.3.6.1 verion used and renamed exe as …
7:31 PM Ticket #2631 (Change delimiters used in SciTE.session) closed by Jos
Rejected: Not making SciTE modifications unless needed for AutoIt3. I am using the standard distribution from the official SciTE site so general requests need to go there. Jos

Feb 1, 2014:

8:52 PM Ticket #2643 (Global Const $REG_QWORD called twice error) updated by anonymous
ah. I apologize. I did not uninstall AutoIT prior to installing the latest version, and I did not remember I installed RegFunc into the "include" directory. This will not happen again.

Jan 30, 2014:

7:37 AM Ticket #2616 (StringRegExp - new example - request) closed by guinness
Rejected
7:34 AM Ticket #2641 (SetError and SetExtended - range for 32bit) closed by guinness
Fixed: Fixed by revision [9763] in version: 3.3.11.4
7:31 AM Ticket #2643 (Global Const $REG_QWORD called twice error) closed by guinness
No Bug: Remove the declaration from RegFunc.au3. I am closing as No Bug as this isn't related to the AutoIt UDFs.
1:31 AM Ticket #2643 (Global Const $REG_QWORD called twice error) updated by BrewManNH
RegFunc isn't a standard UDF so I can't see how this is related to AutoIt.
12:49 AM Ticket #2643 (Global Const $REG_QWORD called twice error) created by Kalel69
RegFunc.au3 calls #include <Constants.au3> RegFunc.au3 1. calls …

Jan 28, 2014:

10:12 PM Ticket #2642 (The function Hex() returns the wrong value) updated by jchd18
I keep being disconnected, but it was me above. 0/1 also a double, of course... geez.
9:53 PM Ticket #2642 (The function Hex() returns the wrong value) updated by anonymous
Turning 1/1 into a double is utter tech perversion, period. 1.0/1 or 1/1.0 as double is expected and necessary in some circumstances, but certainly not 1/1. Anyway this isn't the place to discuss junk food.
7:59 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) closed by J-Paul Mesnage
No Bug
7:54 PM Ticket #2642 (The function Hex() returns the wrong value) updated by Melba23
Surely the result of any calculation involving a division has to be a double as AutoIt has no way of knowing that an integer will be returned and so must assume that the value will be fractional. This code gives the same result: […] which to my eyes is entirely expected. M23
1:31 PM Ticket #2642 (The function Hex() returns the wrong value) updated by jchd18
Agreed, that would be the right subject for a ticket. But that was not the issue raised by he OP.
1:16 AM Ticket #2642 (The function Hex() returns the wrong value) updated by BrewManNH
Why is it being turned into a Double though I think is the question. Neither number is a floating point so I don't understand why it's happening.
1:12 AM Ticket #2642 (The function Hex() returns the wrong value) updated by jchd18
[…] See Hex() help.

Jan 27, 2014:

11:47 PM Ticket #2642 (The function Hex() returns the wrong value) created by Cythor
The code says all what I mean. […]
12:50 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by anonymous
Replying to anonymous: > Replying to Jpm: > > not using #include <SQLite.dll.au3> will use the SQLite3.dll you put in your dir > > so the _SQLite_Startup() is OK. > > to debug you can copy the SQLite.au" in your @scriptdir and change Inside _SQLite_Startup() to have the error cde of the download > > > > {{{ > > SQLite_Download_SQLite3Dll($sDll_Filename, $vInlineVersion) > > If @error Then Return SetError(@error, @extended, "") ; download not successful === line added > > > > }}} > > > > > > PS I assume you get the SQLite3.dll from your XP/Seven environment > > > ############################################ > > Thanks you for your help, everything works again !
12:48 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by anonymous
Replying to Jpm: > not using #include <SQLite.dll.au3> will use the SQLite3.dll you put in your dir > so the _SQLite_Startup() is OK. > to debug you can copy the SQLite.au" in your @scriptdir and change Inside _SQLite_Startup() to have the error cde of the download > > {{{ > SQLite_Download_SQLite3Dll($sDll_Filename, $vInlineVersion) > If @error Then Return SetError(@error, @extended, "") ; download not successful === line added > > }}} > > > PS I assume you get the SQLite3.dll from your XP/Seven environment ############################################ Thanks you for your help !

Jan 26, 2014:

11:21 PM Ticket #2641 (SetError and SetExtended - range for 32bit) created by mlipok
Please correct in SetError.txt and SetExtended.txt now there is: …
7:43 PM Ticket #2638 (macros.htm - proposal) closed by water
Rejected: Closed as requested by mlipok.
4:51 PM Ticket #2640 (Surprising conversion) created by jchd18
It would be natural to expect an integer from the following …
2:35 PM Ticket #2639 (Unable to Copy/Paste from Embedded IE object) created by JLogan3o13
This issue was reported in the Help and Support forum. Since an …
8:44 AM Ticket #2636 (SciTE History is not available) closed by Jos
Fixed: is currently nothing in beta, but this file got removed as well. It is restored.

Jan 25, 2014:

9:32 PM Ticket #2638 (macros.htm - proposal) updated by mlipok
good comments please close this ticket
11:31 AM Ticket #2638 (macros.htm - proposal) updated by guinness
Also ConsoleWrite() shouldn't be used in the examples as not everyone has access to SciTE or an editor which can capture the STDOUT stream.

Jan 24, 2014:

10:03 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by jchd18
This belongs to the help forum.
5:56 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by J-Paul Mesnage
not using #include <SQLite.dll.au3> will use the SQLite3.dll you put in your dir so the _SQLite_Startup() is OK. to debug you can copy the SQLite.au" in your @scriptdir and change Inside _SQLite_Startup() to have the error cde of the download […] PS I assume you get the SQLite3.dll from your XP/Seven environment
4:42 PM Ticket #2638 (macros.htm - proposal) updated by Melba23
I see no advantage to adding this code to the page. The majority of the macros are self-explanatory and quite a few of them are meaningless outside of a script where they are given values depending on the specific circumstances. M23
4:19 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by anonymous
Replying to Jpm: > In fact if no .dll found a temporary .dll is supposed to be downloaded. > I don't know what Windows 2008 R2 does which makes the downloading bad > > Just change _SQLite_Startup() > to > Local $sDll = _SQLite_Startup() > MsgBox(262144, 'Debug line ~' & @ScriptLineNumber, 'Selection:' & @CRLF & '$sDll' & @CRLF & @CRLF & 'Return:' & @CRLF & $sDll & @CRLF & @CRLF & '@error:' & @CRLF & @error & @CRLF & @CRLF & '@extended:' & @CRLF & @extended & ' (0x' & Hex(@extended) & ')') ;### Debug MSGBOX > > > to see what is going wrong in your environment > > Windows8.1 32-bit/64-bit is OK for me ################################## Thank you for your answers. I copied the sqlite3.dll file in the same directory and I tried this: #RequireAdmin #include <SQLite.au3> #include <SQLite.dll.au3> #include <MsgBoxConstants.au3> Local $hQuery, $aRow, $sMsg Local $sSQliteDll $sSQliteDll = _SQLite_Startup() If @error Then MsgBox($MB_SYSTEMMODAL, "SQLite Error", "SQLite3.dll Can't be Loaded!" & @CRLF & @CRLF & _ "Not FOUND in @SystemDir, @WindowsDir, @ScriptDir or @WorkingDir") Exit -1 EndIf ConsoleWrite("_SQLite_LibVersion=" & _SQLite_LibVersion() & @CRLF) _SQLite_Open() ; open :memory: Database _SQLite_Exec(-1, "CREATE TABLE aTest (a,b,c);") ; CREATE a Table _SQLite_Exec(-1, "INSERT INTO aTest(a,b,c) VALUES ('c','2','World');") ; INSERT Data _SQLite_Exec(-1, "INSERT INTO aTest(a,b,c) VALUES ('b','3',' ');") ; INSERT Data _SQLite_Exec(-1, "INSERT INTO aTest(a,b,c) VALUES ('a','1','Hello');") ; INSERT Data _SQLite_Query(-1, "SELECT c FROM aTest ORDER BY a;", $hQuery) ; the query While _SQLite_FetchData($hQuery, $aRow) = $SQLITE_OK $sMsg &= $aRow[0] WEnd _SQLite_Exec(-1, "DROP TABLE aTest;") ; Remove the table MsgBox($MB_SYSTEMMODAL, "SQLite", "Get Data using a Query : " & $sMsg) _SQLite_Close() _SQLite_Shutdown() ; Output: ; ;~ Hello World Result Sqlite3.dll can't be load but i don't understand why ######################################### I also tried here and there ok : #include <SQLite.au3> #include <Constants.au3> Local $sSQliteDll $sSQliteDll = _SQLite_Startup() If @error Then MsgBox($MB_SYSTEMMODAL, "SQLite Error", "SQLite3.dll Can't be Loaded!" & @CRLF & @CRLF & _ "Not FOUND in @SystemDir, @WindowsDir, @ScriptDir or @WorkingDir") Exit -1 EndIf MsgBox($MB_SYSTEMMODAL, "SQLite3.dll Loaded", $sSQliteDll & " (" & _SQLite_LibVersion() & ")") ConsoleWrite("_SQLite_LibVersion=" & _SQLite_LibVersion() & @CRLF) _SQLite_Shutdown()

Jan 23, 2014:

11:15 PM Ticket #2638 (macros.htm - proposal) created by mlipok
Please consider adding this code […] to the macros.htm …
6:19 AM Ticket #2637 (_GUICtrlStatusBar_.. doc example proposal) closed by guinness
Completed: Added by revision [9761] in version: 3.3.11.4
2:24 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by garbb
After experimenting with this a bit more it seems that TCPRecv() will just set @error=-1 when it has no data to return (when the tcp buffer is empty?) This is probably why when you add a delay after sending with TCPSend() you will not get @error=-1. You have allowed enough time to pass for the server to return some data and the TCP buffer to be filled. So really the issue here is an undocumented change to the way that TCPRecv() works (what it sets @error to in what cases) If you simply change your error handling to only check for @error>0 after a TCPRecv call then it should work as in v3.3.8.1
1:58 AM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by garbb
I was having the same problem. It seems that TCPRecv() is now setting @error=-1 in different situations in v3.3.10.2 than it was in v3.3.8.1. Like you say, -1 is not a fatal error, it just means that it it waiting/not ready. I tested forcibly disconnecting a connection I made with a v3.3.10.2 script using external software and got @error=10054 which is "connection reset by peer" so it is setting @error as it was in v3.3.8.1 other than the -1 thing.

Jan 22, 2014:

6:27 PM CHANGED.ZIP attached to Ticket #2637 by mlipok
6:27 PM Ticket #2637 (_GUICtrlStatusBar_.. doc example proposal) created by mlipok
I add Sleep(1000) Because that way you can see better what exactly is …

Jan 21, 2014:

10:44 AM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by J-Paul Mesnage
In fact if no .dll found a temporary .dll is supposed to be downloaded. I don't know what Windows 2008 R2 does which makes the downloading bad Just change _SQLite_Startup() to Local $sDll = _SQLite_Startup() MsgBox(262144, 'Debug line ~' & @ScriptLineNumber, 'Selection:' & @CRLF & '$sDll' & @CRLF & @CRLF & 'Return:' & @CRLF & $sDll & @CRLF & @CRLF & '@error:' & @CRLF & @error & @CRLF & @CRLF & '@extended:' & @CRLF & @extended & ' (0x' & Hex(@extended) & ')') ;### Debug MSGBOX to see what is going wrong in your environment Windows8.1 32-bit/64-bit is OK for me
9:22 AM Ticket #2636 (SciTE History is not available) created by unc3nzured@…
Sorry, I'm not sure if I'm writing to the right place, but I noteiced …

Jan 20, 2014:

11:47 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) updated by BrewManNH
_SQL_Startup attempts to download the SQLite.DLL file to the @SystemDir folder if it's not found in the @ScriptDir or the @WorkingDir. If you don't have access to that folder it won't download the dll, you should use @RequireAdmin if you need to have the script download the dll. The best thing to do would be to put the dll file in the script directory instead of having the script attempt to download it. The help file does explain all of this.
7:20 PM Ticket #2633 (more possibilities when assigning values to variables) updated by Matt Diesel
No, but it is ambiguous, and means you can't assign the result of a comparison to a variable. For example in a preprocessor that expands variable names, the following could have two different meanings: […] If $c was a constant, and was expanded to 4, the result would look like: […] Which is very different, and will assign True to $a. Technically I'm sure it's possible to implement, but it's a bad idea and a bad design for a language. The only reason it works in other languages is because the = operator returns the result of the assignment.
6:15 PM Ticket #2633 (more possibilities when assigning values to variables) updated by anonymous
Thank you Mat. And maybe I can include 1) in my preprocessor, so it's not a big problem that it isn't possible.
5:35 PM Ticket #2630 (_XOR() and _XNOR() - new function) updated by mlipok
it would be good
4:22 PM Ticket #2635 (Sqlite don't work with windows 2008 R2) created by raclius@…
Hi, I have a strange behavior between sqlite and Windows 2008 R2 …
3:03 PM Ticket #2633 (more possibilities when assigning values to variables) updated by Matt Diesel
The first is completely impossible, because of the dual use of = in AutoIt. It's already used to imply $a = ($b = $c) which assigns $a to the result of the comparison. So no, 1st can be rejected straight away. The 3rd is exactly the same as the 2nd, it's just a result of the order of operations, which if what you want in the 2nd is implemented correctly should always be the case. So basically the ticket is can we assign a tuple of values to a tuple of variables. Which is basically asking whether we can have tuples in AutoIt, because this is one of the features that's very common to languages that use tuples. When I get round to it, I will open a new ticket requesting tuples, as it's been requested in the past, and then close this one.
7:22 AM Ticket #2569 (_ExcelReadSheetToArray - Error Code 4 When Excel Object Was Attached) closed by water
Wont Fix: Won't be fixed because the next Beta of Autoit will include a completely rewritten Excel UDF.

Jan 19, 2014:

7:26 PM Ticket #2634 (Treat keyword Default like an unset optional parameter) created by water
When keyword Default is passed to a function for an optional parameter …
5:02 PM Ticket #2630 (_XOR() and _XNOR() - new function) updated by anonymous
I would add it as a keyword instead (like And, Or and Not): […]
5:00 PM Ticket #2633 (more possibilities when assigning values to variables) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:59 PM Ticket #2633 (more possibilities when assigning values to variables) created by anonymous
Just a few nice things that will probably be rejected: 1) […] 2) …
11:54 AM Ticket #2632 (MouseDown dose not delay even i set MouseClickDownDelay to 2000 ...) created by zhengbowang1984@…
MouseDown dose not delay 10 milliseconds, even i set …

Jan 18, 2014:

6:09 PM Ticket #2631 (Change delimiters used in SciTE.session) updated by J-Paul Mesnage
Summary changed
5:00 PM Ticket #2631 (Change delimiters used in SciTE.session) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:10 PM Ticket #2631 (Change delimiters used in SciTE.session) created by anonymous
Can delimiters used in SciTE.session file changed to something like …
3:32 PM Ticket #2630 (_XOR() and _XNOR() - new function) updated by Matt Diesel
Or BitXOR($A ? 1 : 0, $B ? 1 : 0) Generally if it can be done in one line then there really isn't a need to add it to the standard UDFs.
12:44 PM Ticket #2630 (_XOR() and _XNOR() - new function) created by mlipok
Please consider adding such a function: …

Jan 17, 2014:

2:44 PM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by anonymous
And WinGetTitle() too (see example above)
12:24 PM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by anonymous
> ControlGetText wrong encoding WinGetText() wrong encoding too […]
12:00 PM Ticket #2629 (GUIRegisterMsg/GUIUnregisterMsg) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:50 AM Ticket #2629 (GUIRegisterMsg/GUIUnregisterMsg) created by Melba23
This is a reopening of Ticket 2624 now I have realised what …

Jan 16, 2014:

3:59 PM Ticket #2628 (Add mode to StringRegExp) created by asdf8
I propose add an additional mode to function StringRegExp - to allow …
9:10 AM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by anonymous
The same example, the text encoding utf-16 […]
7:21 AM Ticket #2627 (WinExists not working on Windows 8) closed by J-Paul Mesnage
No Bug: It is true that Win8 and 7 introduce a non-breaking blank in the title "CLASS:Notepad" is better mainly when using non english windows

Jan 15, 2014:

10:05 PM Ticket #2627 (WinExists not working on Windows 8) updated by Jon
Works fine here. Windows 8 x64.
9:33 PM Milestone 3.3.11.3 completed
9:21 PM Ticket #2627 (WinExists not working on Windows 8) updated by BrewManNH
Does the Notepad window have the same title as it did in previous versions of windows?
7:45 PM Ticket #2624 (GUIUnRegisterMsg) closed by Melba23
Rejected
7:45 PM Ticket #2624 (GUIUnRegisterMsg) updated by Melba23
I am afraid that yoru reply makes no sense to me at all. And this ticket is not the place to start discussing how a standard UDF can be modified to justify your initial request - I suggest that you open thread on the forum where the subject can be discussed in detail. I am closing this ticket and you can open another if the situation warrants it after the forum discussion. M23
7:26 PM Ticket #2627 (WinExists not working on Windows 8) updated by anonymous
I found a workaround, here it is: ;Test for seeing if we can see notepad ;NotepadTest.au3 DIM $CompletionWindowStr = "Untitled - Notepad" ;$WaitCompleteResult = WinExists($CompletionWindowStr) $WaitCompleteResult = WinExists("[CLASS:Notepad]") If ($WaitCompleteResult = 1) Then MsgBox(1,"Info", "Notepad found", 30) Else MsgBox(1,"Info", "Notepad NOT found", 30) EndIf Exit
6:49 PM Ticket #2627 (WinExists not working on Windows 8) created by Daniel.Paquette@…
The following code works fine on windows 7 (32 and 64 bit), but fails …

Jan 14, 2014:

7:23 PM Ticket #2309 (ObjEvent on ADO.Connection not returning strings) updated by Jon
Fixed by revision [9696] in version: 3.3.11.3
6:41 PM Ticket #2625 (_ExcelBookSaveAs() and _GDIPlus_GraphicsDrawBezier() displaying ...) closed by guinness
Fixed
3:02 PM Ticket #2309 (ObjEvent on ADO.Connection not returning strings) closed by Jon
Fixed: Fixed by revision [9680] in version: 3.3.11.3
2:10 PM Ticket #2624 (GUIUnRegisterMsg) updated by asdf8
Replying to Melba23: > Absolute nonsense - most of my UDFs use GUIRegisterMsg and are perfectly compatible with any script if they are used correctly. For example: try to function _ArrayDisplay of UDF Array.au3 instead of buttons to select the copy mode cells to implement a context menu for cell - if this used GUIRegisterMsg heap bugreports from users will not force itself to wait. Will explain each trick, how to get out of this situation?
1:59 PM Ticket #2618 (_StringBetween malfunction when before and after parameters are identical) closed by Melba23
Fixed: Fixed by revision [9678] in version: 3.3.11.3
1:23 PM Ticket #2624 (GUIUnRegisterMsg) updated by Melba23
"GUIRegisterMsg function is not practically possible to use in UDF" Absolute nonsense - most of my UDFs use GUIRegisterMsg and are perfectly compatible with any script if they are used correctly. The trick is to create separate handler functions which can be called from with an existing message handler and provide an initial registering function that allows the user to register only those messages which are not already registered in the script. Take a look at my GUIListViewEx UDF for examples of how this is done. M23
9:46 AM Ticket #2613 (AutoIt crashes whenever an array value returned from a WMI query is null) closed by Jon
Fixed: Fixed by revision [9671] in version: 3.3.11.3
9:43 AM Ticket #2622 (Object method crash autoit) closed by Jon
Duplicate
9:40 AM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by anonymous
the same is observed in Notepad.exe If text is exactly Выполнение приложений no extra spaces and line breaks, this script gives an incorrect result: […]
9:32 AM Ticket #2626 (ControlGetText wrong encoding for some words.) created by anonymous
[…] In console and in Autoit v3 Windows Info on Visible Text tab …

Jan 13, 2014:

9:40 PM Ticket #2625 (_ExcelBookSaveAs() and _GDIPlus_GraphicsDrawBezier() displaying ...) created by guinness
docs\autoit\english\txt2htm\txtlibfunctions\_ExcelBookSaveAs.txt ! The …
3:39 PM Ticket #2622 (Object method crash autoit) updated by anonymous
This is the same bug as reported in ticket #2613.
9:43 AM Ticket #2624 (GUIUnRegisterMsg) created by asdf8
GUIRegisterMsg function is not practically possible to use in UDF. …
8:28 AM Ticket #2622 (Object method crash autoit) updated by anonymous
jchd18, this report not about autoit array and its ubound. If you can read you will see, that it about autoit crash with runtime errror -1073741819
Note: See TracTimeline for information about the timeline view.