Timeline


and

05/13/08:

23:18 Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) closed by Valik
Rejected: Oops, habit of hitting "No Bug". Meant to Reject.
23:18 Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) reopened by Valik
23:17 Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) closed by Valik
No Bug: AutoIt doesn't need typecast tricks. Besides, on the rare occasion that you do need to cast something, there are functions like Int() and the like to do that. Further, this will never work, AutoIt's types aren't simple. This isn't like overlaying a double onto an int64 to work with the raw bits. The Variant class in AutoIt is highly complex.
23:05 Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) created by Zedna
These new functiona will return memory Address/Size Of given AutoIt's …
22:27 Ticket #278 (Au3Check reporting syntax errors on dictionary object.) closed by Valik
No Bug: This script (or similar) would have been better. Yours contains loads of pointless crap and misses something rather obvious. You're making the assumption that just because operator += doesn't throw an AutoIt error, that it works. It does not in work so Au3Check flagging it as an error is actually an improvement over AutoIt's behavior. Now, whether AutoIt should or should not actually support the behavior is another issue entirely. […] Closing this as NO BUG as there isn't really a bug here unless it's in AutoIt not throwing an error for the syntax Au3Check knows is invalid.
17:43 Ticket #278 (Au3Check reporting syntax errors on dictionary object.) created by aGorilla
It reported this as a syntax error, but the code seems to be working …
16:09 Ticket #276 ($GUI_DISABLE on a control blocks OnEvent ESC button msg) closed by Valik
No Bug: This is not our responsibility. If you are disabling a control, it is up to you to ensure that focus goes somewhere sensible. We can not choose sensible for you. This is NO BUG and should not be changed.
14:58 Ticket #274 (AutoIt V2 Website) closed by Jon
Fixed: Removed AutoIt v2 website and redirected all links to v3 pages.
13:58 Ticket #277 (@ProcessorArch) created by Jon
I think @ProcessorArch is badly named as it gives the OS architecture …
09:38 Ticket #276 ($GUI_DISABLE on a control blocks OnEvent ESC button msg) created by smashly
Run the code below, Hit the ESC key and it works as it should. Run the …
03:20 Ticket #275 (Addition of _GDIPlus_GraphicsFillPolygon() to GDIPlus.au3) created by smashly
[…] Example attached

05/12/08:

22:30 Ticket #274 (AutoIt V2 Website) created by Bert
Is it still supported since you made the V2 forum and Archive (AutoIt2 …
19:46 Ticket #257 (Memory allocation error when lots of ram still available.) closed by Jon
Wont Fix
16:19 Ticket #273 (Hard-error on executing this) closed by Valik
No Bug: I agree with JP. You write stupid code, we can't protect you from that. This is definitely No Bug.
09:11 Ticket #273 (Hard-error on executing this) created by VicTT
code: $hardwarestatus=DllStructCreate("ubyte",0xFFBC015F) …

05/11/08:

23:00 Ticket #272 (_FileListArrayEx() - with recursive option) created by Zedna
Make it as standard UDF because it's very common functionality …
22:58 Ticket #271 (FTP - make it as standard include file (or native AutoIt)) created by Zedna
bacause it's very common functionality …
22:54 Ticket #270 (Obfuscate /striponly functionality --> as default behaviour of Aut2Exe) created by Zedna
Obfuscate /striponly remove all not used global constants and …
22:52 Ticket #269 (ImageSearch()) created by Zedna
existing DLL will be better as native AutoIt command like …
22:51 Ticket #268 (SoundSet()/SoundGet()) created by Zedna
new functions for get/set master/wav/mic/... volume/mute or at least …
22:47 Ticket #267 (SendMessage/PostMessage as native AutoIt function) created by Zedna
instead of UDF because it's VERY common
22:46 Ticket #266 (GUICtrlCreateStatusBar - as native AutoIt control) created by Zedna
Now it's possible to create/modify StatusBar control in GUI only with …
22:44 Ticket #265 (GUICtrlCreateToolBar - as native AutoIt control) created by Zedna
Now it's possible to create/modify StatusBar control in GUI only with …
22:42 Ticket #264 (Debug mode) created by Zedna
Some support for "Debug mode" directly inside AtoIt to help …
22:39 Ticket #263 (Drop PluginOpen()/PluginClose() in favor of an #import statement) created by Valik (inspired by Zedna)
One idea is to drop PluginOpen() and PluginClose() and use a …
22:38 Ticket #262 (Plugins - array parameters) created by Zedna
AutoIt plugins should be able to return/receive array's.
20:33 Ticket #251 (GUIRegisterMsg return bug regression) closed by Jon
Fixed: Fixed in version: 3.2.11.13
17:21 Ticket #261 (Small type in Macro Reference - Directory) closed by Jon
Fixed: Fixed in version: 3.2.11.13
14:24 Ticket #261 (Small type in Macro Reference - Directory) created by Emiel Wieldraaijer
Macros for "All User" data. Most values are read from …
09:30 Ticket #255 (Random() bug) closed by Jpm
Fixed: Fixed in version: 3.2.11.13
06:27 Ticket #260 (_ArrayToString, Return Value, Success: 1) created by M.v.Gulik
manual: _ArrayToString Return Value Success: 1 should probebly say …
04:39 Ticket #259 (_ArraySort UDF not returning 1 on succes,) created by M.v.Gulik
Manual states that success returns 1, But its always returning zero. …
01:27 Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) created by autoit@…
This one's been around a while, and I think maybe I've fixed it. Or …

