Timeline



Jun 22, 2013:

7:21 PM Ticket #2344 (Obfuscator parameter for encyrpt+strip) closed by Jos
Rejected
7:21 PM Ticket #2344 (Obfuscator parameter for encyrpt+strip) updated by Jos
I don't really see why this requires an extra parameter as you can select the individual parameters and put them in your script with an Directive.
7:16 PM Ticket #2349 (Windows 8 #RequireAdmin Broken in Scite) closed by Jos
Works For Me
7:16 PM Ticket #2349 (Windows 8 #RequireAdmin Broken in Scite) updated by Jos
Your script is re-shelled with Admin privileges by Autoit3 and the original is ended, that is why you see this behaviour. Jos
12:18 PM Ticket #2348 (FileConstants.au3 doesn't have a constant for Option 8 for FileOpen) updated by guinness
Already fixed.
12:18 PM Ticket #2348 (FileConstants.au3 doesn't have a constant for Option 8 for FileOpen) closed by guinness
Fixed
5:33 AM Ticket #2349 (Windows 8 #RequireAdmin Broken in Scite) updated by Valik
You don't understand how #RequireAdmin works so you request that a text editor require elevation? Try your script again by replacing ConsoleWrite() with MsgBox().
3:31 AM Ticket #2349 (Windows 8 #RequireAdmin Broken in Scite) updated by BinaryBrother@…
A "workaround" is opening Scite with Administrative priveledges each time or manually setting it to always open with admin privs, but Scite should either ask for elevation or start elevated. IMO.
3:27 AM Ticket #2349 (Windows 8 #RequireAdmin Broken in Scite) updated by anonymous
Output on failure with #RequireAdmin >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\BinaryBrother\Desktop\Wifi Au8dible.au3" /UserParams +>21:27:09 Starting AutoIt3Wrapper v.2.1.2.9 Environment(Language:0409 Keyboard:00000409 OS:WIN_8/ CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:\Program Files (x86)\AutoIt3 +>21:27:09 AU3Check ended.rc:0 >Running:(3.3.8.1):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\BinaryBrother\Desktop\Wifi Au8dible.au3" --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop +>21:27:09 AutoIt3.exe ended.rc:0 >Exit code: 0 Time: 0.641
3:26 AM Ticket #2349 (Windows 8 #RequireAdmin Broken in Scite) created by BinaryBrother@…
If you open Scite normally, by double clicking on the icon, on a stock …

Jun 21, 2013:

4:00 PM Ticket #2348 (FileConstants.au3 doesn't have a constant for Option 8 for FileOpen) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:55 PM Ticket #2348 (FileConstants.au3 doesn't have a constant for Option 8 for FileOpen) created by BrewManNH
There's no constant inside the FileConstants file that corresponds to …

Jun 19, 2013:

7:28 AM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) closed by J-Paul Mesnage
Fixed

Jun 18, 2013:

2:13 AM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) created by Valik
The following line of _WinAPI_GetMonitorInfo() is incorrect: […] …

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.
Note: See TracTimeline for information about the timeline view.