Timeline



Sep 10, 2010:

8:12 AM Ticket #1759 (Strange listview sort) created by Eric
Hello, I have a strange result with listview sort. When i sort à …

Sep 7, 2010:

12:13 PM Ticket #1758 (tables for the gui) closed by Jos
Rejected: Use the forum instead of the feature request option.
11:00 AM Ticket #1758 (tables for the gui) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:50 AM Ticket #1758 (tables for the gui) updated by anonymous
???
10:50 AM Ticket #1758 (tables for the gui) updated by any
maybe in the next stable
10:48 AM Ticket #1758 (tables for the gui) created by any
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 J-Paul Mesnage
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 anonymous
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 Valik
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 anonymous
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 J-Paul Mesnage
Fixed: Fixed by revision [5956] in version: 3.3.7.0
10:30 AM Ticket #1756 (Flaw in _GDIPlus_Startup on error) created by ProgAndy
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 J-Paul Mesnage
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 anonymous
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 anonymous
In x64 Windows 7 the @HomeDrive macro returns "c:\system32" instead of …
2:55 PM Ticket #1753 (MouseGetButtonState) closed by J-Paul Mesnage
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 J-Paul Mesnage
Wont Fix
2:49 PM Ticket #1752 (GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / ...) updated by J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Owner, Status changed
7:20 AM Ticket #1754 (Undocumented $sBasePath in _PathFull UDF) closed by J-Paul Mesnage
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 MrCreatoR <mscreator@…>
The _PathFull udf have an extra parametr $sBasePath, this …

Sep 1, 2010:

4:45 PM Ticket #1753 (MouseGetButtonState) updated by anonymous
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 TicketCleanup
Version changed
Automatic ticket cleanup.
12:59 PM Ticket #1753 (MouseGetButtonState) updated by J-Paul Mesnage
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 J-Paul Mesnage
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 fr.r@…
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 JFX
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 J-Paul Mesnage
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 Antiriad
> 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 J-Paul Mesnage
Description changed
7:46 AM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
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 Spiff59
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 mkaidor@…
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 anonymous
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 J-Paul Mesnage
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 anonymous
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 J-Paul Mesnage
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 Melba23
In a recent thread …
2:28 AM Ticket #351 (Reverse PixelSearch) updated by mvg
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 Krush
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 bkearan@…
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 bkearan@…
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 anonymous
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 madflame991@…
[…] _Min and _Max should behave like any built-in math function …
8:30 AM Ticket #1733 (IsEmpty function) updated by Spiff59
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 J-Paul Mesnage
No Bug
5:23 PM Ticket #1745 (Helpfile: Add _FileWriteFromArray to "Related" function list of ...) updated by Spiff59
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 J-Paul Mesnage
No Bug: no problem
1:25 AM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by anonymous
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 J-Paul Mesnage
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 Spiff59
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 J-Paul Mesnage
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 J-Paul Mesnage
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 anonymous
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 J-Paul Mesnage
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 paul.seccombe@…
First off - thanks for a great piece of software. I recently upgraded …

Aug 24, 2010:

10:03 PM #1740 Send ASC 046.png attached to Ticket #1740 by J-Paul Mesnage
10:02 PM Ticket #1740 (Cannot send Period (ASC 046) when using Italian OS) updated by J-Paul Mesnage
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 J-Paul Mesnage
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 Spiff59
3:03 PM Ticket #1733 (IsEmpty function) updated by J-Paul Mesnage
@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 anonymous
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 Spiff59
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 J-Paul Mesnage
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 campg2003@…
In help file autoit3.chm in contained file history.htm the following …
10:13 PM Ticket #1743 (fileexists) updated by J-Paul Mesnage
Next time go to forum first to get hints …
10:12 PM Ticket #1743 (fileexists) closed by J-Paul Mesnage
No Bug
3:57 PM Ticket #1743 (fileexists) updated by anonymous
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 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)
5:23 AM Ticket #1743 (fileexists) created by anonymous
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 anonymous
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 anonymous
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 J-Paul Mesnage
Fixed: Fixed by revision [5952] in version: 3.3.7.0
4:08 AM Ticket #1742 (Spelling error found in help file) created by Drifter
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 Valik
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 Dana
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 Spiff59
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 J-Paul Mesnage
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 J-Paul Mesnage
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 me@…
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 anonymous
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 pille2009@…
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 J-Paul Mesnage
Owner, Status changed
5:00 AM Ticket #1736 (Send keystroke don't works ont locked windows session) closed by J-Paul Mesnage
No Bug
1:00 AM Ticket #1739 (get/set cookie value function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Aug 14, 2010:

11:49 PM Ticket #1739 (get/set cookie value function) created by anonymous
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 Zedna
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 J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Fixed: Fixed by revision [5945] in version: 3.3.7.0
12:08 PM Ticket #1738 (crypt.au3 - Calling of _Crypt_EncryptData) updated by anonymous
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 pille2009@…
The function callings of _Crypt_EncryptData() for example in …
7:05 AM Ticket #1737 (gui enhancements for touch screens) updated by J-Paul Mesnage
Owner, Status changed
3:00 AM Ticket #1737 (gui enhancements for touch screens) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:56 AM Ticket #1737 (gui enhancements for touch screens) created by anonymous
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 J-Paul Mesnage
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 J-Paul Mesnage
Owner, Status changed
1:00 PM Ticket #1735 (Ability To Change User Agent String For Embedded IE (will pay)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:52 PM Ticket #1736 (Send keystroke don't works ont locked windows session) updated by anonymous
Thank you Arnaud == France ==
12:50 PM Ticket #1736 (Send keystroke don't works ont locked windows session) created by sliding4living@…
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 electro
I have a great need to be able to change the user agent string for …
Note: See TracTimeline for information about the timeline view.