Timeline
01/27/09:
01/26/09:
- 23:26 BadContent edited by
- (diff)
- 19:27 BadContent edited by
- (diff)
- 19:23 BadContent edited by
- (diff)
- 19:21 BadContent edited by
- (diff)
- 19:13 BadContent edited by
- (diff)
- 16:40 Ticket #790 (Badly named constant in WindowsConstants.au3) created by
- Not really a "bug" but I don't think that declaring $ERROR as const in …
- 07:50 WikiStart edited by
- Cleaned up text. (diff)
- 07:48 WikiStart edited by
- Mentioned _DebugBugReportEnv() function (thanks JP) (diff)
- 01:17 WikiStart edited by
- Major revamp to explain what we want and expect from users. (diff)
01/25/09:
- 16:12 Ticket #789 (Avast! make virus alert when converting even an completely empty ...) closed by
- No Bug: See sticky in our forums what needss to be done but it obviously doesn't help to report it here. Your AV provider is a better place to start: http://www.autoitscript.com/forum/index.php?showtopic=34658
- 15:48 Ticket #789 (Avast! make virus alert when converting even an completely empty ...) created by
- [[Image(...)]]
- 05:18 Ticket #788 (can't get text from external apps listview) closed by
- Works For Me: See here for why this ticket is a waste of time.
- 02:10 Ticket #788 (can't get text from external apps listview) created by
- It seems that either this is a bug, doesn't work with all apps, or not …
01/23/09:
- 08:38 Ticket #786 (Error in _SQLite_Exec) closed by
- Fixed: Fixed in version: 3.3.1.0
01/22/09:
- 19:26 BadContent edited by
- (diff)
- 18:38 Ticket #787 (Obfuscator improvements) closed by
- Rejected: This is well outside the scope of anything we should be distributing with AutoIt. Very few people even understand these things and even fewer actually need to change it.
- 16:48 Ticket #787 (Obfuscator improvements) created by
- Hello! Regarding this topic …
- 11:40 Ticket #786 (Error in _SQLite_Exec) created by
- _SQLite_Exec set allway @error to 0 see the Line 3 from the end "If …
01/21/09:
- 19:17 Ticket #785 (AGAIN: @ScriptDir does contain a trailing backslash on drive root) closed by
- No Bug: So what, you want it to return an INVALID path? C: is not path.
- 19:01 Ticket #785 (AGAIN: @ScriptDir does contain a trailing backslash on drive root) created by
- Could not reopen ticket #753 : …
- 15:41 Ticket #784 (Open SciTE4AutoIt without saving file and click F1) closed by
- No Bug: As reported many times in our forums: The AutoIt3 specific shortcuts/tools in SciTE will only work when the file is saved with a proper autoit3 (.au3) file extension.
- 10:00 Ticket #784 (Open SciTE4AutoIt without saving file and click F1) created by
- Open SciTE4AutoIt without saving file and click F1 or clik …
01/20/09:
- 18:58 Ticket #783 (Easier GUIs) closed by
- Rejected: Several comments here. * Our syntax is not such that it allows that. Honestly? Your syntax looks like a mess to me. I much prefer being verbose. I see a lot of ambiguity in your example. * You're comparing apples to oranges. HTML and CSS? Seriously? Comparing native GUIs to HTML forms is not a valid comparison. * With simplicity comes lack of functionality. The more simple you make something the more functionality you take away or the harder you make the advanced functionality to use. We try to make things as simple as we can while still allowing advanced functionality. * You're the first person to complain about the complexity. Most people suggest that it's pretty easy to create GUIs in AutoIt. * The last time I checked AutoIt supported writing your own functions. If you aren't satisfied with the complexity of the native functions write your own wrappers around them to abstract away the complex parts you seldom use.
- 12:10 Ticket #783 (Easier GUIs) created by
- Why can't you just write Menu(6 Options), File, Edit, View, …
01/19/09:
- 20:31 BadContent edited by
- (diff)
- 20:22 BadContent edited by
- (diff)
- 17:39 Ticket #582 (Tab Item on a Tab Control, Tips not showing) closed by
- Completed: Added in version: 3.3.1.0
- 10:56 Ticket #782 (Problem _GUICtrlListView_DeleteItem) closed by
- No Bug: If you use a UDF to add/insert the data then you need to get the handle to the control for delete _GUICtrlListView_DeleteItem(GUICtrlGetHandle($ListView1), 2)
- 10:38 Ticket #782 (Problem _GUICtrlListView_DeleteItem) created by
- If ListViewItem created by _GUICtrlListView_AddItem() then …
01/18/09:
- 15:04 Ticket #781 (FileGetAttrib fails to recognize (D)irectories) closed by
- No Bug
- 14:27 Ticket #781 (FileGetAttrib fails to recognize (D)irectories) created by
- The FileGetAttrib function only rarely returns a "D" flag for …
- 09:07 Ticket #780 (bug with zero) closed by
- No Bug: I am curious to see which version was OK from your point of view as all official releases and certainly all betas display "This is a bug!". what AutoIt does is comparing the integer 0 to a converted string to integer. This conversion always return 1 except when the string is empty. NO BUG
- 08:53 Ticket #780 (bug with zero) created by
- $i=0 If $i="dfdsfds" Then MsgBox(0,"","This is a bug!") Else …
01/17/09:
01/16/09:
- 14:02 Ticket #774 (GUICtrlSetBkColor delayed mishap.(Labels turn White)) closed by
- Fixed: Fixed in version: 3.3.1.0
- 06:35 Ticket #779 (Infinite Loop On Exit) closed by
- Fixed: Fixed in version: 3.3.1.0
- 00:14 Ticket #779 (Infinite Loop On Exit) created by
- Infinite Loop On Exit I opened this test script and then closed it. …
01/15/09:
- 20:46 Ticket #135 (FileWrite, FileWriteLine extended to set write mode and pointer position) closed by
- Completed: Added in version: 3.3.1.0
- 07:09 Ticket #775 (control AfxFrameOrView operation) closed by
- Rejected: While we *might* add UDFs to AutoIt we won't be the ones to write them. However, I don't know that what you ask for is useful outside very rare circumstances.
- 07:06 Ticket #777 (GUICreate() --> width, height is client size (not whole window size)) closed by
- Completed: Added in version: 3.3.1.0
01/14/09:
- 19:40 Ticket #778 (EnvGet("PROCCESSOR_ARCHITECTURE") reports x86 on 64 bit OS) closed by
- No Bug: Why do you think something pulled from the environment is a bug in AutoIt? We don't set the environment, the OS does. And the OS is right because you're running the 32-bit version of AutoIt so returning x86 is correction. Run the 64-bit version of AutoIt and it will show x64.
- 19:16 Ticket #778 (EnvGet("PROCCESSOR_ARCHITECTURE") reports x86 on 64 bit OS) created by
- […] Maybe related is the fact that @OSVERSION reports WIN_2003 on …
- 12:02 Ticket #776 ($LVM_GETITEM missing in ListViewConstants.au3) closed by
- No Bug: Not a bug, just hadn't removed those old constants without the "A" till now.
- 09:12 Ticket #777 (GUICreate() --> width, height is client size (not whole window size)) created by
- In helpfile at GUICreate() --> add note about width, height --> it …
- 09:09 Ticket #776 ($LVM_GETITEM missing in ListViewConstants.au3) created by
- There is […] but in TreeViewConstants.au3 there is […] So …
01/13/09:
- 22:30 Ticket #775 (control AfxFrameOrView operation) created by
- Some applications use a control named AfxFrameOrView (AfxFrameOrView42 …
- 22:03 Ticket #773 (_GUICtrlStatusBar_SetParts() - badly documented parameters) closed by
- Fixed: Fixed in version: 3.3.1.0
- 17:44 BadContent edited by
- (diff)
- 16:19 Ticket #774 (GUICtrlSetBkColor delayed mishap.(Labels turn White)) created by
- following code displays a window with a 10x10 label grid. while …
- 14:20 Ticket #773 (_GUICtrlStatusBar_SetParts() - badly documented parameters) created by
- C:\Program …
- 00:32 Ticket #604 (implement the transparency of all Ctrl) closed by
- Completed: Added in version: 3.3.1.0
01/12/09:
- 22:46 Ticket #772 (stringstripLF) closed by
- Rejected: StringReplace($sSource, @LF, "")
- 22:27 Ticket #772 (stringstripLF) created by
- I would like to see AutoIT have a function to strip line feeds from …
- 20:01 BadContent edited by
- (diff)
- 20:01 BadContent edited by
- (diff)
- 19:52 BadContent edited by
- (diff)
- 19:48 BadContent edited by
- (diff)
- 19:48 BadContent edited by
- (diff)
- 12:16 Ticket #771 (Message to Valik) created by
- Hello Valik, here I give you the opportunity to comunicate with me. DO …
- 09:52 BadContent edited by
- (diff)
- 09:48 BadContent edited by
- (diff)
- 00:50 Ticket #333 (Directive for disabling /AutoItExecuteScript) closed by
- Completed: Added in version: 3.3.1.0
01/11/09:
- 04:42 Ticket #769 (FileFlush function) closed by
- Completed: Added in version: 3.3.1.0
01/10/09:
- 23:01 Ticket #759 (_GUICtrlListView_GetItemTextString() --> BIG speed optimize) closed by
- Fixed: Fixed in version: 3.3.1.0
- 20:45 Ticket #769 (FileFlush function) created by
- Need to add a function to flush a file. Currently it's only flushed …
- 20:43 Ticket #768 (Help for FileInstall needs to be updated) closed by
- No Bug: Err, try compiling. And after you get an error do a face-palm for not thinking about why FileInstall() doesn't accept variables in the first place. This is not a bug. The documentation does not need updated because FileInstall() was not changed.
- 19:28 Ticket #768 (Help for FileInstall needs to be updated) created by
- Help for FileInstall needs to be updated to allow a variable for the …
- 19:04 Ticket #144 (AutoIt AutoRecord) closed by
- Rejected: I think this has fallen into the abandoned pile or is at least on the "will be done randomly". Closing the ticket.
- 19:01 Ticket #351 (Reverse PixelSearch) closed by
- Completed: Closing for JP since he had a typo in the commit message which prevented it from being auto-closed. Completed in 3.3.1.0.
- 18:58 Ticket #119 (GuiCtrlGet*) closed by
- Rejected: Good enough answer for me. Closing as rejected.
- 18:21 Ticket #424 (_Dec64()) closed by
- Duplicate: I just created #767 with a better title/description about for improved 64-bit integer support. I'm closing this as a duplicate.
- 18:20 Ticket #767 (Better 64-bit integer support) created by
- Currently a lot of integer related functions truncate at 32-bits even …
- 18:15 Ticket #714 (Radical(i1,i2,iN)) closed by
- Rejected
- 18:14 Ticket #63 (Overlay UAC icon on scripts with #RequireAdmin) closed by
- Rejected: Probably better ways to do this than a forced method.
- 17:39 Ticket #766 (Why was trac disabled?) closed by
- Rejected: This is not the appropriate place for that question. But as JP said, we have had an issue with spam so we have had it disabled. In the future if you have a question try the forum. Closing this ticket.
- 15:06 Ticket #766 (Why was trac disabled?) created by
- The last days, trac was not able to create a new tickrt. Why ?
01/08/09:
- 16:30 Ticket #414 (Better OnAutoItStart/OnAutoItExit handling) closed by
- Completed: Added in version: 3.3.1.0
01/06/09:
- 22:29 Ticket #765 (Tip Text for label not shown after using GUICtrlSetStyle() on that label) closed by
- No Bug: The behavior is as expected as GUICtrlSetStyle does not force any style just the one send. In tyhe soecific case $SS_NOTIFY is a forced style which is destroyed as it is not part of default style. you need to supply Forced style if wanted
- 22:03 Ticket #764 (WinWait/ProcessWait should return handle/PID) closed by
- Completed: Added in version: 3.3.1.0
- 20:43 Ticket #765 (Tip Text for label not shown after using GUICtrlSetStyle() on that label) created by
- Hi, First please check …
- 10:49 BadContent edited by
- (diff)
- 10:45 BadContent created by
- 08:08 Ticket #763 (GUICtrlCreateIcon returns a 0 handle but doesn't destroy the created ...) closed by
- Fixed: Fixed in version: 3.3.1.0
01/05/09:
- 21:40 Ticket #764 (WinWait/ProcessWait should return handle/PID) created by
- * WinWait() should return an HWND on success. * ProcessWait() should …
- 21:23 Ticket #763 (GUICtrlCreateIcon returns a 0 handle but doesn't destroy the created ...) created by
- GUICtrlCreateIcon returns a 0 handle but doesn't destroy the created …
- 12:30 Ticket #757 (Set defaults for MouseClick()'s x/y parameters) closed by
- Completed: Added in version: 3.3.1.0
01/04/09:
- 03:59 Ticket #762 (Image Magick) closed by
- Rejected
- 03:30 Ticket #762 (Image Magick) created by
- Could you include image magick in au3? it would be very nice for image …
01/03/09:
- 22:45 Ticket #761 (Scite issue: is this the correct spot?) closed by
- No Bug: A new option is added to the latest release of SciTE which was implemented as a standard in SciTEGlobal.properties: save.position=1 This will always restore the latest window position of SciTE. If you do not like this behaviour than just add it to your SciTEUser.properties with a value of 0. Jos
01/02/09:
- 05:30 Ticket #761 (Scite issue: is this the correct spot?) created by
- The current version of scite 4 autoit, for me, no longer supports a …
- 00:17 Ticket #760 (Regular expression; NUL character in \x##) closed by
- No Bug: Code works how I expect. The function doesn't claim to work on binary data (data with embedded terminators).
01/01/09:
- 23:53 Ticket #760 (Regular expression; NUL character in \x##) created by
- It's about null character in \x## pattern. Not working for that …
- 03:35 Ticket #759 (_GUICtrlListView_GetItemTextString() --> BIG speed optimize) created by
- $iSelected = _GUICtrlListView_GetNextItem($hWnd) should be before FOR …
12/30/08:
- 04:06 Ticket #758 (ControlGetHandle() does not work if controlID is passed as string type ...) closed by
- No Bug: This is not a bug and the behavior is correct. Casting via Number() or Int() is the correct thing to do.
- 03:35 Ticket #758 (ControlGetHandle() does not work if controlID is passed as string type ...) created by
- In my script, I get controlID variable from registry with RegRead(). …
12/29/08:
- 19:28 Ticket #757 (Set defaults for MouseClick()'s x/y parameters) created by
- For now MouseClick() does not accepting default (-1 or …
12/28/08:
- 23:34 Ticket #755 (_FileReadToArray broken in 3.3.0.0) closed by
- Fixed: Fixed in version: 3.3.1.0
- 21:04 Ticket #756 (Virus detected) closed by
- No Bug: http://www.autoitscript.com/forum/index.php?showtopic=34658
- 18:39 Ticket #756 (Virus detected) created by
- When I build a script with the latest AutoIt3 3.3.0.0 and SciTE4, …
Note: See TracTimeline
for information about the timeline view.