Timeline



Apr 18, 2014:

11:24 PM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by anonymous
Is it possible to revert this behavior back to the v3.3.8.1 state? It was useful in detecting a closed socket on the other end. Thank you.

Apr 17, 2014:

5:00 PM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:23 PM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) closed by BrewManNH
Rejected: The current version of the help file already has that text clarified. This is why we don't usually recommend putting in requests for versions prior to the current version or beta versions.
12:46 PM Ticket #2693 (_GUICtrlListView_GetItemTextArray - Return Value - proposal) closed by J-Paul Mesnage
Fixed: Fixed by revision [10063] in version: 3.3.11.5
2:02 AM Ticket #2694 (AutoitX3_x64.dll not working for ControlListView and ControlTreeView ...) created by lee.deboom@…
Have tried with both 3.3.8.1 and current version 3.3.10.2 Running …

Apr 16, 2014:

10:11 AM Ticket #2693 (_GUICtrlListView_GetItemTextArray - Return Value - proposal) created by anonymous
in Return Value section now there is: […] description is not …
7:40 AM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) created by lwc
Run Before And After Directives The following directives can …

Apr 9, 2014:

12:40 AM Ticket #2580 (Aut2Exe failing to run multiple times on Windows XP prior to SP3) updated by anonymous
Delay 25"

Apr 8, 2014:

8:48 AM Ticket #2688 (StringToBinary + ConsoleWrite) updated by jchd18
> Consolewrite by itself does not convert any variable Yes it does! Or rather: there is no consistency at all in the way various variants "print" themselves thru the method invoked by ConsoleWrite: * all strings are "converted" (i.e. emasculated) to ANSI, which is terribly wrong for a program claiming to be Unicode-aware. UTF-8 should be the default here. * integers, doubles, some keywords (True, False, Default) and pointers are consolewritten as strings, * Null and functions consolewrite nothing at all, * Binary spills verbatim. […]

Apr 7, 2014:

2:21 PM Milestone 3.3.11.4 completed

Apr 1, 2014:

9:03 PM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) updated by musiqueGraeme
I have found the same problem with UDPRecv returning the error -1 when empty. I have set the error handling to ignore error=-1.
8:33 AM Ticket #2690 (Win..... Return Value Proposal.) updated by J-Paul Mesnage
Summary changed

Mar 31, 2014:

8:36 AM Ticket #1935 (_IEBodyReadText with IE9 failed) updated by J-Paul Mesnage
Finally I found how to have it working disabling the Protected Mode on Internet security zone. Look a little strange that local file follow the same rule as the Internet ones but why not
8:35 AM Ticket #1938 (_IEQuit IE9) updated by J-Paul Mesnage
Finally I found how to have it working disabling the Protected Mode on Internet security zone. Look a little strange that local file follow the same rule as the Internet ones but why not

Mar 29, 2014:

4:11 AM Ticket #2691 (Bitshift is returning incorect results) updated by jchd18
Incorrect reading of the help file. "Bit operations are performed as 32-bit integers" 3442917988 is in fact the 32-bit integer -852049308.

Mar 29, 2014:

9:07 PM Ticket #2691 (Bitshift is returning incorect results) created by anonymous
BitShift(3442917988, 16) is returning -13002 when it should be …

Mar 28, 2014:

7:36 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by anonymous
Thanks, I found it and works perfectly now.
5:25 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
I got it autoit3.exe is not use but included. So go to the download dir. You will find the aut2exe.exe and the aut2exe_x64.exe for {OEM_102}
5:06 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
I confirm that the compiled version is not working. I really don't know why as autoit3.exe is supposed to be used ... I will investigate not an easy task to debug the compiled version.
4:34 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
Replying to Unc3nZureD: > I replaced it, but somehow if I compile the executable stilh has the bug. I thought that aut2exe uses a different executable (for example itself) and AutoIt3.exe is only used for starting with SCiTE. > > I missed something it seems... I'm sure I replaced the original autoit3.exe, but if I compile it, the í letter is still buggy. I assume you change the beta or the release autoit3.exe but are you sure you compile with the version patched. Normally aut2exe.exe is using this file to compile so it should not be a problem You can display the @AutoItVersion to verify which version it is compiled with.
4:26 PM Ticket #2690 (Win..... Return Value Proposal.) updated by J-Paul Mesnage
In fact the best harmonization need AutoIt code change not just the doc, to set @error in such case. That was not the initial AutoIt philosophy of returning error on Builtin. Only when the successful return value cannot be differentiate, the @error was set.
2:59 PM Ticket #2690 (Win..... Return Value Proposal.) updated by mlipok
sorry for too short a description. Please note that in the description of the function of Win ...., see "Return Value" for the case of "Failure" for the same event are various descriptions (I do not mean different values ​​and only way to describe). As an example of a good / full, description, give "if no window Matches the criteria" but extended "if no window Matches the criteria (Title and Text)" I think it will harmonize documentation and facilitate understanding, especially for those who do not necessarily speak English well.
10:52 AM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by Unc3nZureD
I replaced it, but somehow if I compile the executable stilh has the bug. I thought that aut2exe uses a different executable (for example itself) and AutoIt3.exe is only used for starting with SCiTE. I missed something it seems... I'm sure I replaced the original autoit3.exe, but if I compile it, the í letter is still buggy.

