Timeline
Sep 7, 2010:
- 12:13 PM Ticket #1758 (tables for the gui) closed by
- Rejected: Use the forum instead of the feature request option.
- 11:00 AM Ticket #1758 (tables for the gui) updated by
-
Version changed
Automatic ticket cleanup. - 10:50 AM Ticket #1758 (tables for the gui) updated by
- ???
- 10:50 AM Ticket #1758 (tables for the gui) updated by
- maybe in the next stable
- 10:48 AM Ticket #1758 (tables for the gui) created by
- hey i am working on a project and i need tables for the gui. can you …
- 6:52 AM Ticket #1747 (_Min and _Max inconsistency) closed by
- No Bug: This function is working as designed, only Float or integers are acceptable number The setting of @error indicates the first parameter in error.
- 3:53 AM Ticket #588 (StringRegExpReplaceCallback) updated by
- How about this method? $asdf = 'aaa bbb cc"c ddd eee' $as = StringRegExpReplaceCallback($asdf , "aaa|bbb|ccc" , "upper") MsgBox(0 ,"Callback?", $as) Func StringRegExpReplaceCallback($string , $pattern , $callback) Return StringReplace(Execute('"' & StringRegExpReplace(StringReplace($string , '"' , "\x22") , $pattern , StringFormat('" & %s("\0") & "' , $callback)) & '"') , "\x22" , '"') EndFunc Func upper($text) Return StringUpper($text) EndFunc
Sep 5, 2010:
- 6:47 PM Ticket #1757 (1.912 - 1.854 = 0.0579999999999998) closed by
- No Bug: Yawn. Go learn about floating point numbers and let me know what you find out.
- 5:55 PM Ticket #1757 (1.912 - 1.854 = 0.0579999999999998) created by
- 1.912 - 1.854 returns 0.0579999999999998 but it should return 0.058.
- 3:57 PM Ticket #1756 (Flaw in _GDIPlus_Startup on error) closed by
- Fixed: Fixed by revision [5956] in version: 3.3.7.0
- 10:30 AM Ticket #1756 (Flaw in _GDIPlus_Startup on error) created by
- When _GDIPlus_Startup cannot open the DLL, the reference count is …
- 6:32 AM Ticket #1755 (In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of "c:) closed by
- No Bug
Sep 3, 2010:
- 9:11 PM Ticket #1755 (In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of "c:) updated by
- Please cancel. This is working. My brain is not.
- 9:01 PM Ticket #1755 (In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of "c:) created by
- In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of …
- 2:55 PM Ticket #1753 (MouseGetButtonState) closed by
- Rejected: In fact you are looking for an already implemented UDF _IsPressed()
- 2:50 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) closed by
- Wont Fix
- 2:49 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by
- I get access to a WinXP64 and I can confirm that The Windows API used for GUICtrlCreateIcon has been fixed by Microsoft (LoadImage) The difference with Button CtrlSetImage is the fact an extractIcon is used which allow to have the right centering in a button but using 16x16 or 32x32 icon. As Win7 and Vista as been Fixed by Microsoft, I will not do any change to AutoIt code Sorry for this non fixing Perhaps a global reengineering of GUI see #376 will change this behavior for this old Windows X64 release
- 8:07 AM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by
- In fact I retest the related topic and found that .icl is working under Win7
- 7:35 AM Ticket #1748 ("Enter" in an Input Box does 2 things) updated by
-
Owner, Status changed
same as #376 which perhaps will be solved by GUI rewrite - 7:22 AM Ticket #1749 (_GUICtrlTreeView_SetItemParam Help File Page Change) updated by
-
Owner, Status changed
- 7:20 AM Ticket #1754 (Undocumented $sBasePath in _PathFull UDF) closed by
- Fixed: Fixed by revision [5955] in version: 3.3.7.0
Sep 2, 2010:
- 8:30 PM Ticket #1754 (Undocumented $sBasePath in _PathFull UDF) created by
- The _PathFull udf have an extra parametr $sBasePath, this …
Sep 1, 2010:
- 4:45 PM Ticket #1753 (MouseGetButtonState) updated by
- Replying to Jpm: > Are you thinking about any Windows API to implement such function? Thanks for your answer. I am not expert in windows programming but I guess that the GetKeyState() function could be used, using the virtual key codes: VK_LBUTTON, VK_RBUTTON, VK_MBUTTON, ... http://docvb.free.fr/apidetail.php?idapi=160 Regards,
- 1:00 PM Ticket #1753 (MouseGetButtonState) updated by
-
Version changed
Automatic ticket cleanup. - 12:59 PM Ticket #1753 (MouseGetButtonState) updated by
- Are you thinking about any Windows API to implement such function?
- 12:56 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by
-
Owner, Status changed
I cannot repro your problem as I don't have access to WinXP/64 or Win2003. For the .icl I don't know what have change but it is true it is not working anymore since a lot of AutoIt releases. Certainly the support of ordinal numbering have change the behavior. - 12:22 PM Ticket #1753 (MouseGetButtonState) created by
- Hello, Firts I'd like to thank you for this great tool that I know …
- 11:06 AM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) created by
- None of the Icons create with GUICtrlCreateIcon will be display under …
- 7:06 AM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) updated by
- I don't understand your repro script as \carrot is not interpreted by Send() even \{INSERT} just send 2 keys \ and {INSERT] as \9 is sending \ and 9 Please correct your script with an application I can work with ;)
Aug 31, 2010:
- 3:27 PM Ticket #1538 (Random(1, 1, 1) = 0) updated by
- > The excuse that you might forget to write error-handling code is not a good one. And I find the response 'we dont need to fix the bug because you can implement error handling to check for the bug and workaround it' an even poorer excuse to not fix it! Either the bug needs fixing or the documentation should be updated to state the numbers must not be equal. This has caused me a good deal of grief before discovering this undocumented 'feature'.
- 1:19 PM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) updated by
-
Description changed
- 7:46 AM Ticket #1733 (IsEmpty function) updated by
- Doc is OK for string to string comparison. I think that needs to be improved is the fact that if it is not a string to string then a conversion is done as Number() do.
Aug 30, 2010:
- 7:51 PM Ticket #1733 (IsEmpty function) updated by
- Maybe I was making it too complicated... After all, "" is a string (an empty one), Chr(0) is a string... Maybe just add to the documentation that: "Strings equate to 0." for the = operator And: "Strings do not equate to 0." for the == operator ? The documentation currently only mentioning case-sensitivity is incomplete.
- 10:07 AM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) created by
- If BlockInput is on when a send function is called containing a carrot …
- 2:28 AM Ticket #1750 (Au3Check misrepresents undefined Call as critical) updated by
- I'm aware you can use rules to avoid the error, I just think ERRORing by-default on valid code is the mistake. Au3Check assumes the code is an ERROR when it is valid AutoIt code. Since you're predicting a *possible* mistake it should be a WARNING. (like with other messages) But this isn't a terribly important issue, so I'm not really insisting on anything if doing otherwise proves unreasonable. Aside: At least in my mind there's no reason to prefer the variable over the literal for ERROR-checking. In practice though you can use the variable, but there can be conditions where it is not more compact to use a variable for each Call. (eg: checking several functions of the same utility with a unique number of arguments - it is more compact to Call the literal than to set the value to a variable for each Call) PS: weird, tried to comment but it didn't append it.
Aug 29, 2010:
- 6:52 PM Ticket #1750 (Au3Check misrepresents undefined Call as critical) updated by
- I think Au3Check try to find real error. If you really need such coding just use #ignorefunc DoesNotExist or […] this coding reflect more why checking @error/@extended can be useful
- 2:20 PM Ticket #1750 (Au3Check misrepresents undefined Call as critical) created by
- I searched for this issue, but I couldn't find it - even though I've …
- 8:51 AM Ticket #1749 (_GUICtrlTreeView_SetItemParam Help File Page Change) updated by
- In fact such conflict of _GUI..() UDF and Built-in can occur in a lot of cases. The best is to create Control with _GUI...() when using other related UDF Some mix may work …
Aug 28, 2010:
- 5:56 PM Ticket #1749 (_GUICtrlTreeView_SetItemParam Help File Page Change) created by
- In a recent thread …
- 2:28 AM Ticket #351 (Reverse PixelSearch) updated by
- http://www.autoitscript.com/forum/index.php?showtopic=101976&view=findpost&p=827312 > provide a sample case man, no one wants to write up a test case to prove that it's working as intended
- 1:25 AM Ticket #351 (Reverse PixelSearch) updated by
- Horizontal Right -> Left search still does not work.
Aug 27, 2010:
- 8:06 PM Ticket #1748 ("Enter" in an Input Box does 2 things) created by
- Using Opt("GUIOnEventMode", 1) Buggy Behavior : When inside an Gui …
- 7:45 PM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by
- One thing to note is that any script must be running as Administrator in order to unlock the Send() functions. Very annoying (but secure). So far Right Click and "Run as Administrator" is the only way I've found to start anything as admin. You can also create an "as admin" shortcut.
- 4:13 PM Ticket #1733 (IsEmpty function) updated by
- From doc: >Language Reference - Datatypes >>In AutoIt there is only one datatype called a Variant. A variant can contain numeric or string data and decides how to use the data depending on the situation it is being used in. For example, if you try and multiply two variants they will be treated as numbers, if you try and concatenate (join) two variants they will be treated as strings. But there is no info on ambiguous cases. Like when comparing strings against numbers. Like with ('a' = 0) -> (number('a') = 0), ('a' = 0) == (0 = 'a'). Seems like "string to number" takes precedence over "number to string" in those cases. (not futher tested) Something to the effect of: "In ambiguous (compare?) cases "string to number" is given priority over "number to string" (convertion?)." perhaps.
- 1:11 PM Ticket #1747 (_Min and _Max inconsistency) created by
- […] _Min and _Max should behave like any built-in math function …
- 8:30 AM Ticket #1733 (IsEmpty function) updated by
- Wow! I was completely unaware of that one. And I've of NEVER guessed it would be true unless I'd actually encountered it. I have no idea why that comparison is allowed to test as true. Both ASCII Chr(65) and Chr(97) equal 0? I've never encountered that in any language. It must be that there is some reason for this behavior?
Aug 26, 2010:
- 9:07 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) closed by
- No Bug
- 5:23 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) updated by
- Pardon me, I posted that ticket from one of my secondary PC's and see now that that PC is not running AutoIt version 3.3.6.1. This omission in the helpfile was apparently recently correctedas 3.3.6.1 is fine. I apologize for wasting your time.
- 7:50 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) closed by
- No Bug: no problem
- 1:25 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by
- Alright...with that help I was able to isolate the problem to sending to 1 specific application. I have a feeling that this isn't an AutoIt issue...so I apologize. Although your test was crucial. :) This ticket can be closed, and thanks again.
Aug 25, 2010:
- 9:55 PM Ticket #1733 (IsEmpty function) updated by
- Thanks, I think doc need to be a little more precise as 'a' = 0 is true too
- 7:10 PM Ticket #1733 (IsEmpty function) updated by
- Well, I don't want to create terminology problems, as I've had two persons argue that, in their opinion, an empty string ("") cannot be called a "null string". They attended to a differnt school than I did. Anyway, I'll aviod using the word null regarding a string, or even referencing Chr(0) as the NUL character. So, Maybe... The current documentation is: {{{Language Reference - Operators = Tests if two values are equal (case insensitive if used with strings) == Tests if two values are equal (case sensitive if used with strings)}}} Would be more informative as:[…]
- 10:34 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
-
Owner, Status changed
- 10:32 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- you can even check when the change occurs downloading the beta http://www.autoitscript.com/autoit3/files/beta/autoit/archive/autoit-v3.3.5.3-sfx.exe which only solve #1444 not the #1391
- 10:18 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by
- Well that does make things more interesting. Let me contact the user and verify a few things and get back to you.
- 9:55 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Difficult to help you at least post screen shot of what is working and what it is not if you can ? You are not following the ticket submission requirement perhaps better to go to forum first to get help.
- 9:23 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) created by
- First off - thanks for a great piece of software. I recently upgraded …
Aug 24, 2010:
- 10:02 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by
- I download an Windows XP SP2 Italian version and run it under a Virtual machine . Guess what it is working. I don't fully understand your repro script as it is referring to an English notepad. I attached a screen capture of what I did
- 7:28 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) updated by
- I don't understand the ticket as the help file already contains such related info. It has not change since first delivery.
- 3:39 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) created by
- 3:03 PM Ticket #1733 (IsEmpty function) updated by
- @Spiff59 I agree "Operators" section can be improved. Can you suggest the exact change you want to do? Thanks
Aug 23, 2010:
- 7:51 PM Ticket #1640 (In name of every autoit's coders) updated by
- You should have tried: "In the name of every Autoit coder, and my dog Scruffy too!" Many people are real softies when there's a puppy involved.
- 7:34 PM Ticket #1733 (IsEmpty function) updated by
- I'd vote for documenting in the "Operators" section of the help file the difference between "=" and "==". That, other than case-sensitivity, "=" treats a null (empty) string as equal to 0, and "==" does not. I don't see reason for a Function that replaces 1 or 2 lines of code. Where's Valik when ya need him? Gong!
Aug 22, 2010:
- 4:39 PM Ticket #1744 (Invalid links in help file history.htm.) closed by
- Fixed: Fixed by revision [5953] in version: 3.3.7.0
Aug 21, 2010:
- 11:41 PM Ticket #1744 (Invalid links in help file history.htm.) created by
- In help file autoit3.chm in contained file history.htm the following …
- 10:13 PM Ticket #1743 (fileexists) updated by
- Next time go to forum first to get hints …
- 10:12 PM Ticket #1743 (fileexists) closed by
- No Bug
- 3:57 PM Ticket #1743 (fileexists) updated by
- Ok, apologies; this may not be a bug afterall sendto is supplying the commandline path with quotes "C:\Program Files\Internet Explorer\iexplore.exe" and fileexists does not appear to handle it properly when quoted. zzz "C:\Program Files\Internet Explorer\iexplore.exe" (fails) zzz C:\Program Files\Internet Explorer\iexplore.exe (works) Replying to anonymous: > Clarification; this was produced from putting a shortcut into sendto folder where > one could then right click and send .exe to the autoit exe > In this scenario if the cmdline parameter does not have any spaces in the path > it works. i.e. instead of C:\Program Files\Internet Explorer\iexplore.exe > d:\programs\abc.exe was used instead. > > oddly enough if I typed the command with path (with spaces and without) in the CMD prompt it works as intended. > > It seem like an issue with how sendto supplies the path. > > Replying to anonymous: > > I'm getting different results from the below two examples > > > > ;displays msgbox > > $craw="C:\Program Files\Internet Explorer\iexplore.exe" > > if fileexists($craw) then msgbox(0,$craw,"",0) > > > > ---------------------- > > > > ;does not display msgbox > > $craw=$CmdLineRaw > > if fileexists($craw) then msgbox(0,$craw,"",0) > > > > ;$cmdlineraw would be populated with > > ;"C:\Program Files\Internet Explorer\iexplore.exe" > > ;when executed with same command line parameter. > > > > > > ;C:\Program Files\Internet Explorer\iexplore.exe)
- 3:50 PM Ticket #1743 (fileexists) updated by
- Clarification; this was produced from putting a shortcut into sendto folder where one could then right click and send .exe to the autoit exe In this scenario if the cmdline parameter does not have any spaces in the path it works. i.e. instead of C:\Program Files\Internet Explorer\iexplore.exe d:\programs\abc.exe was used instead. oddly enough if I typed the command with path (with spaces and without) in the CMD prompt it works as intended. It seem like an issue with how sendto supplies the path. Replying to anonymous: > I'm getting different results from the below two examples > > ;displays msgbox > $craw="C:\Program Files\Internet Explorer\iexplore.exe" > if fileexists($craw) then msgbox(0,$craw,"",0) > > ---------------------- > > ;does not display msgbox > $craw=$CmdLineRaw > if fileexists($craw) then msgbox(0,$craw,"",0) > > ;$cmdlineraw would be populated with > ;"C:\Program Files\Internet Explorer\iexplore.exe" > ;when executed with same command line parameter. > > > ;C:\Program Files\Internet Explorer\iexplore.exe)
- 5:23 AM Ticket #1743 (fileexists) created by
- I'm getting different results from the below two examples ;displays …
- 1:22 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by
- Did you try using #requireAdmin ? Some games need that.
- 1:17 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by
- Replying to Jpm: > I don't have access to an Italian windows version but if you have an English or French version can you redo the check with italian keyboard only? Thanks > > Is the requireAdmin really needed? No, RequireAdmin isn't required. I just put it there to show that I even tried that and it made no difference. I did a little more experimenting. If, on the Italian version of windows, you change the keyboard to the US keyboard - it works. It seems that it's only when using the Italian keyboard. I don't, however, know what happens if you try the same experiment on an English version of Windows.
Aug 20, 2010:
- 4:09 PM Ticket #1742 (Spelling error found in help file) closed by
- Fixed: Fixed by revision [5952] in version: 3.3.7.0
- 4:08 AM Ticket #1742 (Spelling error found in help file) created by
- in help for "_GDIPlus_GraphicsCreateFromHDC" the help says: Create a …
Aug 19, 2010:
- 8:50 PM Ticket #1741 (Rounding: optionally add trailing zeros) closed by
- Rejected: You're asking a function that returns numbers to do String Formating…
- 8:15 PM Ticket #1741 (Rounding: optionally add trailing zeros) created by
- Currently, the Round function does not pad trailing zeros onto a …
Aug 17, 2010:
- 4:37 PM Ticket #1569 (_ArraySearch fails returns wrong result) updated by
-
Isn;t all you'd need to add is this one line near the top of the _ArraySearch() function?
If $vValue == 0 Or $vValue == "" Then $iCase = 1 - 2:49 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by
- I don't have access to an Italian windows version but if you have an English or French version can you redo the check with italian keyboard only? Thanks Is the requireAdmin really needed?
- 2:46 PM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) closed by
- Duplicate: no problem as it was already closed with a previous ticket …
Aug 16, 2010:
- 4:38 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) created by
- I've tried to narrow this down as much as possible. This doesn't work …
- 12:31 PM Ticket #1739 (get/set cookie value function) updated by
- I am not sure but maybe those links would be helpful: http://msdn.microsoft.com/en-us/library/aa384710(VS.85).aspx http://www.devx.com/vb2themax/Tip/19158
- 8:56 AM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by
- Works like a charme. Tested on various files with a varying filesize from 10 KB up to 700 MB. Tested using RC4 and AES256. MD5-Hashsums machting. This Bug can be closed
Aug 15, 2010:
- 5:01 AM Ticket #1739 (get/set cookie value function) updated by
-
Owner, Status changed
- 5:00 AM Ticket #1736 (Send keystroke don't works ont locked windows session) closed by
- No Bug
- 1:00 AM Ticket #1739 (get/set cookie value function) updated by
-
Version changed
Automatic ticket cleanup.
Aug 14, 2010:
- 11:49 PM Ticket #1739 (get/set cookie value function) created by
- I was looking for a way retrieving cookie data. Unfortunately with …
- 12:39 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by
- Look at this (my) FAQ: http://www.autoitscript.com/wiki/FAQ#Why_doesn.27t_my_script_work_on_a_locked_workstation.3F As you can see this is neither bug of Autoit nor lack of somefeature. You must rewrite your script accordingly. Next time use forum for such questions…
- 7:07 AM Ticket #1733 (IsEmpty function) updated by
-
Owner, Status changed
I share mvp remarks, but I leave to other Dev's the final decision oon this request. - 6:55 AM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by
- the _Crypt_EncryptData() has been fixed for the next beta/Release with […] Does that solve your issue?
Aug 13, 2010:
- 5:19 PM Ticket #1051 (Au3Check does not detect invalid statement) closed by
- Fixed: Fixed by revision [5945] in version: 3.3.7.0
- 12:08 PM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by
- this issue is the reason why crypting/decrypting of files larger than buffer (1024 * 1024) e.q. 1MB corrupts the file
- 11:10 AM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) created by
- The function callings of _Crypt_EncryptData() for example in …
- 7:05 AM Ticket #1737 (gui enhancements for touch screens) updated by
-
Owner, Status changed
- 3:00 AM Ticket #1737 (gui enhancements for touch screens) updated by
-
Version changed
Automatic ticket cleanup. - 1:56 AM Ticket #1737 (gui enhancements for touch screens) created by
- Touch screen support including multi-touch would be a nice addition!
Aug 12, 2010:
- 5:14 PM Ticket #1734 (GUICtrlCreateAvi with negative subfileid parameter crashes the script) closed by
- Fixed: Fixed by revision [5942] in version: 3.3.7.0
- 4:19 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by
-
Owner, Status changed
- 1:00 PM Ticket #1735 (Ability To Change User Agent String For Embedded IE (will pay)) updated by
-
Version changed
Automatic ticket cleanup. - 12:52 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by
- Thank you Arnaud == France ==
- 12:50 PM Ticket #1736 (Send keystroke don't works ont locked windows session) created by
- Hello, My script is not continue when the user Windows session is …
- 12:37 PM Ticket #1735 (Ability To Change User Agent String For Embedded IE (will pay)) created by
- I have a great need to be able to change the user agent string for …
Aug 11, 2010:
- 11:07 PM Ticket #1732 (Compiled script gets terminated when running interactively under ...) closed by
- No Bug: no problem Thanks for the diagnostic
- 9:44 PM Ticket #1734 (GUICtrlCreateAvi with negative subfileid parameter crashes the script) created by
- The following example is the same example as in help file for …
- 9:02 PM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by
- After some further investigation, it appears that the only version that behaves in this manner is 3.3.0.0 and it only does this on Windows XP SP2. With XP SP3, the script terminates at logoff regardless of the version of AutoIt. I believe that the behavior of the script not terminating when running interactively under the SYSTEM account is purely aberrational and only happens with the 3.3.0.0 version of AutoIt running on XP SP2. I appreciate you looking into this and apologize for wasting your time. Apparently, this behavior is normal and "expected", and for it to not do that is an anomaly.
- 6:46 PM Ticket #1733 (IsEmpty function) updated by
- Don't know what the general context for the IsEmpty() is. But I think its a ambiguous problem at best. Best solved in relation to the variable/code/target in play at the moment(code location/context). - There are no empty array's in autoit. A array always has some size. - Zero as number can be valid data, as such its not empty.
- 7:58 AM Ticket #1733 (IsEmpty function) updated by
- the coding seems a little complicated as the following do the same […]
- 3:00 AM Ticket #1733 (IsEmpty function) updated by
-
Version changed
Automatic ticket cleanup. - 2:38 AM Ticket #1733 (IsEmpty function) updated by
- The last test could also be: Case True Return Not $value I will leave it up to the experts as to which is correct :-)
- 2:31 AM Ticket #1733 (IsEmpty function) created by
- Hello, Here is a function I find helpful: […] It is just a …
Aug 10, 2010:
- 7:04 PM Ticket #1727 (crypt.au3) closed by
- Rejected
- 5:17 PM Ticket #1656 (Object not being released properly) updated by
- I have no iTunes, so I can not test this: I think you have to release also the event-object and not only the iTunes.Object. […]
Aug 8, 2010:
- 12:29 PM Ticket #1729 (Example code for _FTP_ProgressUpload / Download is not properly ...) closed by
- No Bug
- 10:47 AM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by
-
Owner, Status changed
- 8:53 AM Ticket #1732 (Compiled script gets terminated when running interactively under ...) updated by
- Under which os are you running just use _DebugBugReportEnv() to report info Thanks. I may be a .manifest change
Note:
See TracTimeline
for information about the timeline view.
