Timeline
Aug 24, 2016:
- 10:23 PM Ticket #3271 (Website Register doesnt work!) updated by
- msndotcom dont know why he shows ... Name UltraTM im really sorry to post this here. Im also a dev and know what a bugtracker is for :( But had no chance
- 10:22 PM Ticket #3271 (Website Register doesnt work!) updated by
- Hello, ups sorry. Yes i also filled out the contact form the last days 2-3 times. my mail renekiesewetter@…
- 10:04 PM Ticket #3271 (Website Register doesnt work!) closed by
- No Bug
- 10:04 PM Ticket #3271 (Website Register doesnt work!) updated by
- Great to report an issue without leaving contact details.... let me get my crystal ball from the workshop and I'll get back to you. ;) Jos PS: seriously: I guess you did find the contact form assuming you are Gerard?
- 9:28 PM Ticket #3271 (Website Register doesnt work!) created by
- Hello the Website Register doesnt work. I dont know how to contact you …
- 2:39 AM Ticket #3263 (DocSaveAs does not output HTML file properly) closed by
- No Bug: You're not saving it as an HTML file with that code, you're saving it as a Word document. Just because you name it with an HTML extension doesn't mean that it's going to save it as HTML. You need to add the file format parameter if you're saving it as something other than a Word document, in this case you need to use $WdFormatHTML as the file format parameter.
Aug 23, 2016:
- 8:57 AM Ticket #3268 (Notepad++ not marked as "free" in Script Editors section in help file) updated by
- Replying to Jpm: > Thanks My pleasure :)
- 8:44 AM Ticket #3268 (Notepad++ not marked as "free" in Script Editors section in help file) closed by
- Fixed: Thanks
Aug 22, 2016:
- 7:00 PM Ticket #3270 ("Au3Record" is missing from builds autoit-v3.3.14.1 and autoit-v3.3.14.2) closed by
- No Bug
- 6:59 PM Ticket #3270 ("Au3Record" is missing from builds autoit-v3.3.14.1 and autoit-v3.3.14.2) updated by
- ... and what exactly is your bug report? Jos ps: https://www.autoitscript.com/forum/topic/176009-where-is-au3recordexe/#comment-1267875
- 6:23 PM Ticket #3270 ("Au3Record" is missing from builds autoit-v3.3.14.1 and autoit-v3.3.14.2) created by
- 1. Get AUtoIt from …
- 10:21 AM Ticket #3269 (ControlSend acts inconsistently) created by
- This problem was already raised in: …
- 10:06 AM Ticket #3268 (Notepad++ not marked as "free" in Script Editors section in help file) created by
- You can it for yourself in the …
Aug 20, 2016:
- 6:48 PM Ticket #3267 (ByRef parameter with unnamed temporary variables) updated by
- For those that want to test/use it already: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/Au3Check.exe Jos
- 6:41 PM Ticket #3267 (ByRef parameter with unnamed temporary variables) closed by
- Fixed: Fixed by revision [11787] in version: 3.3.15.1
- 6:29 AM Ticket #3266 (VarGetType helpfile example broken) closed by
- Rejected
Aug 19, 2016:
- 11:28 PM Ticket #3266 (VarGetType helpfile example broken) updated by
- Maps are only useable in the beta (3.3.15.0) as there has been some issues with tentative introduction in the stable release. Unfortunately the release help file still mentions maps even after their removal from the last release. Regard this as a time-travel experience, an anticipation of what's coming next. Use the beta in the meantime, it works pretty well.
- 5:14 PM Ticket #3267 (ByRef parameter with unnamed temporary variables) updated by
- I will remove the warning for the next release. Jos
- 5:13 PM Ticket #3267 (ByRef parameter with unnamed temporary variables) updated by
-
Owner, Status changed
Aug 18, 2016:
- 6:14 PM Ticket #3267 (ByRef parameter with unnamed temporary variables) created by
- […] From the AutoIt Help: Note that not only a named variable …
- 5:44 PM Ticket #3266 (VarGetType helpfile example broken) created by
- https://www.autoitscript.com/autoit3/docs/functions/VarGetType.htm […]
Aug 17, 2016:
- 5:13 PM Ticket #3265 (_INetSmtpMail Bias calculation returns wrong values) created by
- Its a very old bug .... I always get mails dated 1h in the future. …
- 4:37 PM Ticket #3264 (_INetSmtpMail does always fail with error 50) created by
- Since 3.3.14 _INetSmtpMail will fail with error 50 every time if you …
Aug 16, 2016:
- 9:34 PM Ticket #3263 (DocSaveAs does not output HTML file properly) created by
- The output of xlabs.html is a text file in IE/Chrome/Firefox, it …
Aug 10, 2016:
- 8:55 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) closed by
- No Bug
- 8:36 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- I take that back...it is an IE-specific issue. It works from Chrome, but IE cannot handle the URL, either. Given that, it's not exactly _IECreate at fault, and this ticket can be closed. Sorry for the false alarm! Replying to anonymous: > My apologies. I can submit in the forum, also. But to answer your question, yes, it works correctly from IE directly. > > Replying to Jos: > > Does the url you use in the script actually work when used in your IE browser? > > Please come to the forum and open a new topic for this before posting it as a bugreport. > > It is much easier to have a dialog and confirm it is a bug. > > Jos
- 8:33 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- My apologies. I can submit in the forum, also. But to answer your question, yes, it works correctly from IE directly. Replying to Jos: > Does the url you use in the script actually work when used in your IE browser? > Please come to the forum and open a new topic for this before posting it as a bugreport. > It is much easier to have a dialog and confirm it is a bug. > Jos
- 5:51 PM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) updated by
- 2 files from different paths are not the same file, so #include-once is working as intended. Just because they have the same name does NOT make them the same file, so the logic failure is coming from your end and not the directive.
- 4:19 AM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) updated by
- the bug is #include-once is allowing multiple includes of the same file as long as they come form different paths.
- 4:17 AM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) updated by
- Isn't the sole purpose of the "#include-once" keyword to stop multiple includes of the same file. This seems like a logical way to test a modification, use an #include "abc.au3" instead of #include <abc.au3> . However if you have imbedded #include <abc.au3> in other copy books, this wont work as you now get two copies loaded. It seems illogical to allow multiple includes of the same name regardless of the path they came from. They would have to have completely different content in order to use them in any way. Is there any reason to load two dissimilar files with the same name.
Aug 8, 2016:
- 9:42 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- I would also to know if this MSDN article: https://support.microsoft.com/en-us/kb/834489 was readed before this thicket was posted by OP. And whether this is the case. btw. You can also read this: https://www.autoitscript.com/forum/topic/111411-basic-authentication-_iecreateinetget/
- 5:37 PM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) closed by
- Rejected: That works as designed and don't see a bug reported in this post. Please use the forum when you are looking for support. Jos
- 10:42 AM Ticket #3262 (_arraysearch row search on index fails) closed by
- Fixed: Fixed by revision [11756] in version: 3.3.15.1
Aug 7, 2016:
- 10:26 PM Ticket #3262 (_arraysearch row search on index fails) created by
- almost a typo error line 1545 array.au3 two $j should be onr $j and …
- 9:42 PM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) created by
- while I was debugging a udf from progranx86 inlude directry, I was …
Aug 4, 2016:
- 8:11 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- Does the url you use in the script actually work when used in your IE browser? Please come to the forum and open a new topic for this before posting it as a bugreport. It is much easier to have a dialog and confirm it is a bug. Jos
- 7:28 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) created by
- When using _IECreate to open a website that requires basic auth, the …
Aug 3, 2016:
- 7:24 AM Ticket #3259 (root) closed by
- No Bug
- 4:24 AM Ticket #3259 (root) updated by
- Please elaborate.
Aug 2, 2016:
- 8:51 PM Ticket #3259 (root) created by
- 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
- 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
- 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
- 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
- Hello! I've found some not obvious behaivor of RegDelete() function. …
Note:
See TracTimeline
for information about the timeline view.