05/10/08:

20:33 Ticket #257 (Memory allocation error when lots of ram still available.) created by anonymous
OS = WinXP SP2 RAM = 2.00Gb AutoIt Ver = 3.2.11.12 I'm not sure if …
17:03 Ticket #256 (Multiple windows and tab controls) closed by Jon
Fixed: Fixed in version: 3.2.11.13
16:47 Ticket #256 (Multiple windows and tab controls) created by Jon
With multiple windows and tab controls when you select a tab on one …
11:52 Ticket #253 (Various TODO ideas) closed by Jon
Rejected: Please submit individual feature requests so we can track them. :)
11:39 Ticket #254 (GUIGetCursorInfo does not return the correct primary/secondary down info) closed by Jon
Fixed: Fixed in version: 3.2.11.13
07:59 Ticket #255 (Random() bug) created by anonymous
Random(0, 1, 1) always returns 0
06:51 Ticket #254 (GUIGetCursorInfo does not return the correct primary/secondary down info) created by paulpmeier
Hello Jon, i have no permission to reopen a fixed bug report, so i …
01:06 Ticket #253 (Various TODO ideas) created by Zedna
Some of them are from older AutoIt's ToDo lists and other comes from …

05/09/08:

10:49 Ticket #252 (Control focus changing when window loses/regains focus) closed by Jon
Fixed: Fixed in version: 3.2.11.13
09:06 Ticket #252 (Control focus changing when window loses/regains focus) created by Saunders <admin@…>
This bug appears to have been introduced in 3.2.11.10. Steps to …
09:03 Ticket #251 (GUIRegisterMsg return bug regression) created by Saunders <admin@…>
The example script should be enough, but just to be clear, it appears …

05/08/08:

23:29 Ticket #250 (@CurrentScript) closed by Valik
Rejected: There's already a @ScriptLineNumber. As for anything else, it's a lot of overhead for little gain. There are debugging techniques and tools to provide the same effect without requiring AutoIt to provide macros.
22:29 Ticket #250 (@CurrentScript) created by McGod
I would like to request a macro for the script you are currently …
21:13 Ticket #249 (_WinAPI_UpdateLayeredWindow() - missing error checking) closed by Gary
Fixed: Fixed in version: 3.2.11.13
16:32 Milestone 3.2.11.12 completed
16:26 Ticket #235 (_GUICtrlListView_AddItem() VS GUICtrlCreateListViewItem() + Fix.) closed by Jpm
No Bug: as I say the builtin is trying to adjust the column size each time you introduce a new item so the flickering occur. just at a GUISetState(@SW_LOCK) before creating the 100 entries and GUISetState(@SW_UNLOCK) afterThat's the difference between the builtin and the UDF
15:46 Ticket #246 (GUIGetCursorInfo does not return the correct primary/secondary down info) closed by Jon
Fixed: Fixed in version: 3.2.11.12
15:00 Ticket #244 (AutoItX: work with ControlTreeView via ActiveX/Com) closed by Jon
Completed: Added in version: 3.2.11.12
13:21 Ticket #249 (_WinAPI_UpdateLayeredWindow() - missing error checking) created by Zedna
in WinApi.au3 include file in _WinAPI_UpdateLayeredWindow() is missing …
12:48 Ticket #248 (StringStripWS Helpfile incomplete) closed by Jon
No Bug: The docs say to add the values you want together so it's correct. 1+2 = 3 :)
12:37 Ticket #238 (Remove "ColorMode" option) closed by Jon
Completed: Removed in version: 3.2.11.12
12:32 Ticket #248 (StringStripWS Helpfile incomplete) created by gcriaco <gcriaco@…>
The parameter "flag = 3 => strip leading and trailing white space" is …
05:08 Ticket #247 (Global variables scope) closed by Valik
Rejected: I suggest you think again. Look at how the UDF library is constructed and you'll find that there are files that contain nothing but global variables which are then included in one or more files where they are needed. Closing as rejected.
05:03 Ticket #247 (Global variables scope) created by anonymous
Right now the variables are visible ONLY in current script file. In …

