Timeline



Jan 23, 2011:

10:52 PM Ticket #1863 (UDPRecv halts script for 100ms when there is no data to recieve) created by qsek@…
If this is intended/recommended, can there be inserted an option for …

Jan 20, 2011:

2:00 AM Ticket #1862 (GUISetOnEvent should behave more like HotKeySet()) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:16 AM Ticket #1862 (GUISetOnEvent should behave more like HotKeySet()) created by anonymous
What I mean is this little snippet from the help file for HotKeySet: …

Jan 16, 2011:

4:07 PM Ticket #1861 (_ArrayDisplay: Bug when data contains separator and $sHeader is used) updated by mvg
First problem I see here is that at [1] the default Chr(124) delimiter is activly skipped as part of the array data checkup part, or if will never fail if the delimiter character is used/present in the array data. A second (general) problem ... is that if the function allouws to set the used delimiter it should either be used onconditionally. And not be addjusted to a free delimiter character. The point here in my mind is that if you adjust the used delimiter ... there seems to be no use for it as a supported parameter. (as the delimiter only purpuse is to make the array display not to get mangled up by a inappropriate used delimiter-char.) ... that makes any sense ? […]
2:20 PM Ticket #1859 (Bug in _WeekNumberISO?) updated by mvg
? -> question. Anyway. There are no zero weeks -> Bug. Don't know ISO-date specs ... possible the weeks returned on other dates near the year switch might be incorrect to. (seems that way to me.) The thing that makes me wonder here is the following difference. Autoit: > @WDAY : Numeric day of week. Range is 1 to 7 which corresponds to Sunday through Saturday. (starting with Sunday) http://en.wikipedia.org/wiki/ISO_week_date: > weekday number, a digit d from 1 through 7, beginning with Monday and ending with Sunday. (starting with Monday)
1:28 PM Ticket #1861 (_ArrayDisplay: Bug when data contains separator and $sHeader is used) updated by mvg
Please (redo and) use correct and runnable example code. | Global $aTestArray1[1] = Test|Row 1?
12:41 PM Ticket #1861 (_ArrayDisplay: Bug when data contains separator and $sHeader is used) created by Thomas Rupp <thomas.rupp@…>
If the table to display contains the default GUIDataSeparatorChar …
7:17 AM Ticket #1860 (DriveStatus Returns Ready with blank value) updated by GEOSoft
Forget my last comment. That looks like a bug in the DriveStatus function to me and it can be duplicated with […] A work around is to verify that the drive exists […]
7:10 AM Ticket #1860 (DriveStatus Returns Ready with blank value) updated by GEOSoft
What you have should work fine providing the information being returned from your RegRead() is correct. It should return in the format G:\ or just G: If it returns anything else including "G:" then you will have to fix the registry return to make it work. […] You will have to provide an actual return value before this can really be checked.

Jan 15, 2011:

7:12 PM Ticket #1860 (DriveStatus Returns Ready with blank value) created by aef03 <autoit.forums@…>
I am trying to do code similar to the below. When the registry key …
10:10 AM Ticket #1859 (Bug in _WeekNumberISO?) updated by Tweaky
This is not a question. I think this is a bug in the function.
8:20 AM Ticket #1859 (Bug in _WeekNumberISO?) updated by mvg
Forum is for questions.

Jan 14, 2011:

11:38 PM Ticket #1859 (Bug in _WeekNumberISO?) created by Tweaky
Hi, is it possible, that there is a bug in _WeekNumberISO? When I run …
10:41 PM Ticket #1858 (strange behaviour of dialogs used with hwnd) updated by mvg
Seems similar/related to #1804. @OP: Best explained with a a little reproduction script. (I think your text is ... way to complicated/compressed.)

Jan 13, 2011:

2:31 PM Ticket #1858 (strange behaviour of dialogs used with hwnd) created by anonymous
if you use MsgBox, InputBox, FileSelectFolder,FileOpenDialog and …

Jan 12, 2011:

9:21 PM Ticket #1762 (With ... EndWith crashes instead of Error.) updated by crashdemons
This is an old report, but it was still marked as 'new', so meh... Replying to MrCreatoR <mscreator@…>: > No crash for me: > > > {{{ > $oObject = ObjCreate("Scripting.FileSystemObject") > > With $oObject > .MemberDoesntExist() > EndWith > }}} I get the same thing as the OP with *your code*: […] But, I've always gotten an error like this when using invalid members/methods and assumed you just don't do it unless you have an error handler. No crash with this: […] So, not to be mean, but: I'm not really sure what the issue is, since I thought that's what the COM Error Handler was for - handling COM Errors.
5:39 PM Ticket #1857 (DriveGetFileSystem not returning expected result when no media loaded) updated by GEOSoft
I should have added that there is a not so pretty work around for this issue but it really shouldn't be required in my opinion. I also didn't mention that it was tested on Vista only. […]
5:32 PM Ticket #1857 (DriveGetFileSystem not returning expected result when no media loaded) created by GEOSoft
According to the help file a drive with no media should return the …
5:19 PM Ticket #1855 (AutoIt Window Info does not work on 64 bit Windows 7) updated by GEOSoft
This is a duplicate. See #1856

