Timeline
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, …
12/27/08:
- 12:17 Ticket #755 (_FileReadToArray broken in 3.3.0.0) created by
- If an array containing empty elements is saved by _FileWriteFromArray, …
12/26/08:
- 19:14 Ticket #754 (RUN COMMAND) closed by
- No Bug: Err, if the Run() command were that fundamentally broken don't you think we'd have caught it by now? The Run() function certainly works correctly for me. I'm closing this as no bug. If you are experiencing a problem you need to work out the specific details of the bug on the forum and then create a ticket describing how to reproduce the problem.
- 08:40 Ticket #754 (RUN COMMAND) created by
- With the new version runcommand dosen't admit a path for launching the …
12/25/08:
- 09:51 Ticket #753 (@ScriptDir does contain a trailing backslash on drive root.) closed by
- No Bug: I don't know which verison you are really running with but this problem have beed fix since 3.2.2.0 infact in beta 3.2.1.13
- 07:50 Ticket #753 (@ScriptDir does contain a trailing backslash on drive root.) created by
- @ScriptDir does return a trailing backslash when the script is on the …
12/24/08:
12/23/08:
12/22/08:
- 09:14 Ticket #752 (_ArrayUnique) closed by
- Fixed: Fixed in version: 3.2.13.14
12/21/08:
- 22:54 Ticket #752 (_ArrayUnique) created by
- Hi, […] Output is: […] There is also a typo in the helpfile : …
- 10:06 Ticket #750 (SciTE "toggle all folds" shows not all functions) closed by
- Fixed: Fixed in version: 3.2.13.14
- 07:00 Ticket #751 (Bug with StringSplit on ANSI platforms) closed by
- Works For Me: There is no more ANSI support in the Beta . so I don't understand your report. flag=2 is invalid under the release version working as expected under the Beta
- 06:01 Ticket #751 (Bug with StringSplit on ANSI platforms) created by
- […]
Note: See TracTimeline
for information about the timeline view.