05/07/08:

22:42 Milestone 3.2.11.11 completed
17:39 Tickets #89,​90 batch updated by Valik
Fixed: Fixed in version: 3.2.11.11
10:16 Ticket #245 (GUICtrlCreatePic, GUICtrlSetImage - add notes about supported image ...) closed by Jpm
Fixed: Fixed in version: 3.2.11.11

05/06/08:

20:33 Ticket #246 (GUIGetCursorInfo does not return the correct primary/secondary down info) created by paulpmeier
http://www.autoitscript.com/forum/index.php?showtopic=14038&hl=GUIGetCu
12:52 Ticket #245 (GUICtrlCreatePic, GUICtrlSetImage - add notes about supported image ...) created by Zedna
Maybe something like: Supported types are: BMP,JPG,GIF (but not …

05/05/08:

21:29 Ticket #243 (ListView control on Tab and WM_NOTIFY Event error + reproduction.) closed by Gary
No Bug: It's due to the user function setting the param value to low, needs to be something that the autoit internal numbering won't use. No Bug. Just comment out DllStructSetData($stLvItem, 9, $nIndex)
19:31 Ticket #244 (AutoItX: work with ControlTreeView via ActiveX/Com) created by youngracoon
Set oAutoIt = WScript.CreateObject("AutoItX3.Control") …
19:04 Ticket #243 (ListView control on Tab and WM_NOTIFY Event error + reproduction.) created by Shlomikalfa@…
[Description] >> I have a listview obj, created using the …
17:09 Ticket #242 (_SoundLength don't work) closed by Valik
Duplicate: Version 3.2.10.0 is not the "last version of AutoIt". Version 3.2.11.10, which is a beta, is the latest version (currently). The latest *beta* version should be tested before reporting bugs because I am certain this is already fixed there. Resolving as Duplicate though I think this was reported on the forum so no bug number.
16:54 Ticket #241 (new dllcall type) closed by Valik
Rejected: There is already "int64" in the beta versions. That's what a QWORD is.
14:19 Ticket #242 (_SoundLength don't work) created by nopower_blackout@…
Hi, in the last version of autoit (3.2.10.0), the function …
08:36 Ticket #241 (new dllcall type) created by anonymous
If possible "QWORD" type for the dllcall. Thanks in advance
07:29 Ticket #239 ([Minor] Typo in FIle.au3) closed by Jpm
Fixed: Fixed in version: 3.2.11.11

05/04/08:

22:45 Ticket #240 (Add as Snippet) created by Firestorm
In SciTe, when you have selected text or nothing selected and …
22:38 Ticket #239 ([Minor] Typo in FIle.au3) created by kiacolonel
On line 75 of File.au3 at col 41, the word "weather" should be …
21:15 Ticket #238 (Remove "ColorMode" option) created by Valik
We still have the AutoItSetOption() "ColorMode". This was a …
04:45 Ticket #236 (Neutral language in helpfile) closed by Gary
Fixed: Fixed in version: 3.2.11.11

05/03/08:

22:04 Ticket #237 (FileSearchLine() and _ArraySum()) closed by Valik
Rejected: That's a terribly inefficient and restrictive way to write a FileSearchLine() function. Using regular expressions, positions and an efficient way of counting lines would be far superior I think. In either case, both functions are trivial to write. You might have had a better chance if you had done a proper UDF submission. Closing as Rejected.
15:47 Ticket #108 (IE.AU3 _IEAttach windowtitle using not existing registry entry) closed by Gary
Fixed: Fixed in version: 3.2.11.11
13:42 Ticket #237 (FileSearchLine() and _ArraySum()) created by Jayowee (jay_paans@…
I have two ideas: 1) FileSearchLine("filename", "searchstring")
11:08 Ticket #236 (Neutral language in helpfile) created by Xenobiologist
All these files contain : "Untitled - Notepad" This is a little bit …