Mar 27, 2014:

11:18 PM Ticket #2690 (Win..... Return Value Proposal.) created by mlipok
in WinGetTitle if no title match. vWinClose WinMove if window is not …
7:22 AM Ticket #2588 (Menu/Statusbar location problem) updated by J-Paul Mesnage
Find the problem related with GUI builtin functions and UDF ones. in this case Menu builtin conflict with _GUICtrlStatusBar_* ones. Workaround use _GUICtrlStatusBar_Create() after GUISetState() I proposed a fix to Jon.

Mar 26, 2014:

10:43 AM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by anonymous
Unc3nZureD, do you think, that aut2exe when compiled the script download autoit from internet? do not be so naive. temporarily replace your aoutoit.exe with that version.

Mar 25, 2014:

12:49 PM Ticket #2588 (Menu/Statusbar location problem) updated by Melba23
Another instance of a "hiding" statusbar: http://www.autoitscript.com/forum/topic/160065-there-may-be-a-bug-in-guictrlstatusbar-create/?p=1162276 M23

Mar 24, 2014:

11:07 PM Ticket #2687 (_FileListToArray - Remarks - Proposal) closed by guinness
Completed: Added by revision [10010] in version: 3.3.11.4
8:48 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by Unc3nZureD
Have you got any idea when it'll be released? I'd like to compile an exe, but if I compile it, the old stub will be used. Would it be possible to compile me a pre-beta aut2exe?
10:11 AM Ticket #2441 (_ExcelReadCell) updated by jchd18
I don't know how easy/hard it might be but returning NULL doesn't seem appropriate: returning #INF and raising @error just like AutoIt 1/0 does. #IND would be fine for indeterminate values. Forget if that's too much to ask and don't count me in: I don't even have Office installed!
9:10 AM Ticket #2441 (_ExcelReadCell) updated by water
Version 3.3.11.3 handles the invalid cell value like version 3.3.8.1 did: It does not crash. 3.3.8.1 returned an invalid object. 3.3.11.3 returned keyword NULL. But AutoIt never raises the COM error "Type mismatch", 0x800A000D like VBS does. If this is desired behaviour then this ticket can be closed.
6:57 AM Ticket #2688 (StringToBinary + ConsoleWrite) updated by J-Paul Mesnage
The concatanation of a string to a binary force a conversion of the binary to a readable string that the reason of the hex value. That the way of the concatanation works. Consolewrite by itself does not convert any variable, certainly the string representation of the variable is displayed in this case the binary is a valid string representation. You can find examples where for instance string containing chr(0) will display the beginning of the string the concatanation does not seems to work in this case Not sure Jon wants to fix this behavior as consolwrite can be used to send "data" to specific capturing program.

Mar 23, 2014:

9:18 PM Ticket #2688 (StringToBinary + ConsoleWrite) updated by BrewManNH
It's not correct because if you do a consolewrite of just the variable "ConsoleWrite($b)", that is supposed to hold the string in binary form, with nothing else after it, the binary displays as the original text and not the binary that is supposed to be in there. So instead of displaying 0x74657374 it displays the word test. If you do ConsoleWrite($b & @CRLF) it displays 0x74657374 which is correct.
8:42 PM Ticket #2663 (StringRegExpReplace backreference not working) closed by BrewManNH
Completed: Changed by revision [9992] in version: 3.3.11.4
12:03 PM Ticket #2689 (_ScreenCapture_Capture Error) closed by guinness
Fixed: Fixed by revision [9974] in version: 3.3.11.4
12:00 PM Ticket #2689 (_ScreenCapture_Capture Error) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:49 AM Ticket #2612 (Au3Check bugs on function reference when function takes byref parameter) updated by guinness
It's a bug! Now functions are first class objects.
11:38 AM Ticket #2612 (Au3Check bugs on function reference when function takes byref parameter) updated by anonymous
Not a bug, syntax error. Use: […]
11:24 AM Ticket #2689 (_ScreenCapture_Capture Error) created by someonecool12@…
_ScreenCapture_Capture crashes when computer is locked or no mouse is …
6:37 AM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
Glad it is working, You need to wait Jon official fixing you can use this pre beta Autoit3.exe for the time being. With the picture I can work to understand the Shift + a which look stange from my point of view

