Timeline
Nov 29, 2012:
- 12:07 PM Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) updated by
- I searched hard to find a link I read about this recently. Although I couldn't find it, I I found this instead which may be more relevant. http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.compatibility.vb6.support.zorder%28v=vs.100%29.aspx "In Visual Basic 6.0, the ZOrder method was used to specify the layering of controls; in Visual Basic 2010 .it is replaced by the BringToFront and SendToBack methods. This function is used by the upgrade tools to map between the methods." I'm not sure, but this may help to explain why $GUI_ONTOP appears to be not functioning.
- 11:32 AM Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) created by
- GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set the control on top …
- 7:56 AM Ticket #2286 (GuiCtrtlGetState without a controlID parameter runs but aborts AutoIt) updated by
- I agree that the controlid must mandatory. It is the only GUICtrl...() function which does not require a controlId. Certainly a bug since a long time …
Nov 25, 2012:
- 1:57 AM Ticket #2286 (GuiCtrtlGetState without a controlID parameter runs but aborts AutoIt) created by
- GuiCtrtlGetState without a controlID parameter runs but aborts AutoIt, …
Nov 21, 2012:
- 7:02 PM Ticket #2285 (OCR lack) closed by
- Rejected: That goes beyond the scope of scripting language AutoIt is supposed to be.
- 9:32 AM Ticket #2285 (OCR lack) created by
- Hello. It would be interesting to == have an OCR == (OCR in the …
Nov 20, 2012:
- 9:04 PM 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 …
Nov 18, 2012:
- 12:53 PM TracRevisionLog edited by
- (diff)
- 12:53 PM WikiPageNames edited by
- (diff)
- 12:53 PM TracTimeline edited by
- (diff)
- 12:53 PM TracSearch edited by
- (diff)
- 12:53 PM TracRoadmap edited by
- (diff)
- 12:53 PM RecentChanges edited by
- (diff)
- 12:53 PM CamelCase edited by
- (diff)
- 12:53 PM TracInterfaceCustomization edited by
- (diff)
- 12:53 PM TracSupport edited by
- (diff)
- 12:53 PM WikiRestructuredText edited by
- (diff)
- 12:53 PM TracBatchModify created by
- 12:53 PM PageTemplates edited by
- (diff)
- 12:53 PM TracAdmin edited by
- (diff)
- 12:53 PM TracUnicode edited by
- (diff)
- 12:53 PM TracRss edited by
- (diff)
- 12:53 PM WikiHtml edited by
- (diff)
- 12:53 PM SandBox edited by
- (diff)
- 12:53 PM WikiMacros edited by
- (diff)
- 12:53 PM TracIni edited by
- (diff)
- 12:53 PM TracFastCgi edited by
- (diff)
- 12:53 PM TracInstall edited by
- (diff)
- 12:53 PM TracLinks edited by
- (diff)
- 12:53 PM TracChangeset edited by
- (diff)
- 12:53 PM WikiFormatting edited by
- (diff)
- 12:53 PM TracNavigation edited by
- (diff)
- 12:53 PM TracAccessibility edited by
- (diff)
- 12:53 PM TracGuide edited by
- (diff)
- 12:53 PM TracWiki edited by
- (diff)
- 12:53 PM TracStandalone edited by
- (diff)
- 12:53 PM TracRepositoryAdmin edited by
- (diff)
- 12:53 PM TracEnvironment edited by
- (diff)
- 12:53 PM InterWiki edited by
- (diff)
- 12:53 PM WikiRestructuredTextLinks edited by
- (diff)
- 12:53 PM TracQuery edited by
- (diff)
- 12:53 PM TracNotification edited by
- (diff)
- 12:53 PM WikiNewPage edited by
- (diff)
- 12:53 PM TracImport edited by
- (diff)
- 12:53 PM TracPermissions edited by
- (diff)
- 12:53 PM TracReports edited by
- (diff)
- 12:53 PM TracSyntaxColoring edited by
- (diff)
- 12:53 PM TracTickets edited by
- (diff)
- 12:53 PM TracWorkflow edited by
- (diff)
- 12:53 PM TracBrowser edited by
- (diff)
- 12:53 PM TracTicketsCustomFields edited by
- (diff)
- 12:53 PM WikiProcessors edited by
- (diff)
- 12:53 PM TracModWSGI edited by
- (diff)
- 12:53 PM WikiDeletePage edited by
- (diff)
- 12:53 PM TracPlugins edited by
- (diff)
- 12:53 PM TracFineGrainedPermissions edited by
- (diff)
- 12:53 PM TracBackup edited by
- (diff)
- 12:53 PM TracLogging edited by
- (diff)
- 12:53 PM TracUpgrade edited by
- (diff)
- 12:53 PM TitleIndex edited by
- (diff)
- 12:53 PM TracModPython edited by
- (diff)
- 12:53 PM TracCgi edited by
- (diff)
- 12:53 PM InterTrac edited by
- (diff)
Nov 14, 2012:
- 6:33 AM 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.
- 12:38 AM Ticket #2283 (Array access when using nested arrays) created by
- If arrays are nested then it is not possible to access them using …
Nov 12, 2012:
- 12:00 PM Ticket #2282 (Limit the amount of data returned by StdoutRead()) updated by
-
Version changed
Automatic ticket cleanup. - 11:11 AM Ticket #2282 (Limit the amount of data returned by StdoutRead()) updated by
- The above request was submitted by me.
- 11:02 AM 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 …
- 10:57 AM Ticket #1650 (Problem with Run("psexec", .., $STDERR_CHILD + $STDOUT_CHILD) on Vista ...) updated by
- Replying to Jpm: I have had a similar problem using StdoutRead on Windows 7 Pro 64bit with Autoit 3.3.8.1 This code somtimes gets stuck in an infinite loop. […] I have found that adding a minimal sleep(), prevents this happening. […] I hope this information may be usefull when evaluating this issue.
Nov 9, 2012:
- 5:01 PM 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.
- 9:00 AM Ticket #2281 (Tron-Troff (Trace ON Trace Off)) updated by
-
Version changed
Automatic ticket cleanup. - 8:39 AM Ticket #2281 (Tron-Troff (Trace ON Trace Off)) created by
- Text translated from Portuguese by google - please apologize for any …
Nov 7, 2012:
- 3:24 PM 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.
- 2:06 AM Ticket #2280 (Logical operator precedences) created by
- In most programming languages, AND has a greater precedence than OR. …
Nov 6, 2012:
- 9:04 PM Ticket #2279 (For loop not working as expected) updated by
- Yes, it's a bug. The code isn't performing necessary type conversion. The fix is trivial. Thanks for reporting.
- 7:18 PM 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 …
- 6:08 PM Ticket #2278 (Varargs) updated by
- Maybe like this. […]
- 5:54 PM 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.
- 5:34 PM Ticket #2276 (Issues with Long-term Automation) closed by
- Duplicate: See #2277.
- 2:02 PM Ticket #2278 (Varargs) created by
- A syntax like C# would probably be the easiest, example would be: […]
Nov 5, 2012:
- 6:44 PM Ticket #2277 (Issues with Long-term Automation) created by
- The company I work at has a series of Windows 7 boxes that we use for …
- 6:43 PM Ticket #2276 (Issues with Long-term Automation) created by
- 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.