05/02/08:

21:49 Ticket #235 (_GUICtrlListView_AddItem() VS GUICtrlCreateListViewItem() + Fix.) created by Shlomikalfa@…
Issues: -> UDF - doesn't support Unicode. [But works smooth with no …

05/01/08:

04:14 Ticket #234 (GUIList.au3 error) closed by Gary
No Bug: No Bug, use GuiListBox.au3 the names have changed and many functions, you'll need to update your scripts.
02:04 Ticket #234 (GUIList.au3 error) created by Michael W. Bayley <m_bayley@…>
The last time I tested/compiled the program (7/2007) this worked fine. …

04/30/08:

12:24 Ticket #198 (_FileReadToArray) closed by Jpm
Fixed: Fixed in version: 3.2.11.11
11:00 Ticket #231 (Modifier keys stick) closed by Jpm
Rejected: it looks like Vista does not accept to send #l, OK under XP
10:59 Ticket #229 (@error and @extended not returning appropriate values for ...) closed by Jpm
Rejected
04:39 Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) created by anonymous
Tried this post in the forum but didn't get any reply... so I'm …

04/29/08:

16:20 Ticket #232 (StdoutRead with peek = true doesn't exits loop) closed by Valik
No Bug: This is a duh moment. Of course it's never going to set @error. You never actually read the data so the stream *always* has data on it. This is most assuredly no bug.
13:05 Ticket #232 (StdoutRead with peek = true doesn't exits loop) created by gcriaco <gcriaco@…>
Using peek = true the StdoutRead loop never terminates (@error = 0) …

04/28/08:

12:34 Ticket #230 (Wrong GuiCtrlSetResizing after ControlMove in GUIs with Menus) closed by Jpm
Fixed: Fixed in version: 3.2.11.11
11:59 Ticket #231 (Modifier keys stick) created by herewasplato
I seem to recall that this has been reported before, but I could not …
00:07 Ticket #230 (Wrong GuiCtrlSetResizing after ControlMove in GUIs with Menus) created by anonymous
Probably related to the fixed #214 ticket. After moving controls with …

04/27/08:

20:26 Ticket #229 (@error and @extended not returning appropriate values for ...) created by steve8tch
I have done some testing. BinaryToString will return the a value up to …
12:07 Ticket #222 (GUIRegisterMsg() and callback function "chains") closed by Jpm
Fixed: Fixed in version: 3.2.11.11
04:09 Ticket #228 (Parse and write XML) closed by Valik
Rejected: You can use MSXML and interact with it via AutoIt's native COM support. Closing as Rejected.
01:50 Ticket #228 (Parse and write XML) created by misi1967@…
There should be a way to write and read XML-Data. For example, a …

04/24/08:

22:36 Ticket #227 (_GDIPlus_GraphicsFillRect and transperent windows) closed by Gary
Rejected: Nothing wrong with the UDF function, it works. Layered you can't see the fill but it works.

04/23/08:

18:43 Ticket #227 (_GDIPlus_GraphicsFillRect and transperent windows) created by Lakes
In the example below _GDIPlus_GraphicsFillEllipse works as it should …
01:09 Ticket #226 (Explorer freezes momentarily when using Windows Shortcut keys while ...) closed by Valik
No Bug: This has nothing to do with AutoIt. I've experienced this problem in the past without AutoIt scripts running.

04/22/08:

