Timeline
12/01/08:
- 11:20 Ticket #717 (_EventLog__Report is crashing script) created by
- AutoIT script is crashing when trying to send event to eventlog (UDF). …
- 07:53 Ticket #716 (decimal subtraction bug) closed by
- No Bug: Replying to mmavipc: > MsgBox(0,"",7.04-7 & " " & 8.04-8) > 7.04-7=0.04 > 8.04-8=0.0399999999999991 > hmm I wonder that is wrong with that Nothing is wrong with it. Just like #715, this is not a bug. Floating point numbers are not precise. There is a ton of literature on the internet about it. I've explained it countless times.
- 04:19 Ticket #716 (decimal subtraction bug) created by
- MsgBox(0,"",7.04-7 & " " & 8.04-8) 7.04-7=0.04 …
- 03:11 Ticket #715 (Math error) closed by
- No Bug: Replying to V23: > {{{ > ConsoleWrite(0.04 & @CRLF) > ConsoleWrite(8.04-8 & @CRLF) > }}} > > if I run this script, I'll see: > 0.04 > 0.0399999999999991 > Why? Because you touch yourself at night. Particularly when you should be asking things on the forum and NOT the issue tracker. Or better yet, search for things on the forum since I've explained this about seven thousand times. No bug.
- 02:36 Ticket #715 (Math error) created by
- […] if I run this script, I'll see: 0.04 0.0399999999999991 Why?
11/29/08:
- 06:51 Ticket #714 (Radical(i1,i2,iN)) created by
- What this would do would be to get the radical of all the numbers …
11/28/08:
- 23:28 Ticket #712 (enhanced PixelSearch - search direction & logical mask) closed by
- Rejected: It's clear you didn't search the issue tracker hard enough or you would have found #351 which covers the first part of your request. As for the rest of the request, write your own. We can't possible provide something that is going to make everybody happy so we provide something basic. If you need something for complicated you can build it yourself.
- 23:25 Ticket #713 (FileInstall() to accept macros and environment variables.) closed by
- Rejected: While it is true those expressions are available at compile-time they are also different than the run-time counter-parts. It's just unnecessary confusion. There are better ways to solve the problem.
- 22:53 Ticket #713 (FileInstall() to accept macros and environment variables.) created by
- It would be handy, if FileInstall() would accept macros and …
- 19:54 Ticket #712 (enhanced PixelSearch - search direction & logical mask) created by
- A) Search direction: For symmetry, support should be included for: …
- 12:59 Ticket #710 (UDF for port access) closed by
- Rejected
- 02:35 Ticket #709 (WinGetTitle() returning '[SOH]' character, instead of title of target ...) closed by
- Fixed: It will be fixed in 3.2.13.12.
- 02:16 Ticket #711 (Combobox functions does not work properly or even at all, on Windows ...) closed by
- No Bug: For your first issue, it's obvious the ComboBoxEx control is not implemented on the OS you are trying to use. ComboBoxEx is not the same thing as a ComboBox. As for your second issue, read the documentation, I'll be you find your answer. Try looking at the Remarks section of GUICtrlCreateCombo(). No bugs to see here.
- 00:28 Ticket #711 (Combobox functions does not work properly or even at all, on Windows ...) created by
- Hello, I'll refer to two different combobox functions which …
11/27/08:
- 16:50 Ticket #710 (UDF for port access) created by
- In DOS I use debug to test my port. But in 2000, XP... it dosn't work
- 13:18 Ticket #709 (WinGetTitle() returning '[SOH]' character, instead of title of target ...) created by
- […]
- 03:45 Ticket #708 (ControlGetText() does not work properly.) closed by
- Fixed: It will be fixed in the next beta.
11/26/08:
- 19:40 Ticket #708 (ControlGetText() does not work properly.) created by
- ControlGetText() always returns SOH(Start of heading, Chr(1)). …
- 11:19 Ticket #707 (_GUICtrlMonthCal_Create) closed by
- Fixed: Fixed in version: 3.2.13.12
- 09:20 Ticket #707 (_GUICtrlMonthCal_Create) created by
- Ex.1 [autoit] #include <GUIConstantsEx.au3> #include <GuiMonthCal.au3> …
11/25/08:
- 12:04 Ticket #341 (Extend TraySetIcon() undocumented keywords) closed by
- Rejected: I agree that the undocumented behavior should be documented and will be in next beta. But I don't want that the pause icon can be set when the script is running. So I will close this request as rejected.
11/24/08:
- 18:11 Ticket #706 (Ability to read QWidget Controls would be nice to have) closed by
- Rejected: You already knew the answer before you posted.
- 13:37 Ticket #706 (Ability to read QWidget Controls would be nice to have) created by
- I tink it would be nice if you could have the ability to read the …
11/23/08:
- 23:55 Ticket #705 (_GUICtrlToolbar_ClickButton() function does not always click on buttons) closed by
- Fixed: Fixed in version: 3.2.13.12
- 23:09 Ticket #703 (_GUICtrlListBox_ClickItem() function does not always click on List Box item) closed by
- Fixed: Fixed in version: 3.2.13.12
- 21:03 Ticket #700 (_GUICtrlTreeView_ClickItem() function does not always click on Tree ...) closed by
- Fixed: Fixed in version: 3.2.13.12
- 20:44 Ticket #701 (_GUICtrlListView_ClickItem() function does not always click on List ...) closed by
- Fixed: Fixed in version: 3.2.13.12
- 20:18 Ticket #702 (_GUICtrlListView_ClickItem() function does not always click on List ...) closed by
- Duplicate
- 20:17 Ticket #704 (_GUICtrlTab_ClickTab() function does not always click on tab button) closed by
- No Bug: _WinAPI_ShowCursor works fine on my XP box. _GUICtrlTab_ClickTab was fixed in 3.2.13.11 and does not match your version of it.
- 20:02 Ticket #705 (_GUICtrlToolbar_ClickButton() function does not always click on buttons) created by
- Enviroment: WinXP Home SP3 AutoIt 3.2.12.1 AutoIt Beta 3.2.13.11 …
- 19:56 Ticket #704 (_GUICtrlTab_ClickTab() function does not always click on tab button) created by
- Enviroment: WinXP Home SP3 AutoIt 3.2.12.1 AutoIt Beta 3.2.13.11 …
- 19:52 Ticket #703 (_GUICtrlListBox_ClickItem() function does not always click on List Box item) created by
- Enviroment: WinXP Home SP3 AutoIt 3.2.12.1 AutoIt Beta 3.2.13.11 …
- 19:45 Ticket #702 (_GUICtrlListView_ClickItem() function does not always click on List ...) created by
- Enviroment: Win XP Home SP3 AutoIt 3.2.12.1 AutoIt Beta …
- 19:40 Ticket #701 (_GUICtrlListView_ClickItem() function does not always click on List ...) created by
- The coords of the centre of the item are calculated in screen coords, …
- 19:10 Ticket #700 (_GUICtrlTreeView_ClickItem() function does not always click on Tree ...) created by
- Enviroment: Win XP Home SP3 AutoIt 3.2.12.1 AutoIt Beta …
- 18:31 Ticket #697 (Process Close Randomly Not Working) closed by
- No Bug: That's nice. Now, create a thread in support and talk about the issue with others who can help you. You've given no useful information at all. You've also posted code without any error checking so as far as I can tell you have no proof the code is even flowing how you think it is. At any rate, I find it unlikely this is actually a bug in AutoIt. Even if it is a bug in AutoIt, you haven't provided any information to reproduce it. So I'm closing this.
- 18:27 Ticket #698 (RunAs/RunAsWait Bug - Blank Passwords) closed by
- No Bug
- 06:26 Ticket #699 (Shutdown(5) Failing) created by
- On about 1/20 of the 600 pcs i run this script on the 2nd lat line of …
- 06:24 Ticket #698 (RunAs/RunAsWait Bug - Blank Passwords) created by
- A user posted a question in support and I confirmed the behavior. It …
- 02:45 Ticket #697 (Process Close Randomly Not Working) created by
- I run my scripts on over 600 PCs and have been running this portion of …
11/22/08:
- 14:51 Ticket #692 (Tidy crashes on long lines) closed by
- Fixed: Fixed in v 2.0.24.1 available now in the Beta directory. Jos
11/21/08:
- 20:04 Ticket #696 (Autoit Vista 64bit) closed by
- No Bug: This isn't related to AutoIt. This should have been asked on the forum.
- 19:37 Ticket #696 (Autoit Vista 64bit) created by
- Running Vista Ent 64bit. Newest autoit and SciTE. Also tryed older …
11/20/08:
- 21:58 Ticket #695 (FileMove returns an error code of 0 for failure AND for success) closed by
- No Bug: Yeah, just found your thread on the forum. Learn to read.
- 21:41 Ticket #695 (FileMove returns an error code of 0 for failure AND for success) created by
- A successful FileMove returns an error code of 0 (failure)
- 00:11 Ticket #680 (Listview and image background problem) closed by
- No Bug
11/19/08:
- 23:55 Ticket #694 (_SQLite_FetchNames) closed by
- No Bug
- 23:55 Ticket #690 (Problems with Run and chkdsk) closed by
- No Bug: There's no bug here. You're running the code from SciTE or another editor. Editors change the behavior of using STDIO redirection. Run the script compiled and it will work correctly, aside from some obvious issues in the code itself (Hint: Just because the process ends doesn't mean there's not data to read). Anyway, no bug.
- 10:56 Ticket #693 (Error in _DateTimeFormat() function) closed by
- Fixed: Fixed in version: 3.2.13.12
- 10:00 Ticket #694 (_SQLite_FetchNames) created by
- this file don't run with 3.2.13.11: …
- 02:55 Ticket #596 (String<From/To>ASCIIArray() functions) closed by
- Completed: Changed in version: 3.2.13.12
11/18/08:
- 19:48 Ticket #693 (Error in _DateTimeFormat() function) created by
- There seems to be a typo in the source code of the _DateTimeFormat() …
- 15:32 Ticket #692 (Tidy crashes on long lines) created by
- Tidy crashes when one line is very long ( I think ~2000 chars) …
- 09:37 Ticket #50 (Handle COM Byte-Array) closed by
- Completed: Added in version: 3.2.13.12
- 01:37 Ticket #691 (Not equal <> condition with OR gives wrong result) closed by
- No Bug: I suggest you look again. If $temp is equal to 7 then $temp is not equal to 1 thus the first condition in your first example is true therefore the entire statement is true. You need to be using the AND operator in the first example, not OR. No bug.
- 00:36 Ticket #691 (Not equal <> condition with OR gives wrong result) created by
- Not equal <> condition with OR gives wrong result. Example 1 give …
11/17/08:
- 23:59 Ticket #690 (Problems with Run and chkdsk) created by
- I updated to the latest Public (3.2.12.1). I've got problems with …
- 21:19 Milestone 3.2.13.11 completed
- 19:38 Ticket #689 (@DesktopDir macro introduces unwanted characters at times.) closed by
- No Bug: You do realize this has nothing to do with @DesktopDir, right? That all that macro does is return a string? I don't think you do know that since you don't bother to actually state what the contents of @DesktopDir are. Chances are, something is messing with the keyboard state. Barring that, send the characters in raw mode. This is almost certainly not a bug and even if there is a bug I can pretty much guarantee it's not with @DesktopDir. If either of the two comments I made are not helping then post on the forum. You need support, not a fix in AutoIt.
- 19:19 Ticket #689 (@DesktopDir macro introduces unwanted characters at times.) created by
- Under Windows Vista, the @DesktopDir macro sometimes "shifts" certain …
- 18:44 Ticket #663 (AU3_PixelChecksum returns 0x80000000 if more than that) closed by
- Fixed
- 18:34 Ticket #688 (Built-in function to compare colors) closed by
- Rejected: There's nothing built-in about it. It extracts the red, green and blue components and then it creates a high and low value for each color by adding/subtracting the shade variation. Then the test color is compared to see if it's in the calculated range. It's nothing fancy and hardly worth porting out to a function. Also, there are many other ways to compare pixels so I don't think we should provide a method. You need to write a method that works for you.
- 18:11 Ticket #687 (@Unicode) closed by
- No Bug: Reading the 3.2.13.10 changelog or searching the issue tracker would have yielded your answer. The macro has been removed because AutoIt is always Unicode now, we do not provide an ANSI version.
- 18:08 Ticket #688 (Built-in function to compare colors) created by
- PixelSearch probably already uses a built-in function in AutoIt to …
- 17:59 Ticket #686 (Make Application's librairy) closed by
- Rejected: The AutoItX DLL already exists for this purpose. You can not compile a script to DLL if that is what you are asking.
- 17:59 Ticket #685 (Add fonctionnality to Autoit) closed by
- Rejected: This request makes no sense. Closing.
- 17:11 Ticket #687 (@Unicode) created by
- Per the Changelog dated 16th May, 2008 - v3.2.12.0: Changed: @Unicode …
- 15:49 Ticket #686 (Make Application's librairy) created by
- Many functions exist in Autoit or are simple but not in other language …
- 15:39 Ticket #685 (Add fonctionnality to Autoit) created by
- I need to build dll library with Autoit to use it after in DllCall, …
- 11:21 Ticket #442 (Proposed changes to _StringAddThousandsSep()) closed by
- Completed: Changed in version: 3.2.13.11
- 10:38 Ticket #674 (_GUICtrlTab_ClickTab() Clicks in the wrong place when $fMove = True) closed by
- Fixed: Fixed in version: 3.2.13.11
11/16/08:
- 20:29 Ticket #684 (ShellExecute() should return ProcessId instead of 1 if all is OK.) closed by
- Rejected: The PID is not available to be returned.
- 18:52 Ticket #684 (ShellExecute() should return ProcessId instead of 1 if all is OK.) created by
- It would be easier to control the spawned process if the Pid is …
- 07:26 Ticket #679 (FileReadLine function only read 65534 characters at a time.) closed by
- Fixed: Fixed in version: 3.2.13.11
- 05:42 Ticket #683 (Setting new text with _GUICtrlTab_SetItemText) closed by
- No Bug: Already fixed in beta
- 05:26 Ticket #683 (Setting new text with _GUICtrlTab_SetItemText) created by
- Setting text with _GUICtrlTab_SetItemText() doesn't update the …
11/15/08:
- 18:13 Ticket #681 (Document 64KB line limit for FileReadLine()) closed by
- Duplicate: Duplicate of #679.
- 18:09 Ticket #679 (FileReadLine function only read 65534 characters at a time.) reopened by
- JP, you documented the wrong value.
- 17:51 Ticket #682 (Remove 64K line limit for FileReadLine()) created by
- Ref documentation change in BugTrac #681. FileReadLine() uses a 64K …
- 17:40 Ticket #681 (Document 64KB line limit for FileReadLine()) created by
- Based on this support topic: FileReadLine problem read a very big …
- 13:16 Ticket #679 (FileReadLine function only read 65534 characters at a time.) closed by
- Fixed: Fixed in version: 3.2.13.11
- 03:08 Ticket #680 (Listview and image background problem) created by
- When there is an image set as the background of a GUI and a listview …
11/14/08:
- 22:50 Ticket #678 (MAX_LINESIZE confine arrays) closed by
- No Bug: AutoIt is line based. The line limit is 4096 characters per line. There is no plan to change this.
- 22:16 Ticket #679 (FileReadLine function only read 65534 characters at a time.) created by
- […]
- 21:16 Ticket #678 (MAX_LINESIZE confine arrays) created by
- Please remove this unneeded restriction. I want dim arrays with size …
- 11:16 Ticket #675 (Bug in _Date_Time_CompareFileTime) closed by
- No Bug: The params for this function take structures to the file time, not strings to the file.
11/13/08:
- 22:45 Ticket #677 (ControlGetHandle/ControlListView on .Net Listview crashes/not working ...) created by
- Sample Application: …
11/12/08:
- 17:39 Ticket #668 (_FileGetCommonPath & _FileArrayGetCommonPath) closed by
- Rejected: Been a few days with no follow-up and I can't really see this being used for much so closing.
- 17:18 Ticket #676 (autoit(exe) exiting when reciving audio from www with bass.dll) closed by
- No Bug: Seriously? Whatever. Closing. See the forum thread for the explanation.
- 16:52 Ticket #676 (autoit(exe) exiting when reciving audio from www with bass.dll) created by
- This is my testcode: […] after some time the script is exiting …
- 15:08 Ticket #675 (Bug in _Date_Time_CompareFileTime) created by
- Have a russian message, but try translate: AutoIt v3: autoit3.exe …
11/11/08:
- 11:46 Ticket #674 (_GUICtrlTab_ClickTab() Clicks in the wrong place when $fMove = True) created by
- Enviroment: Win XP Pro SP2 Autoit 3.2.12.1 Autoit 3.2.13.10 Beta …
- 10:47 Ticket #672 (_StringAddThousandsSep) closed by
- Duplicate: see #621
- 05:54 Ticket #673 (Wrong priority of logic operators) closed by
- No Bug: your expressions are not equivalent as they are executed left to right the first is (True or True) and False No BUG
- 04:32 Ticket #673 (Wrong priority of logic operators) created by
- […] return False, but equivalent expression […] return True
- 04:01 Ticket #672 (_StringAddThousandsSep) created by
- _StringAddThousandsSep(-10) returns 10, should be prefixed with …
11/10/08:
- 03:39 Ticket #671 (Hard crash when using $WS_EX_MDICHILD) closed by
- Fixed: Fixed in version: 3.2.13.11
11/09/08:
- 23:58 Ticket #671 (Hard crash when using $WS_EX_MDICHILD) created by
- This simple example bellow should reproduce a hard crash of the …
11/08/08:
- 19:21 Ticket #662 (ListView setting $LVS_EX_FLATSB flattens header only instead of scrollbars) closed by
- No Bug: This is not a bug. Flat scrollbars are not supported when using comctl32.dll 6.00 which is what AutoIt uses on Windows XP.
- 19:00 Ticket #659 (FileSelectFolder does not return full path is selecting a network ...) closed by
- Fixed: Fixed in version: 3.2.13.11
- 18:56 Ticket #669 (Bad description) closed by
- Fixed: Fixed in version: 3.2.13.11
- 17:48 Ticket #670 (Listviews with checkboxes doesn't work "properly"....in my opinion) closed by
- No Bug: Replying to anonymous: > I'm too lazy right now to take apart my code to show an example, so hopefully what I say is understandable. For me personally, this was automatic ticket closing. If you are too lazy to provide all the information necessary then don't bother posting. > I set up a listview in conjunction with a WM_Notify function. When the CELL of the checkbox is clicked, it registers but the box isn't checked, which throws off my function. I believe that if the surrounding cell is clicked the checkbox should be checked as well. If this is not a "bug" I think this should be how it functions...unless there is a specific reason why it isn't like that. It's not designed like that, obviously. At any rate, you already wrote a WM_NOTIFY handler, so what exactly is stopping you from implementing the behavior you want? No bug here and there's nothing for us to add.
- 13:23 Ticket #670 (Listviews with checkboxes doesn't work "properly"....in my opinion) created by
- I'm too lazy right now to take apart my code to show an example, so …
- 13:10 Ticket #669 (Bad description) created by
- Description from help file of function Dec()example is wrong. […] …
- 10:51 Milestone 3.2.13.10 completed
11/07/08:
- 18:13 Ticket #668 (_FileGetCommonPath & _FileArrayGetCommonPath) created by
- _FileGetCommonPath & _FileArrayGetCommonPath ProgAndy has created …
- 00:47 Ticket #667 (Forum, opening (preview-linked) Image window to small.) closed by
- Wont Fix: We did not write the forum software. If you have issues with it, report them to IPB, not us.
- 00:32 Ticket #667 (Forum, opening (preview-linked) Image window to small.) created by
- There is no real report section for Website/Forum issues. So dropping …
11/06/08:
- 23:19 Ticket #651 (FileFindFirstFile FileFindNextFile _FileListToArray not support ...) closed by
- No Bug: Closing due to lack of information.
- 23:18 Ticket #657 (_IECreate brings up Outlook Express instead of Internet Explorer) closed by
- No Bug: Closing due to lack of information.
- 23:17 Ticket #350 (FileInstall fails when user login name is non-English chars) closed by
- Rejected: We can't find anything wrong in our code and we can't reproduce it. We apparently already changed the code Jon had in mind so closing.
- 23:15 Ticket #615 (License needs fixed) closed by
- Fixed: Jon has fixed this and it will appear in the next beta version.
- 21:25 Ticket #665 (_GUICtrlListView_SetColumnWidth et al. lack proper typecasting in ...) closed by
- No Bug: if you are passing a string you need cast the type.
- 19:19 Ticket #664 (SciTE Magnifying (Zooming) doesn't properly update horizontal scrollbar) closed by
- No Bug
- 18:17 Ticket #666 (Ability to wait on a Mutex) closed by
- Rejected: DllCall() and the Windows API mutex/object related functions can do it.
- 17:54 Ticket #666 (Ability to wait on a Mutex) created by
- When performing uninstalls, the recommended way to wait for the …
- 15:18 Ticket #665 (_GUICtrlListView_SetColumnWidth et al. lack proper typecasting in ...) created by
- Bug: _GUICtrlListView_SetColumnWidth et al. lack proper typecasting in …
- 13:34 Ticket #664 (SciTE Magnifying (Zooming) doesn't properly update horizontal scrollbar) created by
- Using SciTE 1.77 full package from 2-11-2008 SciTE4AutoIt3.exe …
- 04:34 Ticket #663 (AU3_PixelChecksum returns 0x80000000 if more than that) created by
- While making a c++ program to automate something, I ran into this …
11/05/08:
- 20:43 Ticket #662 (ListView setting $LVS_EX_FLATSB flattens header only instead of scrollbars) created by
- Bug in AutoIt Version: 3.2.12.1 ListView setting $LVS_EX_FLATSB …
- 15:15 Ticket #660 (Unicode version for Au3Check) closed by
- Rejected: Replying to Manadar: > Unless it is too much of a hassle, can we get a version of Au3Check that is updated for the new millenium? Any time you try to port a non-UNICODE program to UNICODE it's a hassle. Au3Check would need to be re-written. If it's ever re-written then UNICODE support is likely going to come for free since chances are it would be written in a more traditional manner.
- 15:13 Ticket #661 (Disable "Beep" using MsgBox) closed by
- Rejected: Changed to a feature request and rejected. The point of a message box is to get the user's attention. If you are finding it annoying then you're probably using it wrong. Otherwise, all I can say is turn down your volume. we certainly aren't going to attempt to circumvent the features of a standard API call in Windows.
- 11:47 Ticket #661 (Disable "Beep" using MsgBox) created by
- Is there a possibility to disable the nerving BEEP when …
11/04/08:
- 22:05 Ticket #660 (Unicode version for Au3Check) created by
- This may be a bit useless to most people, but I often find that I run …
- 12:46 Ticket #659 (FileSelectFolder does not return full path is selecting a network ...) created by
- When using FileSelectFolder to select a folder from a sharepoint site …
11/03/08:
- 17:16 Ticket #658 (Multiple desktops support) closed by
- Rejected: I have no clue what you are asking for here. I understand the concept of multiple desktops but I don't see how any of that relates to AutoIt or what you want AutoIt to do to accomplish whatever it is you think you need AutoIt changed to accomplish. At any rate, I don't really see us doing anything in this area. I know that it's already possible to create multiple desktops via AutoIt so if that is possible then I imagine whatever interactivity you are looking for is possible as well.
- 15:34 Ticket #658 (Multiple desktops support) created by
- Hello! While writing a script for an online game I started playing …
11/02/08:
- 04:54 Ticket #657 (_IECreate brings up Outlook Express instead of Internet Explorer) created by
- Downloaded the latest build yesterday (not beta version) My script …
- 01:54 Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) closed by
- Completed: Added in version: 3.2.13.10
11/01/08:
- 21:43 Ticket #656 (_FileCountLines and AutoIt v3.2.13.9 (Beta) - wrong return on one line) closed by
- Fixed: Fixed in version: 3.2.13.10
- 21:25 Ticket #656 (_FileCountLines and AutoIt v3.2.13.9 (Beta) - wrong return on one line) created by
- When only one line is present in file, _FileCountLines will return 0 …
- 15:34 Ticket #654 (Listview subentry request) closed by
- Rejected: You can do that via code yourself. Otherwise, this is definitely not going to happen, there's enough non-standard crap about our controls as-is without adding support for "TreeListView" functionality.
- 15:31 Ticket #655 (Suggestion: DllCall for pointers) closed by
- Rejected: I'm astounded, truly. Did you even bother to think about how DllCall() might work for even a moment? Clearly not. There is no reason to call a function by pointer because as your code demonstrates in order to get a pointer you have to call LoadLibrary() and GetProcAddress() which is what DllCall() does already.
- 14:25 Ticket #655 (Suggestion: DllCall for pointers) created by
- What about calling functions with their pointer? Now we can create …
- 13:00 Ticket #654 (Listview subentry request) created by
- Listview subentry request I think the list-view control can even be …
- 00:06 Ticket #653 (_WinAPI_GetModuleHandle) closed by
- No Bug: I have no idea what you are talking about. I see nothing strange about the example and since you've done a terrible job actually attempting to report the bug I'm closing this.
Note: See TracTimeline
for information about the timeline view.