Mar 22, 2014:

10:23 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by anonymous
Ah, the URL was wrong :) I downloaded the following: http://www.autoitscript.com/autoit3/devs/jpm/OEM_102/AutoIt3.exe It works perfectly now!
10:14 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by Unc3nZureD
Now exactly, but my keyboard looks 99% similar to this: http://i01.i.aliimg.com/wsphoto/v0/720088019/New-Laptop-keyboard-for-Asus-EeePC-Shell-1005HA-1008HA-1101HA-Black-Hungarian-HU-Version-V109762AK1.jpg The link you gave me tells me the following: "Not Found The requested URL /autoit3/devs/jpm/AutoIt3_OEM_102.exe was not found on this server. Apache Server at www.autoitscript.com Port 80"
6:00 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
I am confused about the shift + a. I need a picture of your keyboard and the script you used. At least as the {OEM_102} seems needed I build A new AutoiT3.exe see AutoIt3-OEM_102 You need to use […] I hope that help
3:51 PM Ticket #2688 (StringToBinary + ConsoleWrite) updated by J-Paul Mesnage
I still miss the point when running Under SciTE the binary string does not change if nothing added which is good from my point of view
3:46 PM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by J-Paul Mesnage
I know where is the bug, Jon will fix it when he has time. The blank in the id is scrudding up the Ansi/Unicode detectection (It is the only one which can modify AutoIt Code) Cheers
12:50 PM Ticket #2688 (StringToBinary + ConsoleWrite) updated by BrewManNH
If you add a MsgBox($b) it displays correctly, consolewrite shows the error/bug. I compiled this to a CUI app, and the Windows console shows the same error, so that eliminates anything happening inside SciTE from being an issue.
10:39 AM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by Unc3nZureD
I've got no idea why, but if I use theese: HotKeySet("{ASC 0237}", "Hey") HotKeySet("{ASC 0205}", "Hey") The hotkey activates on pressing Shift + a. Anyways here's an interesting thing: http://s29.postimg.org/gv0hkm7xj/Untitledccccc.png (After correcting the function name, it still doesn't work) Just as an extra information: I'm using an English languaged OS, but with Hungarian keyboard layout and timezone.
8:12 AM Ticket #2686 (Random to return max value when min equals max.) updated by anonymous
... reluctance of developers to improve the function forces us to write the wrapper such as: […] I think that most do similar in your scripts.
7:55 AM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by anonymous
HotKeyRegister and Accelerators fail to registered hotkey if defaul language for application not english. bug fixed if change Layout to english before call hotkeyset. example: […]
7:41 AM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by anonymous
Some screenshots to show the bug. ControlTAB [[Image(...)]] Visible Text [[Image(...)]]
3:22 AM Ticket #2684 (Remove drag behavior of WS_EX_CONTROLPARENT) updated by BrewManNH
I have read the remarks section, it states that you can drag a window using that extended style, it says no where that dragging a window using it is unique to autoit. That's why I asked for a reproducer. I'll leave it to the devs to make the call on this one as I don't have the knowledge of the inner workings to say anything about it.

Mar 21, 2014:

9:26 PM Ticket #2688 (StringToBinary + ConsoleWrite) updated by mlipok
whether it should not be like this: […] focus on: Just Binary: 0x74657374
6:14 PM Ticket #2688 (StringToBinary + ConsoleWrite) updated by J-Paul Mesnage
I don't fully understand as the output for me is […]
5:53 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
Did you try ? HotKeySet("{ASC 0237}", "Hey") HotKeySet("{ASC 0205}", "Hey")
5:17 PM Ticket #2684 (Remove drag behavior of WS_EX_CONTROLPARENT) updated by anonymous
Replying to BrewManNH: Please read the document on GUICreate(). I cannot know how to explain this more clearly. This is definitely an AutoIT unique 'feature'.
4:22 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by Unc3nZureD
< captures nothing :) It doesn't even capture if I press AltGr + í (since that's how I can send < from Hungarian keyboard.
3:57 PM Ticket #2684 (Remove drag behavior of WS_EX_CONTROLPARENT) updated by BrewManNH
Can you post a script that demonstrates what it is you're referring to? Are you sure that it's AutoIt that has added that or perhaps it is how you're implementing it?
8:58 AM Ticket #2688 (StringToBinary + ConsoleWrite) created by grass.dennis@…
ConsoleWrite-Output is the same as written in StringToBinary if & @LF …
8:22 AM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) updated by J-Paul Mesnage
So the support of {VK_OEM_102} is needed for hungarian keyboard. is "<" capturing on the lowercase of the key? Perhaps you can test if there is not another key which cannot capture on your keyboard. Thanks for helping to find a complete solution for your keyboard.
Note: See TracTimeline for information about the timeline view.