23:53 Ticket #225 (Varible++) closed by Valik
Rejected: The following shorthand is possible: $var += $expression $var -= $expression $var *= $expression $var /= $expression $var &= $expression We do not need increment/decrement operators.
23:44 Ticket #226 (Explorer freezes momentarily when using Windows Shortcut keys while ...) created by Koder
AutoIt seems to be causing long delays when using Windows Shortcut …
23:30 Ticket #225 (Varible++) created by Firestorm
I was wondering if we could get a new function for something like C++, …

04/21/08:

20:54 Milestone 3.2.11.10 completed
16:12 Ticket #223 (GUIRegisterMsg() callback documentation...) closed by Valik
Duplicate: The documentation is correct, the behavior is bugged and it is related to your other ticket. AutoIt is supposed to stop processing the message if you use the "Return" keyword, period. The only exception to that rule is if you use "Return $GUI_RUNDEFMSG" which is the only way to use Return *and* allow AutoIt to use it's own internal handler. I'm closing this as a Duplicate of #222. There is no bug in the documentation, just in AutoIt.
16:08 Ticket #224 (Ubound would return last index) closed by Valik
Rejected: Fixing incorrect resolution.
16:08 Ticket #224 (Ubound would return last index) reopened by Valik
16:06 Ticket #224 (Ubound would return last index) closed by Valik
No Bug: It refers to the length when the array is initialized with an appropriate empty value. The behavior of UBound() is correct and will not be changed.
15:56 Ticket #224 (Ubound would return last index) created by amokoura
In other languages, Ubound returns the last index. So wouldn't it be …
14:45 Ticket #223 (GUIRegisterMsg() callback documentation...) created by Ultima
The GUIRegisterMsg() documentation needs updating. It's difficult to …
14:41 Ticket #222 (GUIRegisterMsg() and callback function "chains") created by Ultima
It looks like there might be a bug/regression in the betas with …
14:02 Ticket #221 (Classes) closed by Valik
Rejected: Replying to anonymous: > http://svn.autoitscript.com/trac/wiki/AutoItNotOnToDoList Closing as Rejected, quoted URL explains why.
09:30 Ticket #221 (Classes) created by JonnyThunder
Ello, It'd be great if you guys included classes in a future version …
07:45 Ticket #219 (Accelerator tables and multiple GUI windows) closed by Jon
Fixed: Fixed in version: 3.2.11.10

04/20/08:

