Timeline


and

12/05/12:

18:48 Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) closed by trancexx
No Bug: $GUI_ONTOP does what it's docummented that it does. There is no bug here. Documentation says that control will get to the top of z-order. By default if the control is on top, it's the closest to the parent window (GUI) and it's therefore covered by all other controls being lower down the z-order. On the other hand, for example, if the GUI would have WS_EX_COMPOSITED ex-style, you would see different effect (also docummented).

11/29/12:

11:32 Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) created by jmon
GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set the control on top …

11/25/12:

01:57 Ticket #2286 (GuiCtrtlGetState without a controlID parameter runs but aborts AutoIt) created by anonymous
GuiCtrtlGetState without a controlID parameter runs but aborts AutoIt, …

11/21/12:

19:02 Ticket #2285 (OCR lack) closed by trancexx
Rejected: That goes beyond the scope of scripting language AutoIt is supposed to be.
09:32 Ticket #2285 (OCR lack) created by sliding4living@…
Hello. It would be interesting to == have an OCR == (OCR in the …

11/20/12:

21:04 Ticket #2284 (InetClose() always returns false, repeated Inetget() causes high ...) created by garbb
The help file says that InetClose() will return true if the handle was …

11/18/12:

12:53 TracRevisionLog edited by trac
(diff)
12:53 WikiPageNames edited by trac
(diff)
12:53 TracTimeline edited by trac
(diff)
12:53 TracSearch edited by trac
(diff)
12:53 TracRoadmap edited by trac
(diff)
12:53 RecentChanges edited by trac
(diff)
12:53 CamelCase edited by trac
(diff)
12:53 TracInterfaceCustomization edited by trac
(diff)
12:53 TracSupport edited by trac
(diff)
12:53 WikiRestructuredText edited by trac
(diff)
12:53 TracBatchModify created by trac
12:53 PageTemplates edited by trac
(diff)
12:53 TracAdmin edited by trac
(diff)
12:53 TracUnicode edited by trac
(diff)
12:53 TracRss edited by trac
(diff)
12:53 WikiHtml edited by trac
(diff)
12:53 SandBox edited by trac
(diff)
12:53 WikiMacros edited by trac
(diff)
12:53 TracIni edited by trac
(diff)
12:53 TracFastCgi edited by trac
(diff)
12:53 TracInstall edited by trac
(diff)
12:53 TracLinks edited by trac
(diff)
12:53 TracChangeset edited by trac
(diff)
12:53 WikiFormatting edited by trac
(diff)
12:53 TracNavigation edited by trac
(diff)
12:53 TracAccessibility edited by trac
(diff)
12:53 TracGuide edited by trac
(diff)
12:53 TracWiki edited by trac
(diff)
12:53 TracStandalone edited by trac
(diff)
12:53 TracRepositoryAdmin edited by trac
(diff)
12:53 TracEnvironment edited by trac
(diff)
12:53 InterWiki edited by trac
(diff)
12:53 WikiRestructuredTextLinks edited by trac
(diff)
12:53 TracQuery edited by trac
(diff)
12:53 TracNotification edited by trac
(diff)
12:53 WikiNewPage edited by trac
(diff)
12:53 TracImport edited by trac
(diff)
12:53 TracPermissions edited by trac
(diff)
12:53 TracReports edited by trac
(diff)
12:53 TracSyntaxColoring edited by trac
(diff)
12:53 TracTickets edited by trac
(diff)
12:53 TracWorkflow edited by trac
(diff)
12:53 TracBrowser edited by trac
(diff)
12:53 TracTicketsCustomFields edited by trac
(diff)
12:53 WikiProcessors edited by trac
(diff)
12:53 TracModWSGI edited by trac
(diff)
12:53 WikiDeletePage edited by trac
(diff)
12:53 TracPlugins edited by trac
(diff)
12:53 TracFineGrainedPermissions edited by trac
(diff)
12:53 TracBackup edited by trac
(diff)
12:53 TracLogging edited by trac
(diff)
12:53 TracUpgrade edited by trac
(diff)
12:53 TitleIndex edited by trac
(diff)
12:53 TracModPython edited by trac
(diff)
12:53 TracCgi edited by trac
(diff)
12:53 InterTrac edited by trac
(diff)

11/14/12:

06:33 Ticket #2283 (Array access when using nested arrays) closed by trancexx
No Bug: That's how it's supposed to be, because that's how array access is docummented to be. If former would work there would be no way to make distinction between nested 1D array and regular 2D array, which would be wrong. Latter is ok too. The line of your code before the last one is stateless expression which evaluates to False, meaning it's not an assignment.
00:38 Ticket #2283 (Array access when using nested arrays) created by Mat
If arrays are nested then it is not possible to access them using …

11/12/12:

11:02 Ticket #2282 (Limit the amount of data returned by StdoutRead()) created by anonymous
I would like to request that if possible an extra parameter be added …

11/09/12:

17:01 Ticket #2281 (Tron-Troff (Trace ON Trace Off)) closed by trancexx
Rejected: I love Portugese. It's the most beautiful language for sure. You should really use the forum where you could discuss your ideas and needs before using the trac. I understand that the language could be a problem, so search for AutoIt Script Brasil, they are focused on AutoIt language and speak Portugese.
08:39 Ticket #2281 (Tron-Troff (Trace ON Trace Off)) created by odaylton@…
Text translated from Portuguese by google - please apologize for any …

11/07/12:

15:24 Ticket #2280 (Logical operator precedences) closed by trancexx
Rejected: Precedence is irrelevant as long as it's docummented. Considering that's the case here, script breaking change wouldn't make much sense.
02:06 Ticket #2280 (Logical operator precedences) created by Mat
In most programming languages, AND has a greater precedence than OR. …

11/06/12:

19:18 Ticket #2279 (For loop not working as expected) created by BrewManNH
Here's some code I came across that isn't working as it should, at …
17:54 Ticket #2277 (Issues with Long-term Automation) closed by trancexx
No Bug: AutoIt is not capable of causing the BSOD. However some users have reported BSODs caused by the glitches of the Windows APIs they were using. Without additional info about the scripts you use, the only resonable thing to do is close this report as no bug. ... Feel free to respond here, hopefully adding more information.
17:34 Ticket #2276 (Issues with Long-term Automation) closed by trancexx
Duplicate: See #2277.
14:02 Ticket #2278 (Varargs) created by Mat
A syntax like C# would probably be the easiest, example would be: […]

11/05/12:

18:44 Ticket #2277 (Issues with Long-term Automation) created by ASofikitis-consultant@…
The company I work at has a series of Windows 7 boxes that we use for …
18:43 Ticket #2276 (Issues with Long-term Automation) created by ASofikitis-consultant@…
The company I work at has a series of Windows 7 boxes that we use for …
Note: See TracTimeline for information about the timeline view.