Timeline
Nov 16, 2015:
- 9:31 PM Ticket #3169 (Missing constants for WinGetState) closed by
- Duplicate: https://www.autoitscript.com/trac/autoit/ticket/3116
- 8:31 PM Ticket #3169 (Missing constants for WinGetState) updated by
- Sorry, I did not search thoroughy enough. THis has been reported and is supposed to be fixed already in 3.1.15
- 8:27 PM Ticket #3169 (Missing constants for WinGetState) created by
- The documentation for WinGetState lists $WIN_STATE_EXISTS (1) = Window …
- 6:47 PM Ticket #3168 (Missing constants from AutoItConstants.au3) closed by
- Duplicate: https://www.autoitscript.com/trac/autoit/ticket/3116
- 5:56 PM Ticket #3168 (Missing constants from AutoItConstants.au3) created by
- In the help topic for the GetWinState function, it lists the various …
- 3:14 PM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by
- When I run that I get an error message telling me that $array isn't an array or a map, it's possible that you can't use UBound in Call for some reason. I'd avoid using Call at all if possible, it's almost never needed, and with this example definitely isn't. But that's beside the point in this instance as I don't know if there's a bug in Ubound or a bug in using Call with UBound.
- 1:10 PM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by
- I have tried your suggested method, it always returns 0 regardless the array's size. […]
- 12:09 PM Ticket #3167 (COM Error Handler - not always fires event) updated by
- In fact […] In fact it was OK even with the reference to an unknown function in 3.3.10 till 3.3.13.6 3.3.13.7 reintroduce the no detection as 3.3.8.1 […]
- 8:17 AM Ticket #3167 (COM Error Handler - not always fires event) updated by
-
Description changed
- 8:16 AM Ticket #3167 (COM Error Handler - not always fires event) created by
- Discussion: …
Nov 14, 2015:
- 8:30 PM Ticket #3163 (Windows PE - Unknown software exeption 0xc000001d) updated by
- Windows PE is not Windows, the fact that it works at all on Windows PE is a good thing, that things don't work with Windows PE is not at all surprising. After 3.3.12.x AutoIt was compiled to work with XP SP3 and above, so it's probably something related to that change causing the issue.
- 8:26 PM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by
-
Summary changed
You need to put the argument for the UBound inside quotes, otherwise you're not telling the function to use UBound on the array, you're telling the Call function that you're sending it an array of parameters, and because there are no parameters it crashes. […] It's a bug that it crashes because of this, but the bug is not what you think it is. I've corrected the title of the bug report to reflect the actual bug condition. - 12:28 PM Ticket #3166 (Error in Arrays wiki) updated by
- Yes, just found in AutoIt Language Reference.. Bottom of the page: https://www.autoitscript.com/autoit3/docs/intro/lang_variables.htm "Data types in Arrays" […]
- 7:15 AM Ticket #3166 (Error in Arrays wiki) updated by
- I never thought such syntax ($arr[$i])[$j] was legal. Is it described in the standard Help?
Nov 13, 2015:
- 7:09 PM Ticket #3166 (Error in Arrays wiki) created by
- At wiki page: …
- 6:29 AM Ticket #3165 (Call() function called with an empty array results in APPCRASH) created by
- AutoIt3.exe APPCRASH error upon calling Ubound() via Call(): […]
Nov 12, 2015:
- 11:05 AM Ticket #3164 (problem with the function ToolTip COM Interface) created by
- In the process of the script vbs I use as an information window …
- 5:33 AM Ticket #3097 (AutoIt crash with Objects) updated by
- Further discussion in MVP Forum: http://www.autoitscript.com/forum/index.php?showtopic=178585
- 12:27 AM Ticket #3162 (RunWait command does not return the exit code of the program that was ...) updated by
- the forum thread (mentioned above) would be: https://www.autoitscript.com/forum/topic/178468-runwait-behaviour-on-xp-and-w7/
Nov 10, 2015:
- 7:46 PM Ticket #3162 (RunWait command does not return the exit code of the program that was ...) closed by
- No Bug
- 5:29 PM Ticket #3162 (RunWait command does not return the exit code of the program that was ...) updated by
- Please close this bug. A poster on the forum assisted in identifying that the issue is OS related rather than Autoit. Apologies
- 1:08 PM Ticket #3163 (Windows PE - Unknown software exeption 0xc000001d) created by
- TestScript: […] Compile the Script: - Autoit …
Nov 9, 2015:
- 7:40 PM Ticket #3162 (RunWait command does not return the exit code of the program that was ...) created by
- I have observed that the RunWait function does not return the exit …
Nov 8, 2015:
- 6:37 AM Ticket #3135 (StdioClose with $STDERR_MERGED memory leak) updated by
- Anyway thanks Valik for the info Cheers
- 3:46 AM Ticket #3155 (_Excel_RangeWrite with $bForceFunc=True doesn't transpose array) closed by
- No Bug: What are you expecting it to do with that set to true? It's only used to tell the UDF to use the _ArrayTranspose function instead of the Excel $oExcel.Transpose function. Furthermore, it's not going to change the output to Excel by setting it true or false. Regardless of the setting, the array is being transposed, it just uses different methods to do that according to the setting. Not a bug, but a misunderstanding of the function.
Nov 7, 2015:
- 3:44 PM Ticket #3161 (Constants for MemGetStats's returned array) updated by
- Replying to Jpm: > Added by revision [11588] in version: 3.3.15.1 Thanks! :)
- 2:56 PM Ticket #3161 (Constants for MemGetStats's returned array) closed by
- Completed: Added by revision [11588] in version: 3.3.15.1
- 9:25 AM Ticket #3161 (Constants for MemGetStats's returned array) created by
- Hello, I think it would be nice if MemGetStats's returned array has …
- 8:47 AM Ticket #3149 (Add new functions to SQLite UDF) updated by
-
Component changed
- 8:45 AM Ticket #3155 (_Excel_RangeWrite with $bForceFunc=True doesn't transpose array) updated by
-
Component changed
- 8:44 AM Ticket #3088 (ie.au3 readystate enums) closed by
- Rejected: Current work is being done on IE.au3.
- 8:43 AM Ticket #3154 (Description of \s is wrong in StringRegExp help file) closed by
- Fixed: Fixed by revision [11584] in version: 3.3.15.1
- 8:37 AM Ticket #3156 (Help: _Excel_ColumnToLetter / _Excel_ColumnToNumber wrong example) closed by
- Duplicate: Duplicate of #3086. Please search before making a ticket. Thanks.
- 8:34 AM Ticket #3146 (RegRead documentation incorrect or deprecated) closed by
- Works For Me: If you use RegWrite with @LF (example has been fixed in the next beta), then there is no error.
- 3:02 AM Ticket #3135 (StdioClose with $STDERR_MERGED memory leak) updated by
- Sorry, JP. I'm not interested in looking at the code.
Nov 6, 2015:
- 9:15 PM Ticket #3149 (Add new functions to SQLite UDF) updated by
- This request isn't deviant at all. 99.99% of the time in real-world applications one only need data from queries, not headers. I don't know why headers made their way in the *_GetTable2d function of this UDF but this is a mistake. Indeed headers in resulting array row 0 should be optional and defaulted to False. Having to run rings to place the headers there is a useless slowdown in most use cases and the ADO counterpart is severely impacted since we can't use the .GetRows method efficiently. I personally always use a similar function called _SQLite_GetData being *_GetTable2d without the headers. I'd like this request to remain open for now, just because it makes much more sense than what we currently have.
- 9:17 AM Ticket #3148 (Add new events to GUIGetMsg()) updated by
- That can be done just as easily via a message handler. M23
- 9:16 AM Ticket #3149 (Add new functions to SQLite UDF) updated by
- That code is not the current _SQLite_GetTable2d function - and where is this new $iReturnArray parameter? Or do you expect someone else to do all the work? M23
- 7:14 AM Ticket #3135 (StdioClose with $STDERR_MERGED memory leak) updated by
- Thanks Valik for the info just PM me if you want I PM you the actual code you re thinking about Cheers
- 1:25 AM Ticket #3160 (Allow Null to specify NULL pointer for more DllCall() pointer types.) created by
- I see that using the Null keyword with str and wstr parameters of …
- 1:17 AM Ticket #3159 (ObjCreateInterface and BOOL type.) created by
- Apologies for the large script but this is the minimum I could get it …
- 12:53 AM Ticket #3135 (StdioClose with $STDERR_MERGED memory leak) updated by
- JP, the documentation clearly states that StdioClose() releases all resources. It shouldn't matter if the process is closed or not, AutoIt should internally close the handles and release any buffers. It's been years since I wrote the STDIO code and I don't have access to it any longer (and it may have changed in the years since I left the project). I have an idea where the leak may be, though. Remember that when the buffer fills up the child program and AutoIt will deadlock. There's a pretty good chance I wrote the feature to always read the buffer and store the data internally to prevent the deadlock. I suspect it may be this internal buffer that's causing the problem. It's probably being dynamically allocated on each call which could theoretically cause an artificial inflation in the working set.
Nov 4, 2015:
- 7:47 PM Ticket #3158 (Ping() cached) updated by
-
Description changed
- 7:47 PM Ticket #3158 (Ping() cached) updated by
-
Description changed
- 7:37 PM Ticket #3158 (Ping() cached) updated by
- I was edit your ticket by adding code block. Please read Track Ticket RULES >> Guidelines here: https://www.autoitscript.com/trac/autoit/wiki and do not open track ticket before you are even not answer on the forum to your own thread: https://www.autoitscript.com/forum/topic/173857-ping-cached/ as support forum should be first place to ask.
- 7:35 PM Ticket #3158 (Ping() cached) updated by
- Bug added by Ontosy
- 7:31 PM Ticket #3158 (Ping() cached) updated by
-
Description changed
- 7:24 PM Ticket #3158 (Ping() cached) created by
- The ping is cached and it is not rerun. Reproduce Go offline and …
- 7:21 PM Ticket #3157 (Run \ Runwait functions fail to run programs with the requested ...) closed by
- Works For Me: works for me. Win7 Pro 64bit Next time before you post any new ticket read TrackTicket RULES >> Guidelines https://www.autoitscript.com/trac/autoit/wiki and if you have any problem with using AutoIt try to ask on the forum: https://www.autoitscript.com/forum/
- 5:38 PM Ticket #3157 (Run \ Runwait functions fail to run programs with the requested ...) created by
- Regedit.exe fails to run […] mmc.exe fails to run […]
Nov 2, 2015:
- 2:15 PM Ticket #3156 (Help: _Excel_ColumnToLetter / _Excel_ColumnToNumber wrong example) updated by
-
Component changed
- 1:02 PM Ticket #3156 (Help: _Excel_ColumnToLetter / _Excel_ColumnToNumber wrong example) updated by
- Replying to gcriaco@…: > the example files of the two UDFs show the wrong function: > _Excel_ColumnToNumber UDF: _Excel_ColumnToLetter in the example > _Excel_ColumnToLetter UDF: _Excel_ColumnToNumber in the example Please move this ticket to the Documentation Component. Sorry for mistake.
- 12:55 PM Ticket #3156 (Help: _Excel_ColumnToLetter / _Excel_ColumnToNumber wrong example) created by
- the example files of the two UDFs show the wrong function: …
- 12:48 PM Ticket #3155 (_Excel_RangeWrite with $bForceFunc=True doesn't transpose array) created by
- Setting the $bForceFunc parameter to True doesn't transpose an array …
Nov 1, 2015:
- 10:12 PM Ticket #3154 (Description of \s is wrong in StringRegExp help file) updated by
- Should be added : 'when UCP is enabled'
- 9:57 PM Ticket #3154 (Description of \s is wrong in StringRegExp help file) created by
- Note to self: \xA0 is NOT part of \s
- 8:29 PM Ticket #3153 (AU3Check to change SciTE console results output sequence) closed by
- Rejected: Do not make any changes in SciTEGlobal.properties but rather make them in your SciTEUser.properties or else your changes are lost with the next upgrade. I am fine with the current defaults, but feel free to set your own preferences in the user file. Jos
- 7:39 PM Ticket #3153 (AU3Check to change SciTE console results output sequence) updated by
- look in: SciTEGlobal.properties and set: output.scroll=2 btw. Next time please ask on forum.
- 1:00 AM Ticket #3153 (AU3Check to change SciTE console results output sequence) updated by
-
Version changed
Automatic ticket cleanup. - 12:08 AM Ticket #3153 (AU3Check to change SciTE console results output sequence) created by
- Now AU3Check provide results (in SciTE console) for current script in …
Oct 31, 2015:
- 11:12 PM Ticket #3149 (Add new functions to SQLite UDF) updated by
- I do not think _ArrayDelete() work very fast removing 0-th 1-st elements on big arrays. Also why do double work especially if it can be easily avoided? Changes not so big and function become fast and flexible. existent functions can get new Parameter - $iReturnArray = 0/1/2 0 - return array as is (default) 1 - return 0-based array 2 - return 1-based array with count 0th element […]
- 10:58 PM Ticket #3148 (Add new events to GUIGetMsg()) updated by
- cannot be easily provided by another means? You mean as simple as using $GUI_EVENT_PRIMARYDOUBLECLICK event? I guess something like this: […]
- 9:18 AM Ticket #3144 (Givenchy Handbags, Givenchy Bags & Givenchy Antigo) updated by
-
Description changed
- 9:16 AM Ticket #3148 (Add new events to GUIGetMsg()) updated by
- Please provide an example where this functionality would be useful and it cannot be easily provided by another means. M23
- 9:14 AM Ticket #3150 (Add new functions to GuiListView UDF) closed by
- Rejected
- 9:13 AM Ticket #3149 (Add new functions to SQLite UDF) updated by
- You can create simple wrapper functions using _ArrayDelete to remove the Header row and UBound to determine the count. No need to change the existing UDF functions and certainly no requirement to add new ones. M23
Oct 29, 2015:
- 5:18 PM Ticket #3098 (ObjEvent - @error - when no ErrorHanlder registered) closed by
- Rejected: It's not an error to use it that way, it is how the function works. It will return the error handler function name, if no function is assigned yet, that string will be empty. It's up to the programmer to properly register their error handler function, and should use this return value to identify whether or not they've done so. I don't see any error condition that needs to be reported on.
- 7:52 AM Ticket #3140 (@error Description) closed by
- Fixed
Oct 28, 2015:
- 9:05 PM Ticket #2617 (Incorrect multi-byte characters in "Au3Record.exe /o") closed by
- Wont Fix: Au3Record.exe has been removed from the main installer from v3.3.14.1 as it triggers many AV false positives. https://www.autoitscript.com/forum/topic/176009-where-is-au3recordexe/
- 8:54 PM Ticket #3151 (TCPConnect() return always -1 on a public ip) closed by
- No Bug
Oct 27, 2015:
- 3:33 PM Ticket #3152 (FileCopy doesn't cope well with copying files with embedded spaces in ...) created by
- FileCopy of a file with a full path specification and included spaces …
- 1:05 PM Ticket #3151 (TCPConnect() return always -1 on a public ip) updated by
- hello jpm, i have checked my enviroment and after many test i notice that a hardware firewall in office block some connection for security reason. i have done test in other line and the problem isn't present. thank you and sorry for the time lost. Sainsuper
- 9:29 AM Ticket #3151 (TCPConnect() return always -1 on a public ip) updated by
- hello, thansk for fast aswer, i have made more test and i notice that if i make many tcp request on google or on any sites, i receive -1 but if i wait some seconds(30 s) some times i'll reveive corret sockets i have compiled same code with different version of autoit 3.3.15.0 ( beta) and 3.3.14.2. With beta version i always have socket. with 3.3.14.2 i often have -1 and only some times i have socket. i send compiled and source code http://www.tecnopc.info/test.zip
Oct 26, 2015:
- 8:47 PM Ticket #3150 (Add new functions to GuiListView UDF) updated by
- hmm... it seems yes, especially with $LVS_SINGLESEL. If there are no "underwater rocks" in function logic, _GUICtrlListview_GetSelectionMark should be good alternative…
- 7:50 PM Ticket #3150 (Add new functions to GuiListView UDF) updated by
- You could use _GUICtrlListview_GetSelectionMark to do that instead of rewriting the _GUICtrlListView_GetSelectedIndices() function, or creating a new one that does basically the same thing.
- 6:47 PM Ticket #3147 (Kindly add some extra features to SciTE4AutoIt to make it a real IDE) closed by
- Rejected: As discussed in the forum. Jos
- 6:24 PM Ticket #3151 (TCPConnect() return always -1 on a public ip) updated by
- For me both Release and Beta are OK Can you double check your environment?
- 5:18 PM Ticket #3151 (TCPConnect() return always -1 on a public ip) created by
- hello, using this code […] Socket will return always -1 ( and …
- 9:00 AM Ticket #3149 (Add new functions to SQLite UDF) updated by
-
Version changed
Automatic ticket cleanup. - 8:30 AM Ticket #3149 (Add new functions to SQLite UDF) updated by
-
Type changed
Oct 25, 2015:
- 2:29 PM Ticket #3150 (Add new functions to GuiListView UDF) created by
- Please add new function to GuiListView UDF: …
- 2:21 PM Ticket #3149 (Add new functions to SQLite UDF) created by
- Please add new functions to SQLite UDF (or modify existent): …
- 9:33 AM Ticket #3148 (Add new events to GUIGetMsg()) created by
- Please add new event to GUIGetMsg() : $GUI_EVENT_PRIMARYDOUBLECLICK: …
Oct 24, 2015:
- 1:00 PM Ticket #3147 (Kindly add some extra features to SciTE4AutoIt to make it a real IDE) updated by
-
Version changed
Automatic ticket cleanup. - 12:05 PM Ticket #3147 (Kindly add some extra features to SciTE4AutoIt to make it a real IDE) updated by
- 1. Automatically add end keywords like "EndIf/WEnd/Next/Until/EndFunc" after an enter key press. 2. When we type "Opt" in SciTE, intellisence should display all options in order to user's key press. And if user selects an option from intellisence, then wait for the user types a comma. If user typed a comma, then intellisence should display all params for that option, so that user an easily select a speifi param from list.
- 12:02 PM Ticket #3147 (Kindly add some extra features to SciTE4AutoIt to make it a real IDE) created by
- 1. Automatically add need keywords like …
Oct 23, 2015:
- 3:38 PM Ticket #3146 (RegRead documentation incorrect or deprecated) created by
- The helpfile states […] The entries are, however, separated by …
Oct 21, 2015:
- 6:55 PM Ticket #3144 (Givenchy Handbags, Givenchy Bags & Givenchy Antigo) closed by
- Rejected
- 6:52 PM Ticket #3145 (ObjGet 3.3.14.2 dont work) closed by
- No Bug
- 6:17 PM Ticket #3145 (ObjGet 3.3.14.2 dont work) updated by
- After reboot my computer its work... OS: Windows 10 MS: Microsoft Office 2010
- 5:59 PM Ticket #3145 (ObjGet 3.3.14.2 dont work) created by
- Script example: […] If Excel is open or not open => Error: Error …
- 5:00 PM Ticket #3141 (Wrong Screen Size Dimension Problem in Windows10 in Combination with ...) updated by
-
Replying to anonymous:
> Try this
DllCall("User32.dll", "bool", "SetProcessDPIAware")As I know this should also work for Win8 (not tested). - 2:22 PM Ticket #3141 (Wrong Screen Size Dimension Problem in Windows10 in Combination with ...) updated by
-
> Can you fix it?
Try this
DllCall("User32.dll", "bool", "SetProcessDPIAware")
Oct 20, 2015:
- 2:50 PM Ticket #3144 (Givenchy Handbags, Givenchy Bags & Givenchy Antigo) created by
- <snip>
- 8:49 AM Ticket #3143 (Beta Help File Option in SciTE) updated by
- ok :)
- 8:47 AM Ticket #3143 (Beta Help File Option in SciTE) updated by
- try to ask for support here: https://www.autoitscript.com/forum/topic/177435-20-9-2015-new-scite4autoit3-available-with-the-updated-scite-v360-release/
- 8:44 AM Ticket #3143 (Beta Help File Option in SciTE) updated by
- Replying to mLipok: > Try to use > > {{{ > Alt+F1 > }}} > > > btw. > Next time please first ask on the forum. I tried, not working for me :(
- 8:40 AM Ticket #3143 (Beta Help File Option in SciTE) closed by
- Works For Me: Try to use […] btw. Next time please first ask on the forum.
- 6:14 AM Ticket #3143 (Beta Help File Option in SciTE) created by
- Hello, As the title says, I want an option for Beta Help File when I …
Oct 18, 2015:
- 3:15 PM Ticket #3140 (@error Description) updated by
- mLipok, There is no "defined" value in the sense that the value is dependent on the function itself - each one may have a different value. But I see what you mean - the advantage of having non-native speakers to check the wording! Would it be better if it read: If the Return value method is used, each function will specify in the Help file the specific return value for success - but the value is typically non-zero to allow easy to read code... I do not believe that referring to @extended is useful here - it is only likely to confuse as many functions do not use it. M23
- 3:07 PM Ticket #3142 (Auto-Complete in SciTE) closed by
- Rejected
- 5:05 AM Ticket #3112 (Function _Excel_RangeFind not working) updated by
- Hello, I want to ask when u finish 3.3.15.1 version ? function _Excel_RangeFind is error, so... I cant do anything :((
Oct 17, 2015:
- 5:23 PM Ticket #3141 (Wrong Screen Size Dimension Problem in Windows10 in Combination with ...) updated by
- I stand corrected on the first PDF, I missed the screen size in that one as it wasn't showing me the whole PDF when I viewed it for some reason. The second one is not helpful to me as I don't read or speak German, and by the way doesn't indicate that you set it to 150% anywhere on the image. I'd say that AutoIt is giving you the correct screen size, as you've blown it up by 150%, so the resolution changes when you do that, doesn't it? Just because you set it to 2160x1440 now that you've magnified it, the real resolution is 1440x960.
- 2:53 PM Ticket #3141 (Wrong Screen Size Dimension Problem in Windows10 in Combination with ...) updated by
- In Fact I try to reproduce your problems. I can't The second problem as the sizes are correct even without reconnecting as it is required. The first problem I don't know who is right as after reconnection the scrren is really reduced but the windows control panel infact still indicates the sizes before using the text Definetelty the AutoIt return values must be used to be in adequation with the pixel that can be used. So for me it is not an AutoIt Bug perhaps a Windows anomaly
- 1:50 PM Ticket #3142 (Auto-Complete in SciTE) updated by
- check in au3abbrev.properties you can set your own in: au3UserAbbrev.properties search for them here: c:\Users\user\AppData\Local\AutoIt v3\SciTE\ EDIT: btw. if you are so lazy please use forum instead Track because this would be much easier to post for you, a question there.
- 11:02 AM Ticket #3142 (Auto-Complete in SciTE) created by
- My laziness make me wish for Auto-Complete function in SciTE should be …
Note:
See TracTimeline
for information about the timeline view.
