Timeline
Feb 7, 2010:
- 10:57 PM Ticket #1459 (Hard Crash) created by
- The following causes a hard crash with the latest stable of AutoIt. …
- 8:29 PM Ticket #1458 (InetGetSize() only supports 32bit sizes) closed by
- Fixed: Fixed by revision [5674] in version: 3.3.5.4
- 8:04 PM Ticket #1452 (FileOpenDialog) updated by
- Because it's a bad idea that breaks common Windows conventions and needlessly confuses the user for absolutely no reason? Or something like that.
- 6:04 PM Ticket #1452 (FileOpenDialog) updated by
- May I know why this request is rejected?
- 3:50 PM Ticket #1457 (InetGetsize / VariableType) closed by
- Duplicate
- 10:11 AM Ticket #1458 (InetGetSize() only supports 32bit sizes) created by
- […] This returns what looks like an overflow number. Forum: …
- 12:00 AM Ticket #1457 (InetGetsize / VariableType) updated by
-
Version changed
Automatic ticket cleanup.
Feb 6, 2010:
- 11:07 PM Ticket #1457 (InetGetsize / VariableType) created by
- INetGetSize reports unusable FileSize in Bytes if Remote File is …
- 11:05 PM Ticket #1391 (AU3Info Toolsbar page returns info allways on instance 1 instead of ...) closed by
- Fixed: Fixed by revision [5672] in version: 3.3.5.4
- 10:18 PM Ticket #462 (Send() can't send Unicode characters.) closed by
- Completed
- 10:17 PM Ticket #1452 (FileOpenDialog) closed by
- Rejected
- 9:51 PM Ticket #1446 (_Screencapture_Capture UDF height and width is 1 pixel off) closed by
- Fixed: Fixed by revision [5671] in version: 3.3.5.4
- 9:44 PM Ticket #1441 (_GUICtrlRichEdit_GetText: last character truncated) closed by
- Fixed: Fixed by revision [5670] in version: 3.3.5.4
- 7:01 PM Ticket #1456 (Beta 3.3.5.2 hard crash on WinXP3 OS:X86) closed by
- Fixed
- 6:58 PM Milestone 3.3.5.3 completed
- 5:21 PM Ticket #1444 (AutoIt info tools keeping highlights on previous highlighted control) closed by
- Fixed: Fixed by revision [5665] in version: 3.3.5.3
- 3:07 PM Ticket #1456 (Beta 3.3.5.2 hard crash on WinXP3 OS:X86) updated by
-
Reporter changed
- 3:06 PM Ticket #1456 (Beta 3.3.5.2 hard crash on WinXP3 OS:X86) created by
- VMWare:OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86 This MsgBox is shown …
- 1:07 PM Ticket #1450 (3.3.4.0 Doesn't Compile Well with Windows 7) closed by
- Fixed
- 1:05 PM Ticket #1440 (For...In...Next, Multi dimensional array.) closed by
- Fixed: Fixed by revision [5664] in version: 3.3.5.3
- 1:01 PM Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) closed by
- Fixed: Fixed by revision [5663] in version: 3.3.5.3
- 1:00 PM Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) updated by
- Can't see any reason this code needed to be there. Maybe it was supposed to be "break" rather than "return". Removing and marking as fixed.
- 12:55 PM Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) updated by
- Found this comment in the source code: […] Not sure why…
- 12:45 PM Ticket #1454 (_StringBetween does not find blank line correctly) closed by
- Fixed: Fixed by revision [5662] in version: 3.3.5.3
- 11:50 AM Milestone 3.3.5.2 completed
- 11:37 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) closed by
- Fixed: Fixed by revision [5658] in version: 3.3.5.2
- 11:36 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Really odd bug. Every other registry operation takes the key handle you give it and honours the fact that you want to use HKLM64. But it seems that when deleting a key you have to use the ...Ex() version and manually respecify the HKLM64 sam access. Weird. But fixed now.
- 11:00 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Ok, so the 2nd script from the initial bug report creates Test/test2 but then only deletes the subkey test2 so there is some sort of bug there.
- 10:47 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Ah, ignore that. Some keys in CLSID are not writable by non-admins so of course my initial test failed (Windows 7 with UAC enabled). This works correctly on Win7 x64 using AutoIt_x64.exe […] So as far as I can that part works OK.
Feb 5, 2010:
- 11:25 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Something weird going on here. This used to work but now this does nothing on x64: […]
- 12:24 AM Ticket #1455 (Scroll bug) closed by
- No Bug: SciTE 2.x is not supported.
Feb 4, 2010:
- 11:18 PM Ticket #1455 (Scroll bug) created by
- When I used SciTE Version 2.0.2.0 BETA I noticed when I where having …
- 10:13 PM Ticket #1454 (_StringBetween does not find blank line correctly) updated by
- I believe the problem lies with the following line. […] Changing it to […] solves the problem
- 7:12 PM Ticket #1454 (_StringBetween does not find blank line correctly) created by
- When using $line=_StringBetween('<center>', '</center>') to search the …
- 4:44 PM Ticket #1453 (_Net_Share_ShareCheck() always returns 0) created by
- Something broke _Net_Share_ShareCheck(). I have a broken script that …
- 2:00 PM Ticket #1452 (FileOpenDialog) updated by
-
Version changed
Automatic ticket cleanup. - 1:48 PM Ticket #1452 (FileOpenDialog) created by
- Please add a parameter that can hide file masks in dialog, leaving …
- 1:04 PM Ticket #1451 (RegRead) created by
- Function RegRead must accept Default keyword for a ValueName, i.e. …
- 3:44 AM Ticket #1450 (3.3.4.0 Doesn't Compile Well with Windows 7) created by
- http://www.autoitscript.com/forum/index.php?showtopic=109412 See that …
Feb 3, 2010:
- 9:56 PM Ticket #1448 (#OnAutoItStartRegister ignored in compiled scripts) closed by
- Fixed: Fixed by revision [5657] in version: 3.3.5.2
- 9:43 PM Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) updated by
- I consider this a bug. The following script demonstrates that the dummy control is not deleted. I cannot think of any valid reason why the delete request should be ignored: […]
- 6:07 PM Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) created by
- Not sure If GUICtrlDelete() should delete a GUICtrlCreateDummy() …
- 3:45 AM Ticket #1448 (#OnAutoItStartRegister ignored in compiled scripts) created by
- #OnAutoItStartRegister "function" works as expected from interpretor, …
Feb 1, 2010:
- 11:18 PM Ticket #1447 (AutoIt timesout on winwait when run by Microsoft Deployment Toolkit 2008) updated by
- Replying to disaak: > And yes I did read the guidelines. Alright, let me re-phrase my question. What does it take to get you to apply the guidelines? That script contains so much useless stuff I don't know where to begin. From the description of your problem you need about 2 lines of code to reproduce it: […] With the caveat that the program you suspect of interfering must also be running. It doesn't take a 150 line script. > If you don't have time or don't think this bug is worth your effort then tell me that, don't just tell me it sounds like a support problem. I don't think it's a bug. I don't wish to spend the effort to prove it's not. If it is a bug I'm more than willing to fix it but you haven't given any indication that it is a bug. What I glean is that the program is interfering in some unexpected fashion and you haven't found the correct way to play nicely with the program. That doesn't mean AutoIt has bugs.
- 9:55 PM Ticket #1447 (AutoIt timesout on winwait when run by Microsoft Deployment Toolkit 2008) updated by
- Replying to Valik: > Sigh. What is it about that big red box that people are ignoring? You haven't clearly defined a bug, you haven't provided a short script that demonstrates the problem and it sure sounds to me like you need support. SIGH. I don't know what else I could do to more clearly define the bug. I supplied a script. I said that the script only fails when run by the deployment toolkit in a task sequence and that it probably has to do with a conflict with the TsProgressUI.exe command used by the Microsoft Deployment Toolkit. What else do you need? All you need to do is ask. And yes I did read the guidelines. If you don't have time or don't think this bug is worth your effort then tell me that, don't just tell me it sounds like a support problem. Thank you
- 8:05 PM Ticket #1447 (AutoIt timesout on winwait when run by Microsoft Deployment Toolkit 2008) closed by
- No Bug: Sigh. What is it about that big red box that people are ignoring? You haven't clearly defined a bug, you haven't provided a short script that demonstrates the problem and it sure sounds to me like you need support.
- 8:00 PM Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) updated by
-
Milestone changed
Automatic ticket cleanup. - 7:35 PM Ticket #1447 (AutoIt timesout on winwait when run by Microsoft Deployment Toolkit 2008) created by
- I have a couple AutoIt software installation scripts that timeout when …
- 7:29 PM Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) reopened by
- 11:16 AM Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) updated by
- this needs to be reopened as it exists again in 3.3.4.0…
- 11:03 AM Ticket #1446 (_Screencapture_Capture UDF height and width is 1 pixel off) created by
- Screencapture_capture will return a square that is 1 pixel too small …
- 7:50 AM Ticket #1445 (Wrong description for _MemGlobalFree()) created by
- If the function succeeds, returns FALSE but not TRUE. I think that …
- 2:26 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) reopened by
- I'm going to re-open this so Jon can have a look and see if he can come up with a suitable explanation for the problem.
- 2:17 AM Ticket #1438 (_ArrayCombinations bug) closed by
- Fixed: Fixed by revision [5649] in version: 3.3.5.2
- 2:06 AM Ticket #1411 (FileReadLine enhancement to enable more efficient reading of very ...) closed by
- Rejected: You can easily do this yourself. Use FileRead() to read in fixed block sizes. Then use StringSplit() to break the data into an array of lines. Always prepend the last line of the previous read to the next read since you probably split that line in the middle and you won't miss any data.
- 2:03 AM Ticket #1422 (_GUICtrlStatusBar_GetWidth() states that it returns height) closed by
- Fixed: Fixed by revision [5648] in version: 3.3.5.2
- 1:54 AM Ticket #1432 (AutoIt3_x64.exe - GUIRegisterMsg($WM_NOTIFY, "MY_WM_NOTIFY")) closed by
- No Bug: Your NMHDR structure declaration is not correct. Use AutoIt's $tagNMHDR to get a correct version. It appears the documentation is wrong for that structure but the structure itself is declared correctly. Your attempt to declare the structure is fine for x86 but is a full 8-bytes too small for x64.
- 1:51 AM Ticket #1436 (Invalid helpfile/example '_INetGetSource.au3') closed by
- Fixed: Fixed by revision [5646] in version: 3.3.5.2
- 1:48 AM Ticket #1443 (Error in ExcelCom_udf (Excelbookopen)) closed by
- No Bug: Yeah, really good job reading the big red box. You failed to search the issue tracker, otherwise you would have found #1168. You failed to test with the latest versions. You failed to provide a test script. Since you are obviously using an old version of AutoIt you also failed to set the correct version. So riddle me this, why did you completely ignore the big red box?
Jan 31, 2010:
- 11:51 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Hi, I noticed the same problem om Windows 7 64 Bits with AutoIt 3.3.4.0, so i searched the BugTRacker and found someone with a similar problem. I create a Key in HKCR and it created .. but on 64 Bits W7 it cannot be deleted .. the same exe on 32 Bits W7 removes the Key. Check the following Key : (Yes we need HKCR64 for 64Bits) Create a Key in the Desktop Context Menu "HKCR\DesktopBackground\Shell\Something" and it can be deleted Create a Key in the MyComputer Context Menu "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\Shell\Something" and it can NOT be deleted Thanks Emiel
- 8:42 PM Ticket #1443 (Error in ExcelCom_udf (Excelbookopen)) updated by
- Thank you for reading the big red box.
- 4:24 PM Ticket #1434 (Tidy, Multi Line, Trivial.) updated by
- +1 replace. (Nothing works better than a error/warning message to correct false assumptions)
- 2:49 PM Ticket #1444 (AutoIt info tools keeping highlights on previous highlighted control) updated by
-
Component changed
- 2:47 PM Ticket #1444 (AutoIt info tools keeping highlights on previous highlighted control) created by
- Environment(Language:040C Keyboard:0000040C OS:WIN_VISTA/Service …
- 2:44 PM Ticket #1443 (Error in ExcelCom_udf (Excelbookopen)) created by
- When Sheet1 is deleted in the workbook, Func _ExcelBookOpen gives an …
- 12:29 PM Ticket #1434 (Tidy, Multi Line, Trivial.) closed by
- Wont Fix: This is actually not really a bug but Tidy fixing a syntax error for you because it assumes you forgot a space in front of the underscore and inserts that in the first iteration. The reason the Indentation is not correct in one iteration is because the indentation logic is performed before the 'tidy' logic. I have no plans to fix this to make it work in one iteration and am more inclined to remove the "add space before underscore" since this was really done in the time the syntax changed and should be well known by now. Jos
- 10:29 AM Ticket #1431 (Multiple AutoIt3Wrapper outfiles) closed by
- Rejected: The #AutoIt3Wrapper_Outfile directive is used on the aut2exe program and only supports one output program, which meakes a lot of sense by the way. Use the #AutoIt3Wrapper_Run_After to copy the output program is that is what is needed. Jos
Jan 30, 2010:
- 9:34 PM Ticket #1442 (_FileWriteLog to allow allow file handle or filename as first parameter) created by
- Where an application is writing to a log file frequently, the opening …
- 2:50 PM Ticket #1441 (_GUICtrlRichEdit_GetText: last character truncated) created by
- _GUICtrlRichEdit_GetText sets the length of the string-buffer …
- 2:05 PM Ticket #1440 (For...In...Next, Multi dimensional array.) created by
- Not sure what the intended behavior is for For...In...Next in relation …
- 8:04 AM Ticket #1439 (Icons included in script use wrong size) updated by
-
Description changed
Jan 29, 2010:
- 7:26 PM Ticket #1436 (Invalid helpfile/example '_INetGetSource.au3') updated by
- May I suggest that you update to the latest release version, 3.3.4? That way you can just use BinaryToString(InetRead("URL")) Then you are using the native AutoIt code and don't need to #include<INet.au3> at all. And you are correct as far as the documentation goes, the FULL URL is required for _InetGetSource() and as it is for InetRead()
- 6:55 PM Ticket #1439 (Icons included in script use wrong size) updated by
- Please remove the link as I have added the file as an attachement.
- 6:52 PM Ticket #1439 (Icons included in script use wrong size) created by
- I have a script which uses a button with a 48x48 icon. When using an …
Jan 28, 2010:
- 5:53 PM Ticket #1438 (_ArrayCombinations bug) created by
- There is a bug that shows up when using _ArrayCombinations with most …
- 1:04 AM WikiStart edited by
- Tweak to table of contents. (diff)
- 12:04 AM WikiStart edited by
- Cleanups, Table of Contents and Commenting Guidelines. (diff)
Jan 27, 2010:
- 11:51 PM TicketGuidelines/NewTicketSummary edited by
- Formatting changed. (diff)
- 11:50 PM TicketGuidelines/NewTicketSummary edited by
- Minor cleanup (diff)
- 11:50 PM WikiStart edited by
- Changes to be more in line with ticket guidelines. (diff)
- 11:46 PM TicketGuidelines/NewTicketSummary edited by
- Added links to the pages containing the latest versions of AutoIt. (diff)
- 8:06 PM TicketGuidelines/NewTicketSummary edited by
- Added a new comment. (diff)
- 8:05 PM Ticket #1437 (Online Help(F1) for 'FileRead' doesn't work) closed by
- No Bug: Sigh, make it idiot proof and a bigger idiot comes along. Time to update the guidelines to tell people to check to ensure they really do have the latest version before assuming they have the latest version.
- 7:41 PM Ticket #1437 (Online Help(F1) for 'FileRead' doesn't work) updated by
- I just notice that there's already AutoIt Version 3.3.4 out - DL and tested it. Now F1 on FileRead works!!! ...and ups sorry for brothering you - since in its history there is: Fixed #1327: Some keywords would fail to open correctly in rare cases. So sorry for double posting.
- 6:05 PM Ticket #1437 (Online Help(F1) for 'FileRead' doesn't work) updated by
- Replying to anonymous: > Just notice a strange bug I'd like to report. > > When you're in SciTE normally each time you press F1 the AutoIT help comes up. And when you're on a known keyword like FileWrite it'll just jump to that topic. > > Well when the cursor is on the keyword FileRead and I press F1 nothing happens. > > {{{ > FileRead("MyFile.dat") > <- Press F1 and nothing will happen (I mean no online help will show up ) > }}} > > When I change it to for ex. > FileRead2("MyFile.dat") > It'll work as well as > FileReadLine("MyFile.dat") > will do. > > Hmm well that's not very critical - however interesting bug, isn't it? That problem was fixed in the latest release version (v3.3.4.0) as I recall. It applied to several functions including StringRegExp
- 1:48 PM Ticket #1437 (Online Help(F1) for 'FileRead' doesn't work) created by
- Just notice a strange bug I'd like to report. When you're in SciTE …
Jan 26, 2010:
- 12:37 PM Ticket #462 (Send() can't send Unicode characters.) updated by
- I've done an update to this in the 3.3.5.1 beta that may either help or break everything. Have a look.
- 12:34 PM Milestone 3.3.5.1 completed
- 6:38 AM Ticket #1436 (Invalid helpfile/example '_INetGetSource.au3') created by
- There's a small bug in the helpfile/example: ...\Au3 Version …
Jan 25, 2010:
- 6:27 PM Ticket #1431 (Multiple AutoIt3Wrapper outfiles) updated by
- Solution: […] Not tested but I know that copy works fine, see my example on creating a version directory structure on the wiki here: http://www.autoitscript.com/wiki/Cookbook#Creating_a_Version_directory Mat
- 6:23 PM Ticket #1435 (Additions to RichEditConstants.au3 for Find replace dialog.) created by
- RichEditConstants.au3 already has the following constants for use with …
Jan 24, 2010:
- 8:56 PM Ticket #1427 (RegWite REG_BINARY wites data to registry that cannot read by other ...) updated by
- Thanks, appreciate the explanation. I was thrown by the fact it worked previously and then didn't and there was nothing I could see in the help file to explain what I was doing wrong. Thanks again.
- 8:00 PM Ticket #1434 (Tidy, Multi Line, Trivial.) updated by
-
Version changed
Automatic ticket cleanup. - 6:54 PM Ticket #1433 (Picture driven computing) closed by
- Rejected: So you want a different language.
- 6:21 PM TicketGuidelines/NewTicketSummary edited by
- Typo (diff)
- 6:13 PM Ticket #1434 (Tidy, Multi Line, Trivial.) created by
- […] v2.0.29.0
- 3:25 PM Ticket #1433 (Picture driven computing) created by
- I'd like to see Auto-it handle 'picture driven computing'. The basic …
- 10:48 AM Ticket #1432 (AutoIt3_x64.exe - GUIRegisterMsg($WM_NOTIFY, "MY_WM_NOTIFY")) updated by
- suplement after using Aut2exe_x64.exe this script work fine problem is only with using AutoIt3_x64.exe
- 1:08 AM Ticket #1432 (AutoIt3_x64.exe - GUIRegisterMsg($WM_NOTIFY, "MY_WM_NOTIFY")) created by
- AutoIt:3.3.4.0/X64 (Os:WIN_7/X64 Language:0415 Keyboard:00000415 …
Jan 23, 2010:
- 11:19 PM TicketGuidelines/ModifyTicketSummary edited by
- Fixed link. (diff)
- 11:18 PM TicketGuidelines/ModifyTicketSummary edited by
- Changed format and added more information. (diff)
- 11:14 PM TicketGuidelines/NewTicketSummary edited by
- Added a bit of clarity and formatting changes. (diff)
- 9:59 PM Ticket #1158 (Global update the WinAPI.au3 library) updated by
- Any news on this one? Very usefull functions we got here, they should be merged with the current library…
- 8:00 PM TicketGuidelines/NewTicketSummary edited by
- More cleanup (diff)
- 7:59 PM TicketGuidelines/NewTicketSummary edited by
- Additions and clenaups (diff)
- 7:56 PM TicketGuidelines/ModifyTicketSummary created by
- Initial comment
- 7:52 PM TicketGuidelines/NewTicketSummary created by
- Initial configuration.
- 7:12 PM Ticket #1430 (RegRead() Function, Bug?) closed by
- No Bug: This is not a support forum. If your submissions contains a question, you're in the wrong place.
- 5:00 PM Ticket #1431 (Multiple AutoIt3Wrapper outfiles) updated by
-
Version changed
Automatic ticket cleanup. - 3:34 PM Ticket #1409 (Compile to .exe dialog keyboard shortcut nuisance) closed by
- Fixed: Fixed by revision [5628] in version: 3.3.5.1
- 3:25 PM Ticket #1428 (AdlibUnRegister function name is case sensitive.) closed by
- Fixed: Fixed by revision [5627] in version: 3.3.5.1
- 3:13 PM Ticket #1431 (Multiple AutoIt3Wrapper outfiles) updated by
-
Type changed
- 3:00 PM Ticket #1431 (Multiple AutoIt3Wrapper outfiles) updated by
-
Version changed
Automatic ticket cleanup. - 2:56 PM Ticket #1431 (Multiple AutoIt3Wrapper outfiles) created by
- I think it would be a good idea to allow users to output the EXE in …
- 8:52 AM Ticket #1430 (RegRead() Function, Bug?) created by
- Hello, I have a little problem about the RegRead() function. In …
- 6:53 AM Ticket #1429 (Change return value of FileGetSize() on failure.) closed by
- Rejected: Uh, no. If you need to know if an error occurred then check @error. That's why functions set it.
- 5:44 AM Ticket #1429 (Change return value of FileGetSize() on failure.) created by
- Please change the return value of FileGetSize() to -1 when failure …
- 1:22 AM Ticket #1428 (AdlibUnRegister function name is case sensitive.) created by
- If the function name passed to AdlibUnregister does not match a …
Jan 22, 2010:
- 6:58 PM Ticket #1426 ($PBS_MARQUEE speed selection) closed by
- Rejected: This is trivial to do by sending a single message to the control. Maybe you should ask how to do something on the forum first before making feature requests for something you can do yourself in a single line of code.
- 6:57 PM Ticket #1425 ($PBS_MARQUEE not in documentation) closed by
- No Bug: There are a lot of styles that are not documented.
- 6:55 PM Ticket #1427 (RegWite REG_BINARY wites data to registry that cannot read by other ...) closed by
- No Bug
- 6:28 PM Ticket #1427 (RegWite REG_BINARY wites data to registry that cannot read by other ...) updated by
-
You do not understand the change in the RegWrite function. A 'binary string' is a string beginning with 0x and then containing an even number of the characters 0123456789ABCDEF
So the RegWrite mus be:
RegWrite("...", "...", "REG_BINARY", "0xDBD83CFD727A1458")Better style is to use an explicit Binary-cinversion:RegWrite("...", "...", "REG_BINARY", Binary("0xDBD83CFD727A1458"))THIS IS NO BUG. - 5:35 PM Ticket #1427 (RegWite REG_BINARY wites data to registry that cannot read by other ...) created by
- This command worked fine in v3.2.12.0 RegWrite(" " & $device & …
- 4:50 PM Milestone 3.3.5.0 completed
- 4:42 PM Ticket #1054 (Character Encoding) closed by
- Completed: Added by revision [5621] in version: 3.3.5.0
- 4:00 PM Ticket #1426 ($PBS_MARQUEE speed selection) updated by
-
Version changed
Automatic ticket cleanup. - 3:56 PM Ticket #1426 ($PBS_MARQUEE speed selection) created by
- It would be nice if the progress bar function included an option to …
- 3:54 PM Ticket #1425 ($PBS_MARQUEE not in documentation) created by
- The $PBS_MARQUEE GUI style for progress bars is not included in the …
- 1:01 AM Ticket #1423 (Helpfile examples don't open anymore with the button.) closed by
- Fixed: Fixed by revision [5617] in version: 3.3.5.0
Jan 21, 2010:
- 8:16 PM Ticket #1424 (GUICtrlCreateListView: $LVS_EX_BORDERSELECT fails.) closed by
- No Bug: This is not a bug. As best I can tell $LVS_EX_BORDERSELECT is only valid when using $LVS_ICON. However, you can't specify $LVS_ICON at creation time with the AutoIt-native controls. Try using the UDF-version.
- 2:15 PM Ticket #1424 (GUICtrlCreateListView: $LVS_EX_BORDERSELECT fails.) created by
- […] $LVS_EX_BORDERSELECT being the only one that fails of ListView …
- 8:27 AM Ticket #1423 (Helpfile examples don't open anymore with the button.) updated by
- don't forget to solve it when beta is installed. alt-F1 was doing the same
Jan 20, 2010:
- 10:00 PM Ticket #1423 (Helpfile examples don't open anymore with the button.) updated by
-
Version changed
Automatic ticket cleanup. - 9:26 PM Ticket #1423 (Helpfile examples don't open anymore with the button.) updated by
- I wish people would comment important things. Something like this would have been nice: […] Anyway, I'll take care of it, 'tis trivial to fix of course.
- 8:50 PM Ticket #1423 (Helpfile examples don't open anymore with the button.) created by
- autoit3help doesn't set the SetCurrentDirectory anymore to the …
- 8:11 PM Ticket #1422 (_GUICtrlStatusBar_GetWidth() states that it returns height) created by
- The documentation states that the return value is the HEIGHT of the …
- 4:23 PM Ticket #1421 (GUIRichEdit UDF added line break) created by
- every StreamToVar / StreamToFile adds a line break to the rtf-text …
- 4:10 PM Ticket #1420 (GUIRichEdit UDF hidden selection) created by
- most GUIRichEdit-functions leave hidden selection - compare example: …
- 11:30 AM Ticket #1414 (_GUICtrlButton_SetSize bug when restoring window) updated by
- perhaps we have to change the doc example which is using GUICtrlCreateEdit()
Jan 19, 2010:
- 7:54 PM Ticket #1417 (Ping() not working properly for generic network addresses) closed by
- Works For Me: I do not experience the same-subnet ping time issue. I cannot test the cross-subnet ping because I do not have another subnet to test with. Also, I cannot find anything we are doing wrong nor can I find any issues with the internal functions we are using. Based on the ping issue I think maybe you have some other subtle network issue that AutoIt is sensitive to that Ping is not. Closing this as works for me.
- 7:22 PM Ticket #1418 (_IEDocWriteHTML example from help) closed by
- Works For Me: Works for me.
- 7:17 PM Ticket #1419 (Directory Management Functions) closed by
- Rejected: Err, you do realize you can access the Windows API from AutoIt, right?
- 1:59 PM Ticket #1419 (Directory Management Functions) created by
- Is it possible to include some functions to get a signal when any …
- 1:56 PM Ticket #1418 (_IEDocWriteHTML example from help) created by
- >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut …
- 8:20 AM Ticket #1417 (Ping() not working properly for generic network addresses) created by
- I'm getting the same behaviour as this gentleman here: …
- 2:37 AM Ticket #1414 (_GUICtrlButton_SetSize bug when restoring window) closed by
- No Bug: Psalty is correct. Moving native controls with anything but GUICtrlSetPos() is not supported and will lead to bugs.
- 2:29 AM Ticket #1416 (Open project in new window (right click context menu from Tabs)) closed by
- Rejected: I have no idea what you are talking about. I think it might be SciTE, but SciTE doesn't offer project management functionality. You're certainly not talking about AutoIt at any rate.
- 2:03 AM Ticket #1414 (_GUICtrlButton_SetSize bug when restoring window) updated by
- If you are going to mess around with the control using the UDFs, then in general, create the control with the UDFs also. Changing the button creation to this avoids the issue: […]
- 2:00 AM Ticket #1416 (Open project in new window (right click context menu from Tabs)) updated by
-
Version changed
Automatic ticket cleanup. - 1:18 AM Ticket #1416 (Open project in new window (right click context menu from Tabs)) created by
- Could you please implement a function when right clicking on a Project …
Jan 18, 2010:
- 6:32 PM Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) updated by
- Point taken. I can't replicate the bug when need too, it appears to be random. Sorry for that.
- 6:26 PM Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) updated by
- I don't particularly care. The script is way too long and I'm not wasting time trying to track down some maybe-bug in a script that large. Maybe if you provide a shorter script that demonstrates the problem I'll bother to look. However, the forum is better suited for the discussion since you don't even know if there's a bug here. Until you can reliably reproduce something and accurately describe what's happening then you should not be posting on the issue tracker.
- 6:08 PM Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) updated by
- This is a AI bug or Windows? or just Unknown. Sorry for the code paste inline.
- 5:43 PM Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) closed by
- No Bug: Replying to Steveiwonder: > Ignore the noob script with all mouselclick spam etc , i still need to change some of that. Done. Now go read WikiStart.
- 12:18 PM Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) updated by
- Ignore the noob script with all mouselclick spam etc , i still need to change some of that.
- 12:17 PM Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) created by
- This is the error I'm getting it worked once... i tested it again …
Jan 17, 2010:
- 10:33 AM Ticket #1412 (_GUICtrlStatusBar_ShowHide documentation for second parameter has no ...) closed by
- Fixed: Fixed by revision [5606] in version: 3.3.5.0
Jan 16, 2010:
- 10:19 PM Ticket #1414 (_GUICtrlButton_SetSize bug when restoring window) created by
- In any situation, if you create a button and then change the size of …
- 9:16 PM Ticket #1413 (Shared file access flags behavior change in FileOpen) closed by
- No Bug: If the files are now correctly locked... good! They should have been locked from day one but there was some bug I didn't have time to track down which was allowing them to be shared. The fact that they were shared *was* the bug, not that they can no longer be shared. If that "always shared" bug is indeed fixed then I can finally implement proper sharing and file locking (#546). This is no bug, assuming it's true.
- 8:21 PM Ticket #1413 (Shared file access flags behavior change in FileOpen) created by
- It seems that FileOpen function has been modified about the way it …
- 4:49 PM Ticket #1412 (_GUICtrlStatusBar_ShowHide documentation for second parameter has no ...) created by
- The documentation for the _GUICtrlStatusBar_ShowHide second parameter …
- 2:56 PM Ticket #1411 (FileReadLine enhancement to enable more efficient reading of very ...) created by
- I would like to suggest a possible enhancement to the FileReadLine() …
- 12:48 PM Ticket #1384 (404 Not Found error when clicking links for explanations of functions) updated by
- Still one link broken in .chm that I just fix. But I don't understand the relation of links broken in the AutoIt Web Page except that the internal page has not the same name as the link.
Jan 15, 2010:
- 4:38 PM Ticket #1384 (404 Not Found error when clicking links for explanations of functions) updated by
- Hmm, these is still a broken link in this page. Didn't these used to be fine? I wonder when they got broken…
- 4:15 PM Milestone 3.3.4.0 completed
Jan 14, 2010:
- 8:58 PM Ticket #1410 (Using Pointer type with COM-object throws error.) created by
- AutoIt doesn't seem to have any code dealing with variables of pointer …
- 8:02 PM Ticket #1409 (Compile to .exe dialog keyboard shortcut nuisance) created by
- Ctrl-C is mapped to the "Compile"-Button. So if I want to Copy/Paste …
- 5:49 PM Ticket #1408 (Date UDF) closed by
- Duplicate: I assume the search function for the issue tracker is broken? I also assume the download link to the latest beta version of AutoIt is broken? Duplicate #1361. Thanks for wasting time.
- 3:29 PM Ticket #1408 (Date UDF) created by
- When calling the Date UDF functions _SetDate and _SetTime with the …
Jan 13, 2010:
- 11:33 PM Ticket #1407 (Change the Trace Tools to use @ScriptLineNumber) closed by
- Rejected: Did you even bother to think about this? 1. @ScriptLineNumber does not work in compiled scripts. 2. There's a command to remove Trace statements, there's a command to add Trace statements. I wonder what would happen if you removed them then added them again?
- 11:21 PM Ticket #1407 (Change the Trace Tools to use @ScriptLineNumber) created by
- The Add Trace Lines and Add Func Trace Lines are both awesome tools …
- 10:23 PM Ticket #1376 (FileOpen()) closed by
- Completed: Added by revision [5597] in version: 3.3.5.0
- 10:05 PM Ticket #1376 (FileOpen()) updated by
-
Owner, Status changed
Seems reasonable. - 9:23 PM Ticket #1054 (Character Encoding) updated by
- Logic flaw. Encoding has to and is tested anyway when you open a file in anything other than binary mode. The data read in to test is cached and reused anyway. :)
- 8:21 PM Ticket #1054 (Character Encoding) updated by
- From my point of view. If you add this into FileOpen it can reduce performance (testing encoding) in case I don't want to check result of @extended. I think it will be majority of cases when we will not test it. Because of that I vote for FileGetEncoding() as alone function which can be called only when needed.
- 8:07 PM Ticket #1054 (Character Encoding) updated by
-
Owner, Status changed
Actually, the FileOpen/@extended thing sounds OK to me. The current FileOpen flags for encoding are only enforced when the file is BOM-less or when a new file is created. If there is a BOM then the flags are ignored. So, the @extended flag returning the actual mode the file was opened sounds kinda useful (and avoids us having to add another function including the documentation). Unless I've missed something. I'll add some "get_file_mode" code to our internal class and check back later to see for any more comments before changing any public function. - 4:49 AM Ticket #1406 (Proposed Change to _WinAPI_HiWord()) closed by
- Rejected: As mentioned on the forum, temporary fixes are not something I'm fond of making.
- 3:00 AM Ticket #1406 (Proposed Change to _WinAPI_HiWord()) updated by
-
Version changed
Automatic ticket cleanup. - 1:03 AM Ticket #1406 (Proposed Change to _WinAPI_HiWord()) created by
- Considering the discussion a few weeks ago about BitShift being a …
Jan 10, 2010:
- 11:43 AM Ticket #1339 (Update helpfile translations links) updated by
- Thanks a lot!
- 11:02 AM Milestone 3.3.3.3 completed
- 10:54 AM Ticket #1403 (File write unicode text with bom error) closed by
- Fixed: Fixed by revision [5582] in version: 3.3.3.3
Jan 9, 2010:
- 5:37 PM Ticket #1405 (Array definition, less strict data-part format.) closed by
- Rejected: Empty parameter lists still using a comma as separate will lead to some of the most un-readable code you've ever seen. It is a syntax I will fight against. My other argument is that you shouldn't need array initializer syntax for multi-dimensional (3+) arrays anyway. With data that complex a tab or comma separated file would lead to much better.
- 4:48 PM Ticket #1405 (Array definition, less strict data-part format.) created by
- Just a idea. possible less strict array definition data-part format …
- 4:46 PM Ticket #1404 (AutoIt creates trojan infected exe files.) closed by
- No Bug: What a stupid bug report.
- 1:36 PM Ticket #1404 (AutoIt creates trojan infected exe files.) updated by
- are you not sure it is not a false alarm? You seems the first to report such behavior. Iust follow the antivirus procedure as describedhttp://www.autoitscript.com/forum/index.php?showtopic=34658&view=findpost&p=253367 in the Forum
- 12:28 PM Ticket #1404 (AutoIt creates trojan infected exe files.) created by
- AutoIt created exe files are recognized containing the …
- 6:17 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- in fact _ColorSetRGB is coherent with GUI/Pixel functions. The introduction of a new function with will set as MSDN request is the only way to avoid script-breaking in _GUICtrlRichEdit_...() functions as you mention. I have a preference to be _ColorSetCOLORREF but why not to have a more general function as _ColorSetValue
- 6:04 AM Ticket #1403 (File write unicode text with bom error) created by
- […] x.txt : �����й��� 00000000h: EF BB BF CF 92 CB 87 D7 90 C2 B9 …
Jan 8, 2010:
- 11:00 PM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- From the searching I did, changing ColorSetRGB() would not effect any other functions. I don't see being used anywhere. Also, I don't even think its possible to make _GUICtrlRichEdit...() functions use standard AutoIt iColor since the MSDN states the value must be COLORREF. Perhaps a function similar in style to _ChooseColor() could be made. One that allows the user to specify what kind of color code value they would like returned. Either RGB Hex,BGR Hex, or COLORREF. | […]
- 9:40 PM Ticket #1401 (Windows 7 Jump List) updated by
- Replying to monoceres: > Not saying it's a must, but it might be worth looking over at least. The taskbar is a major change in windows 7 and maybe autoit should keep up? This statement is not a very fair statement to make. I wonder how many application domains are out there that can say the same thing about AutoIt just because we don't support their "important" feature.
- 9:37 PM Ticket #1401 (Windows 7 Jump List) updated by
- While that's true, the same could be said of any feature in autoit. The thing is, the taskbar api is meant to be a central point in graphical applications in windows 7. Giving autoit developers an easy to use interface for it would make auotit an even better tool for writing GUI's. Not saying it's a must, but it might be worth looking over at least. The taskbar is a major change in windows 7 and maybe autoit should keep up?
- 9:19 PM Ticket #1401 (Windows 7 Jump List) updated by
- Whats your point? Whats stopping you or somebody else from writing a plugin, standard DLL or COM interface that provides extension points allowing AutoIt to hook into it? Not every single feature of the OS needs to be implemented in AutoIt's core.
- 8:50 PM Ticket #1401 (Windows 7 Jump List) updated by
- Forgot to fill in author on last message.
- 8:49 PM Ticket #1401 (Windows 7 Jump List) updated by
- Valik, I have seen you have closed several of these windows7 taskbar feature requests with the response that this should be implemented as UDF. You do realize that the taskbar api's are extremely none trivial to implement in autoit?
- 6:07 PM Ticket #1402 (Unable te read ini file key with quotas IniRead()) closed by
- No Bug: You're right, it doesn't. It's not a bug, either.
- 6:06 PM Ticket #1401 (Windows 7 Jump List) closed by
- Rejected: So do it? There's this thing called the Windows API. I suggest looking into it.
- 5:01 PM Ticket #1402 (Unable te read ini file key with quotas IniRead()) created by
- I try to read a ini key with quotas mark: [Section1] Key1="String …
- 4:18 PM Ticket #1401 (Windows 7 Jump List) created by
- I'd like to be able to populate at least "Tasks" in the jump lists if …
- 3:42 PM Ticket #1400 (PB to extract an exe file (exe2Aut V3)) updated by
- @Soul-Almighty Make question on the forum. You will get answer why this is not a bug (it has been (answered many times so you can use the Search engine on the forum). Trac is not place to ask questions by beginners, it's only place where experienced users post bugs.
- 3:11 PM Ticket #1400 (PB to extract an exe file (exe2Aut V3)) updated by
- I'm sorry, but how can my file be corrupted ?? That means that every exe file generated by AutoIT would be corrupted !! And each exe generated works !!! I don't understand why you closed my ticket !!! You told me it's not a bug, but an issue. OK.
- 2:28 PM Ticket #1341 (Win7 x64 - Cannot send any messages to dialog controls) closed by
- No Bug: Closing as no bug unless I hear otherwise.
- 2:26 PM Ticket #1400 (PB to extract an exe file (exe2Aut V3)) closed by
- No Bug: Sounds like a corrupt file, and in any case is a support issue not a bug.
- 2:25 PM Ticket #1348 (aut2exe Mangles Named RCDATA Resources) closed by
- No Bug: No bug. Aut2exe is built to handle AutoItSC.bin as is (for now).
- 1:52 PM Ticket #1318 (UDFs char/wchar --> bad numbers of bytes for _MemRead()/_MemWrite()) updated by
- Fixed up all except: _GUICtrlTab_SetItem _GUIToolTip_GetTitleBitMap They seem to be working with non-text and not sure what is intended atm. Someone else to verify.
- 1:52 PM Ticket #1400 (PB to extract an exe file (exe2Aut V3)) created by
- hi everyone, I've a problem to extract an exe file, builded with …
- 12:00 PM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
-
Milestone changed
Automatic ticket cleanup. - 11:37 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
-
Milestone changed
- 11:37 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- Not quite sure I follow this. ColorSetRGB is clearly broken. Are we saying that we can't fix it because it's already used in other functions?
- 11:26 AM Ticket #1339 (Update helpfile translations links) closed by
- Fixed
- 11:19 AM Ticket #1384 (404 Not Found error when clicking links for explanations of functions) updated by
- Will be fixed during next release upload.
- 11:07 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) reopened by
- 11:04 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- Fixed by revision [5568] in version: 3.3.3.3
- 11:02 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) closed by
- Fixed: Fixed by revision [5567] in version: 3.3.3.3
- 10:52 AM Ticket #1353 (_FileWriteToLine() excessively strict on input text type) closed by
- Fixed: Fixed by revision [5566] in version: 3.3.3.3
- 10:41 AM Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) closed by
- Completed: Added by revision [5565] in version: 3.3.3.3
- 10:37 AM Ticket #1398 ($tagPARAFORMAT2 incorrect) closed by
- Fixed: Fixed by revision [5564] in version: 3.3.3.3
- 10:02 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- Yes I very much agree. I was going to ask for that next. :)
- 9:17 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- perfectly right the doc should not have mention COLORREF as under all other function as GUI/Pixel the color is 0x00RRGGBB We miss a function as _ColorSetCOLOREF or we do a script-breaking inside _GUICtrlRichEdit...() functions to use the standard AutoIt iColor which is 0x00RRGGBB I prefer to add a new _ColorSetCOLOREF function. Do you agree?
- 6:01 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) updated by
- Sorry I forgot to state that the description of _ColorSetRGB() is "Returns the RGB color to work with (COLORREF)." And the MSDN says that a COLORREF value must be in hex format 0x00BBGGRR.
- 4:08 AM Ticket #1399 (_ColorSetRGB() is returning wrong color value) created by
- The documentation of function _ColorSetRGB() states that the …
Note:
See TracTimeline
for information about the timeline view.
