Timeline
Nov 26, 2015:
- 7:14 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by
- Having said that I don't need the function and have found a workaround and don't use the function any more. I thought I would report it for the record. Should the developers find it not needed to adjust the function, they may just leave this ticket where it is now.
- 2:25 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by
- I'm not creating an ini file. I try to read an existed ini. Firefox is using an extensions.ini file that contains a list of add-ons. The add-ons are placed in the user home path and in some cases the user name (like in East Europian names) contains Unicode chars. Example of the content of extensions.ini: […] The file is attached too.
Nov 24, 2015:
- 8:47 AM Ticket #3176 (possible error in DriveMapAdd documentation) closed by
- No Bug
- 8:46 AM Ticket #3176 (possible error in DriveMapAdd documentation) updated by
- I don't understand as both in Release (3.3.14.2) and in Beta (3.3.15.0) the constants are defined Perhaps you forget to #include <AutoItConstants.au3> Next follow the rule to submit a Track report which indicate to insert a repro script
- 3:27 AM Ticket #3176 (possible error in DriveMapAdd documentation) updated by
-
Description changed
Why in the WORLD would you post your phone number and email address on a bug report? I modified your ticket to remove them both.
Nov 23, 2015:
- 10:24 PM Ticket #3176 (possible error in DriveMapAdd documentation) created by
- DriveMapAdd refers to 3 constants and claims they are defined in …
- 8:58 AM Ticket #3166 (Error in Arrays wiki) closed by
- Fixed
- 12:08 AM Ticket #3166 (Error in Arrays wiki) updated by
- Replying to TheDcoder: > You can manually edit the wiki yourself by clicking edit link after the section's name (Here is the direct link for editing Arrays in Arrays) I can't see any "edit" button If I try to login, none username is recognized and I can't find any registration page :/ If I open your link i can't obiously edit the text
Nov 22, 2015:
- 4:54 PM Ticket #3175 (Orthospell (Spell Checker) integration in SciTE4AutoIt) created by
- Hello! It would be nice if [http://tools.diorama.ch/orthospell.html …
- 7:38 AM Ticket #3174 (New functionality for Maps and Arrays in String() Function) updated by
- Ok :)
- 7:04 AM Ticket #3166 (Error in Arrays wiki) updated by
- Replying to lorenzo.santina.dev@…: > 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" > {{{ > $aArray[0] = 1 > $aArray[1] = True > $aArray[2] = "Text" > $aArray[3] = $aAnotherArray > > Local $aInternal[3] = ["A", "B", "C"] ; Declare an array > Local $aContainer[1] = [$aInternal] ; Declare a container array holding the first > $sString = ($aContainer[0])[1] ; $sString holds "B" > ; Note the requirement to enclose the first array element definition in ( ) > }}} Well done, I never figure out it was so hard to find Many thanks
Nov 21, 2015:
- 6:22 PM Ticket #3174 (New functionality for Maps and Arrays in String() Function) closed by
- Rejected: Why should it return that? You'll be causing all sorts of script bugs if you return a string for something that isn't something you can turn into a string. It's designed to turn numbers or mathematical expressions into a string, it's not designed to account for people using it incorrectly. You should try and write your own function to handle something like that.
- 11:29 AM Ticket #3166 (Error in Arrays wiki) updated by
- You can manually edit the wiki yourself by clicking edit link after the section's name (Here is the direct link for editing Arrays in Arrays)
- 11:23 AM Ticket #3174 (New functionality for Maps and Arrays in String() Function) created by
- Hello, It would be nice if String($aArray) returns "{Array}" and …
- 11:18 AM Ticket #3173 (Beta Helpfile won't launch if Stable Helpfile is open and vice versa) created by
- Hello, Here are the steps to reproduce the bug: 1. Launch Stable …
Nov 20, 2015:
- 2:47 PM Ticket #3172 (IniRead() function returns ANSI chars instead of Unicode Chars) closed by
- Duplicate: This is a duplicate of 3170 which was closed as No Bug. Still not a bug, please don't repost this.
- 11:58 AM Ticket #3172 (IniRead() function returns ANSI chars instead of Unicode Chars) updated by
- Please follow Report guideline. I don' have cristal ball to reproduce.
- 11:13 AM Ticket #3172 (IniRead() function returns ANSI chars instead of Unicode Chars) created by
- IniRead() function returns ANSI chars instead of Unicode Chars when …
- 8:49 AM Ticket #3171 (Count of Keys in Returned Array of MapKeys) created by
- Hello :) It would be nice if the returned array of MapKeys function …
Nov 19, 2015:
- 8:02 PM Ticket #3078 (bug in _ArrayUnique) updated by
-
Milestone changed
- 7:30 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) closed by
- No Bug: This is not a bug. Search the Forum please.
- 5:40 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by
- INI files by design are not Unicode compatible. There are workarounds to get them to be able to utilize Unicode characters, but it's non-standard to use them with Unicode characters. They are from the ancient days of Windows 3, maybe even Windows 1, and up, you should be using XML files, the registry, or some other functionality for Unicode compatibility. Read more here. http://blogs.msdn.com/b/oldnewthing/archive/2007/11/26/6523907.aspx
- 4:02 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by
- Please add a repro script/ Os Version as suggested by Track report submission
- 11:30 AM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by
- Please attach any INI file with this issue.
- 10:42 AM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) created by
- IniRead() function works good for ANSI strings but returns ANSI chars …
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
Note:
See TracTimeline
for information about the timeline view.
