Timeline
12/06/12:
- 18:34 Ticket #2288 (Duplicated _WinAPI_OpenProcess) closed by
- No Bug: Yes. However, former is function for internal use and not meant to be used outside Memory.au3. No bug, just weird logic.
- 14:56 Ticket #2288 (Duplicated _WinAPI_OpenProcess) created by
- Hi Mem_OpenProcess function in Memory.au3 and _WinAPI_OpenProcess …
12/05/12:
- 18:48 Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) closed by
- 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
- 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
- GuiCtrtlGetState without a controlID parameter runs but aborts AutoIt, …
11/21/12:
- 19:02 Ticket #2285 (OCR lack) closed by
- Rejected: That goes beyond the scope of scripting language AutoIt is supposed to be.
- 09:32 Ticket #2285 (OCR lack) created by
- 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
- The help file says that InetClose() will return true if the handle was …
11/18/12:
- 12:53 TracRevisionLog edited by
- (diff)
- 12:53 WikiPageNames edited by
- (diff)
- 12:53 TracTimeline edited by
- (diff)
- 12:53 TracSearch edited by
- (diff)
- 12:53 TracRoadmap edited by
- (diff)
- 12:53 RecentChanges edited by
- (diff)
- 12:53 CamelCase edited by
- (diff)
- 12:53 TracInterfaceCustomization edited by
- (diff)
- 12:53 TracSupport edited by
- (diff)
- 12:53 WikiRestructuredText edited by
- (diff)
- 12:53 TracBatchModify created by
- 12:53 PageTemplates edited by
- (diff)
- 12:53 TracAdmin edited by
- (diff)
- 12:53 TracUnicode edited by
- (diff)
- 12:53 TracRss edited by
- (diff)
- 12:53 WikiHtml edited by
- (diff)
- 12:53 SandBox edited by
- (diff)
- 12:53 WikiMacros edited by
- (diff)
- 12:53 TracIni edited by
- (diff)
- 12:53 TracFastCgi edited by
- (diff)
- 12:53 TracInstall edited by
- (diff)
- 12:53 TracLinks edited by
- (diff)
- 12:53 TracChangeset edited by
- (diff)
- 12:53 WikiFormatting edited by
- (diff)
- 12:53 TracNavigation edited by
- (diff)
- 12:53 TracAccessibility edited by
- (diff)
- 12:53 TracGuide edited by
- (diff)
- 12:53 TracWiki edited by
- (diff)
- 12:53 TracStandalone edited by
- (diff)
- 12:53 TracRepositoryAdmin edited by
- (diff)
- 12:53 TracEnvironment edited by
- (diff)
- 12:53 InterWiki edited by
- (diff)
- 12:53 WikiRestructuredTextLinks edited by
- (diff)
- 12:53 TracQuery edited by
- (diff)
- 12:53 TracNotification edited by
- (diff)
- 12:53 WikiNewPage edited by
- (diff)
- 12:53 TracImport edited by
- (diff)
- 12:53 TracPermissions edited by
- (diff)
- 12:53 TracReports edited by
- (diff)
- 12:53 TracSyntaxColoring edited by
- (diff)
- 12:53 TracTickets edited by
- (diff)
- 12:53 TracWorkflow edited by
- (diff)
- 12:53 TracBrowser edited by
- (diff)
- 12:53 TracTicketsCustomFields edited by
- (diff)
- 12:53 WikiProcessors edited by
- (diff)
- 12:53 TracModWSGI edited by
- (diff)
- 12:53 WikiDeletePage edited by
- (diff)
- 12:53 TracPlugins edited by
- (diff)
- 12:53 TracFineGrainedPermissions edited by
- (diff)
- 12:53 TracBackup edited by
- (diff)
- 12:53 TracLogging edited by
- (diff)
- 12:53 TracUpgrade edited by
- (diff)
- 12:53 TitleIndex edited by
- (diff)
- 12:53 TracModPython edited by
- (diff)
- 12:53 TracCgi edited by
- (diff)
- 12:53 InterTrac edited by
- (diff)
11/14/12:
- 06:33 Ticket #2283 (Array access when using nested arrays) closed by
- 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
- 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
- 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
- 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
- Text translated from Portuguese by google - please apologize for any …
11/07/12:
- 15:24 Ticket #2280 (Logical operator precedences) closed by
- 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
- 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
- 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
- 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
- Duplicate: See #2277.
- 14:02 Ticket #2278 (Varargs) created by
- A syntax like C# would probably be the easiest, example would be: […]
Note: See TracTimeline
for information about the timeline view.