Jan 11, 2011:

7:59 PM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) updated by Yashied
Replying to Jpm: > So I am suprised that a Unicode process calling CallWindowProc does call CallWindowProcW. > Can you provide a replication script? OK. Look at the title bar ("M" instead of "MyProg"). […]
12:02 AM Ticket #1852 (WEBSITE: http://autoitscript.com doesn't load in Firefox or Safari) updated by Zedna
Yes. I can confirm this. On my WINXP SP2 and FF 3.6.13 This link works OK http://www.autoitscript.com/autoit3/index.shtml This link doesn't work http://www.autoitscript.com

Jan 10, 2011:

3:30 AM Ticket #1856 (On 64-bit Windows 7, Windows Info works only if Freeze is turned off) created by Prakash.Nadkarni@…
I had reported a program with AutoIt Window Info on a 64 bit system. I …
3:07 AM Ticket #1855 (AutoIt Window Info does not work on 64 bit Windows 7) created by Prakash.Nadkarni@…
Thank you for producing a superb package. However --- When the Window …

Jan 9, 2011:

9:04 PM Ticket #1854 (StringIsFloat returns 1 on non float numbers) created by MrCreatoR <mscreator@…>
Here is a simple example that reproduces this bug: […]
8:23 AM Ticket #1853 (BinaryLen of hex expression computed string long) closed by J-Paul Mesnage
No Bug: $tmp1 is an integer as opposed to $tmp2 which contains a "binary string"

Jan 8, 2011:

11:41 PM Ticket #1853 (BinaryLen of hex expression computed string long) updated by mvg
Works perfect at this end. (ergo: no bug)
9:09 AM Ticket #1853 (BinaryLen of hex expression computed string long) created by thesnoW
$tmp1=0x11 $tmp2=Binary("0x11") MsgBox(32,"",BinaryLen($tmp1)) …

Jan 7, 2011:

2:05 AM Ticket #1852 (WEBSITE: http://autoitscript.com doesn't load in Firefox or Safari) created by michael.sunwoo@…
The http://autoitscript.com site doesn't load in Firefox or Safari. …

Jan 2, 2011:

7:37 PM Ticket #1851 (Comma SciTe bug) closed by Jos
Wont Fix: Reported several times and will not something that I work on. This is standard functionality in SciTE. Jos
4:51 PM Ticket #1851 (Comma SciTe bug) created by anonymous
When i write a comma into string in any function, StiTe recognizes …

Dec 28, 2010:

3:22 PM Ticket #1850 (RunAsWait() return value) created by SPiff59
The documentation for RunAs() indicates it returns a Process ID. The …

Dec 26, 2010:

4:50 PM Ticket #1843 (Round(), Doc, decimalplaces, return "type") updated by mvg
Good point ... Will read up and think a bit more about that aspect. (Still think the type difference should be added somewhere, remark section perhaps.)
4:27 PM Ticket #1843 (Round(), Doc, decimalplaces, return "type") updated by GEOSoft
This may throw in a bit more confusion for new users since the help file also states that AutoIt is typeless.
4:22 PM Ticket #1825 (StringRegExpReplace - returns bad @extended value) updated by GEOSoft
What seems to be the problem? The second example is replacing $1 6 times just like you told it to do. "$1 = o2\.$1, " times 3. If anything it may need a clarification in the docs.

Dec 24, 2010:

9:06 PM Ticket #1848 (Koda) closed by Jos
Rejected: Please submit this request in the Koda thread in the Forum as this is a utility not maintained by the core dev group. Jos
9:05 PM Ticket #1849 (Project) closed by Jos
Rejected: I am not going to build extra functionality in the SciTE version we distribute. Jos
9:03 PM Ticket #1847 (AutoIt cannot control QuoteTracker) closed by Jos
No Bug: As stated... use the forum for assistance.
8:45 PM Ticket #1849 (Project) created by anonymous
Add ability to manage programs made of lots of scripts. When I have …
8:36 PM Ticket #1848 (Koda) created by anonymous
In Koda, in Object Ispectorwhere you have OnClick. You can choose none …
8:01 PM Ticket #1847 (AutoIt cannot control QuoteTracker) updated by mvg
> Please help! Critical for me! Thanks, Terry Nope. Don't care. Your welcome ... at forum. - This location is for bug reports, not personal support.
2:38 PM port.xml attached to Ticket #1847 by tyurejchuk@…
a replacement portfolio file for QuoteTracker
2:36 PM Ticket #1847 (AutoIt cannot control QuoteTracker) created by tyurejchuk@…
QuoteTracker is a free download from …
Note: See TracTimeline for information about the timeline view.