21:39 Ticket #220 (FileInstall() with a default source file.) closed by Valik
Rejected: There is already an idea on the table for rewriting FileInstall. It'll be done when it's done. This idea will not be part of that.
21:18 Ticket #220 (FileInstall() with a default source file.) created by aGorilla
Disclaimer: I completely understand why FileInstall can't include …
11:40 Ticket #185 (Limit of GUI Controls -> (eat up CPU)) closed by Jon
Fixed: Fixed in version: 3.2.11.10
07:46 Ticket #218 (StringFormat) closed by Jpm
Completed: Added in version: 3.2.11.10
06:45 Ticket #219 (Accelerator tables and multiple GUI windows) created by Ultima
When you set accelerators to be used in a window (using …

04/19/08:

22:18 Ticket #218 (StringFormat) created by anonymous
I would like to see a more detailed help example of StringFormat. The …
18:54 Ticket #217 (AutoIt3Wrapper_Gui Bug) closed by Jos
No Bug: Already fixed. Please check latest available.
17:39 Ticket #216 (_DateDiff not recognized by SciTE Lexer) closed by Valik
Duplicate: Duplicate of #54.
17:22 Ticket #115 (Document Aut2Exe's /bin parameter) closed by Jpm
Completed: Added in version: 3.2.11.10
16:55 Ticket #217 (AutoIt3Wrapper_Gui Bug) created by Paulchen
Line 1468 on Version 1.9.5.7 is wrong […]
15:55 Milestone 3.2.11.9 completed
13:52 Ticket #216 (_DateDiff not recognized by SciTE Lexer) created by MichaelStF
Hi folks, you are doing a wonderful job. I am very pleased by the …
10:58 Milestone 3.2.11.8 completed
10:32 Ticket #214 (Some GUI objects display about 3% smaller in build 3.2.11.7) closed by Jon
Fixed: Fixed in version: 3.2.11.8
00:30 Ticket #215 (Koda: Multimon: If secondary monitor is left of primary monitor, ...) closed by Valik
No Bug: Koda is not our product. Try asking the people who make Koda. Closing as No Bug.
00:22 Ticket #215 (Koda: Multimon: If secondary monitor is left of primary monitor, ...) created by michael.sunwoo@…
I have a multimon setup. The primary monitor is on the right side and …

04/18/08:

17:23 Ticket #212 (Add HWND parameter to InputBox) closed by Jpm
Completed: Added in version: 3.2.11.8
17:00 Ticket #214 (Some GUI objects display about 3% smaller in build 3.2.11.7) created by Koder
This is the same issue from v3.2.5.1. …
07:47 Ticket #213 (GUISetAccelerators doesn't work with enter Key from 3.2.11.6) closed by Jpm
Fixed: Fixed in version: 3.2.11.8

04/17/08:

22:50 Ticket #185 (Limit of GUI Controls -> (eat up CPU)) reopened by anonymous
Hi, I tried it with Java. No problem here. I can create as much GUI controls as RAM can handle. Many many more than Autoit can do. Mega
18:09 Ticket #207 (Auto Propercase in Comments) closed by Jos
No Bug: The "normal" version of SciTE4AutoIt3 that comes with the AutoIt3 installer doesn't have a "propercase" function because that is done by a LUA function I wrote. :)
15:04 Ticket #213 (GUISetAccelerators doesn't work with enter Key from 3.2.11.6) created by Wooltown
From Beta 3.2.11.6 - ENTER - doesn't work on GUISetAccelerators, …

04/16/08:

02:39 Ticket #212 (Add HWND parameter to InputBox) created by Saunders <admin@…>
Summary says it all really. Just like feature request #39.
00:25 Ticket #211 (GUICtrlToolbar UDF: Button text accelerator prefix underscore disappears) closed by Valik
No Bug: I'm assuming that you have the option selected to "Hide underlined letters for keyboard navigation until I press the Alt key" checked (Display Properties -> Effects). Whenever I disable this option, I correctly see the underline always. When this option is enabled, you shouldn't expect to see the underline until you press the Alt key. I don't see any behavior here that is bug-worthy.

04/15/08:

23:47 Ticket #211 (GUICtrlToolbar UDF: Button text accelerator prefix underscore disappears) created by rover
Toolbar button text accelerator prefix underscore disappears when a …
19:44 Ticket #203 (AutoIt3Wrapper - Work on backup files) closed by Jos
Rejected: Closed - lack of response.
19:36 Ticket #210 (File Unlocker) closed by Valik
Rejected: This is neither trivial to implement, nor is it safe. I think you would be better off using Handle.exe from Sysinternals for this.
18:12 Ticket #210 (File Unlocker) created by Larry
Add functionality to ProcessClose() or some related function... …
13:53 Ticket #80 (Au3Info showing advanced window descriptions) closed by Jon
Completed: Added in version: 3.2.11.8
09:44 Milestone 3.2.11.7 completed
08:46 Ticket #209 (Another guictrldelete win32 exception) closed by Jpm
Fixed: Thanks fixed 3.2.11.7

04/14/08:

21:04 Ticket #209 (Another guictrldelete win32 exception) created by MeJonah@…
Using guictrldelete() on a natively created listview which has had all …
10:53 Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) closed by Jpm
No Bug: Replying to Nitrogen: > But I think we expect FileCopy() will "copy all new files and skip existing files". Filecopy is doing what Windows does and stop when Windows stop. You cannot expect such behavior I will close again

04/13/08:

19:08 Milestone 3.2.11.6 completed
18:37 Ticket #208 (Expand Adlib functionality) closed by Valik
Rejected: What is stopping you from calling more than one function from a single "master" AdLib callback? If you need callbacks on separate timers, it's trivial to do that as well. Or you could use WM_TIMER and GUIRegisterMsg(). Changing this to a feature request and closing as rejected (really, a bug? Come on).
14:30 Ticket #79 (Allow searching for windows/controls by position.) closed by Jon
Completed: Added in version: 3.2.11.6
10:14 Ticket #39 (Add HWND to common dialogs) closed by Jon
Completed: Added in version: 3.2.11.6
09:22 Ticket #208 (Expand Adlib functionality) created by CodeMaster Rapture
I found out the hard way that you can only have one function called …
Note: See TracTimeline for information about the timeline view.