Timeline



Jun 13, 2013:

12:37 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) updated by Zedna
Reopening this ticket as it's still not fixed in latest release/beta 3.3.8.1/3.3.9.4 Bug can be seen only on WinXP, on Win7 it's OK. Now I tested it on WinXP/Win7 with these two latest release/beta versions. Here is link to my topic about this bug: http://www.autoitscript.com/forum/topic/151610-guictrlsettip-bug/ Note: Bug isn't in 3.3.1.1 - based on information from this bug ticket Bug is in 3.3.1.3 on XP SP3 (trancexx) --> so it was introduced in version 3.3.1.2 or 3.3.1.3 Here is my simple test script: […]

Jun 5, 2013:

8:31 AM Ticket #2342 (case-sensitive variables) closed by J-Paul Mesnage
Rejected: I close tis request as too many drawback will be involved. Not sure even next AutoIt generation will support such differentiation as AutoIt is a scripter for non Unix users …
8:12 AM Ticket #2125 (_FileWriteFromArray crashes when writing a 2D array) updated by J-Paul Mesnage
Please don't add info as it is already fixed in Beta

Jun 3, 2013:

8:30 PM Ticket #2125 (_FileWriteFromArray crashes when writing a 2D array) updated by MrCreatoR
actually this fix is more correct, because there is $s_Temp = $a_Array[$x][0]... […]
8:15 PM Ticket #2125 (_FileWriteFromArray crashes when writing a 2D array) updated by anonymous
It should be: […] otherwise not all elements of second dimension are written to the file.

May 31, 2013:

7:07 AM Ticket #2314 (Cursor Flicker - Control) updated by Yaerox
I already heard about this way to "fix" it, but in my opinion this has to be a problem on AutoIt. Maybe some Devs could take a look on it. Would be awesome.

May 29, 2013:

6:24 PM Ticket #2314 (Cursor Flicker - Control) updated by anonymous
This seems to happen on any control where text may be input (eg: input, edit, combo), while hovering over the text-input area only (when the cursor is expected to be a beam). If one hovers over a control's scrollbar/dropdown selector (if present) the cursor correctly shows an arrow. As a temporary fix, one may try using GUICtrlSetCursor(controlID,cursorID) ; however, note that the chosen cursor will display when hovering over the input area and scrollbar/selector (if present). And this fix doesn't seem to work on combo controls.
12:38 PM Ticket #2346 (Add native FileSetEnd() based on _WinAPI_SetEndOfFile()) updated by Zedna
Note2: _WinAPI_SetFilePointer(), _WinAPI_SetEndOfFile() were added to standard UDF includes in AutoIt 3.2.13.6 version (30th July, 2008) Here is my topic about proposition for this: http://www.autoitscript.com/forum/topic/76829-winapi-setfilepointer-winapi-setendoffile/
12:30 PM Ticket #2346 (Add native FileSetEnd() based on _WinAPI_SetEndOfFile()) updated by Zedna
Note: FileSetPos,FileGetPos were added in AutoIt version 3.3.1.0 (20th May, 2009)
12:27 PM Ticket #2346 (Add native FileSetEnd() based on _WinAPI_SetEndOfFile()) created by Zedna
In native AutoIt there were added FileSetPos,FileGePos so the only one …

May 27, 2013:

11:15 PM Ticket #2345 (Set font in _ArrayDisplay to allow displaying of unicode characters) closed by guinness
No Bug: It works for me in the latest beta v3.3.9.4.
8:04 PM Ticket #2345 (Set font in _ArrayDisplay to allow displaying of unicode characters) created by anonymous
This simple code shows that _ArrayDisplay() does not correctly display …
4:09 PM Ticket #2344 (Obfuscator parameter for encyrpt+strip) updated by guinness
Owner, Component changed
10:00 AM Ticket #2344 (Obfuscator parameter for encyrpt+strip) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:21 AM Ticket #2344 (Obfuscator parameter for encyrpt+strip) created by lwc
I propose having a parameter called /EncryptandStrip or …
5:36 AM Ticket #2075 (GUICtrlSetImage changes icon position on resizable window) updated by Zedna
It's really bug in GUICtrlSetImage() Note: Original bug is better visible when you resize window. Here is simple workaround for this long lasting not fixed bug: posted also in original topic on the forum […]

May 26, 2013:

8:21 AM Ticket #487 (Associative arrays) updated by lwc
Can't you simply externally include http://www.autoitscript.com/forum/topic/113182-easy-multidimensional-associative-arrays/ as associative.au3?
8:18 AM Ticket #523 (Associative arrays...) updated by anonymous
Just for the record, duplicate of #487.

May 25, 2013:

8:08 AM Ticket #2342 (case-sensitive variables) updated by guinness
There are also Forum posts where people just misspell variables with one letter, therefore this wouldn't something I would request based on that.
6:55 AM Ticket #2342 (case-sensitive variables) updated by J-Paul Mesnage
Unless everyboy is using Tidy.exe that will produce a lot of regression. I proposed to close it as rejected

May 24, 2013:

9:07 PM Ticket #2343 (Obfuscator's documentation regarding AutoIt3Wrapper) updated by Jos
Fixed the documentation. Cheers Jos
9:06 PM Ticket #2343 (Obfuscator's documentation regarding AutoIt3Wrapper) closed by Jos
Fixed
3:47 PM Ticket #2342 (case-sensitive variables) updated by BrewManNH
Why do you want this? What benefit to the user base would this provide?
2:11 PM Ticket #2343 (Obfuscator's documentation regarding AutoIt3Wrapper) updated by guinness
I will post here http://www.autoitscript.com/forum/topic/149764-new-scite4autoit3-available-with-scite-v330/ directing Jos to this ticket.
1:08 PM Ticket #2343 (Obfuscator's documentation regarding AutoIt3Wrapper) created by lwc
http://www.autoitscript.com/autoit3/scite/docs/Obfuscator.html should …
8:11 AM Ticket #2342 (case-sensitive variables) created by anonymous
Just wanted to request case-sensitive variable names. Thank you in advance.

May 19, 2013:

3:37 PM Ticket #2341 (dllcall() function causes GUI hang.) closed by J-Paul Mesnage
No Bug: Here is not the place to discuss. Go to the forum. Thank.

May 17, 2013:

6:39 AM Ticket #2341 (dllcall() function causes GUI hang.) updated by salaviej.vova@…
Replying to anonymous: > This is pretty much expected, seeing as you are working in a single-threaded enviroment. Yes, Autoit is a single-threaded, but it can, for example, play sound or download file using InetGet in the backgroung. Why it can't do the same with dllcall?
6:09 AM Ticket #2341 (dllcall() function causes GUI hang.) updated by J-Paul Mesnage
You are not following the guideline for submitting a report. Unless you update with those info the ticket will be close. Perhaps the best is to go to the forum to get help first. JP
2:14 AM Ticket #2341 (dllcall() function causes GUI hang.) updated by anonymous
This is pretty much expected, seeing as you are working in a single-threaded enviroment.
Note: See TracTimeline for information about the timeline view.