Timeline



Aug 2, 2016:

8:51 PM Ticket #3259 (root) created by anonymous
web anda akan terancam bahaya

Jul 30, 2016:

1:17 PM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) closed by J-Paul Mesnage
No Bug: The special return is when you have access successfuly to the key which is not the case as you don't run i admin mode For me AutoIT behavior is OK

Jul 29, 2016:

2:04 AM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) updated by anonymous
I've already started forum topic one week agou but there was no replies, so I've decided to post it here. The script can not be made because of write access. If a can write to key with a script the error will not be reproduced. To reproduce it you can manually create 'HKEY_LOCAL_MACHINE\SYSTEM\Test' key with elevated program like regedit.exe. The key must be empty, without any values. And after that just try to execute that code with autoit without elevation: ---- $i_regdelete_result = RegDelete( 'HKEY_LOCAL_MACHINE\SYSTEM\Test' , 'value' ) ---- $i_regdelete_result will have value = 2 , but according to documentation return value must be 0 because there is no 'value' it this key. Scenario assumes that UAC is on. The topic I've started before is here: https://www.autoitscript.com/forum/topic/183671-regdelete-bug-deleting-values-from-keys-without-write-access-rights/

Jul 28, 2016:

6:02 PM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) updated by Jos
Please create a replicator script that creates the registry entry and then the statements you are talking about which are not working according to you. I actually would advice you to come to our forums and post this as a questions to get it confirmed this is a bug before posting it here as this is much harder to have the dialog. Jos
3:14 AM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) created by anonymous
Hello! I've found some not obvious behaivor of RegDelete() function. …

Jul 26, 2016:

5:50 PM Ticket #3257 (Incorrect format in AutoIt Help File) updated by Melba23
Fixed - thanks for the report. M23
5:49 PM Ticket #3257 (Incorrect format in AutoIt Help File) closed by Melba23
Fixed: Fixed by revision [11725] in version: 3.3.15.1

Jul 24, 2016:

11:20 AM Ticket #3256 (Error in Au3Stripper) closed by Jos
Fixed

Jul 23, 2016:

7:56 PM Ticket #3249 (AutoIt library for Robot Framework launches the incorrect file if ...) closed by BrewManNH
Rejected: No example script posted showing the issue, seems more like a question than a bug report.

Jul 22, 2016:

3:33 PM Ticket #3256 (Error in Au3Stripper) updated by Jos
Please try the current beta version 16.612.1119.1 to see if that fixes it and doesn't brake anything else. Jos
2:47 PM Ticket #3256 (Error in Au3Stripper) updated by Jos
Will have a look. Thanks Jos
2:47 PM Ticket #3256 (Error in Au3Stripper) updated by Jos
Status changed
5:22 AM Ticket #3256 (Error in Au3Stripper) updated by omash@…
Replying to omash@…: > > Replying to Jos: > > Please post a clear bug report to avoid me having to guess, which includes a code snippet and the error made in the output script after running au3stripper. > > > > Thanks > > Jos > > {{{ > Global Const $a[3] = [0, 1, 2] > _Test() > Func _Test () > Local $str = "tst1" & $a[1] & "tst2" > MsgBox(0, , $str) > EndFunc > }}} After starting the au3stripper: […]
5:13 AM Ticket #3256 (Error in Au3Stripper) updated by omash@…
Replying to Jos: > Please post a clear bug report to avoid me having to guess, which includes a code snippet and the error made in the output script after running au3stripper. > > Thanks > Jos […]

Jul 21, 2016:

8:14 PM Ticket #3257 (Incorrect format in AutoIt Help File) created by rtm533@…
_Date_Time_DOSDateToArray Function In Help Return Value Returns an …
7:45 PM Ticket #3256 (Error in Au3Stripper) updated by Jos
Please post a clear bug report to avoid me having to guess, which includes a code snippet and the error made in the output script after running au3stripper. Thanks Jos
10:11 AM Ticket #3256 (Error in Au3Stripper) created by omash@…
Au3Stripper does not handle the type of line: Global Const …

Jul 20, 2016:

10:13 AM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) created by antonis@…
I've noticed that drag & drop in AutoIt GUI doesn't work when Windows …

Jul 17, 2016:

9:44 AM Ticket #3254 (_GetIP() - The overload protection of the IP discovery sites dont work!) closed by J-Paul Mesnage
Duplicate: This has been solved with #3120
9:42 AM Ticket #3253 (_GetIP() never get called in the first 5 minutes after pc restart) closed by J-Paul Mesnage
Duplicate: This has been solved with #3120

Jul 16, 2016:

11:52 PM Ticket #3254 (_GetIP() - The overload protection of the IP discovery sites dont work!) updated by anonymous
With overload protection i meant that the 5 minutes cooldown.
11:43 PM Ticket #3254 (_GetIP() - The overload protection of the IP discovery sites dont work!) created by anonymous
The IP discovery site overload protection dont work. The bug is …
11:37 PM Ticket #3253 (_GetIP() never get called in the first 5 minutes after pc restart) updated by anonymous
Sry. Better title would be "_GetIP() always returns 0 in the first 5 minutes after pc start"
11:23 PM Ticket #3253 (_GetIP() never get called in the first 5 minutes after pc restart) created by anonymous
In _GetIP() there is a TimerDiff() called without a previous …

Jul 13, 2016:

3:54 PM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) updated by Kik
Ok you were right Jpm. Thanks
3:19 PM Ticket #605 (_InetSmtpMail sets wrong Date) updated by c.bendt@…
Same problem with Exchange 2013.

Jul 12, 2016:

7:53 AM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) updated by J-Paul Mesnage
For me the behavior of Windows 10 is normal as when you run in Admin mode you have different access rights. The question is the access rights in Windows 7 are certainly identical as the one in requireadmin . You can verify that the confirmation of the switch to admin mode is not done, so the drop is OK

Jul 9, 2016:

4:45 PM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) created by Kik
Hello Probleme with "Drop event" only with windows 10 This exemple …

Jul 8, 2016:

9:43 AM Ticket #3251 (@ScriptLineNumber as optional parameter in stripped script not working ...) closed by Jos
No Bug: Please post this in the Forum so we can discuss your issue. Closed as No-Bug for the moment Jos

Jul 7, 2016:

11:52 PM Ticket #3251 (@ScriptLineNumber as optional parameter in stripped script not working ...) created by cosote@…
@ScriptLineNumber as optional parameter is quite useful for custom …
Note: See TracTimeline for information about the timeline view.