Timeline



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 …

Dec 23, 2010:

5:57 PM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) updated by mvg
For additional GDI+ functions there is the GDIP.au3 UDF. Think that is makes sense to have the GDI+ functions in AutoIt follow the GDI+ class names. Issue in that case. - Only rename the current("int") one's. (float versions could go into the GDIP.au3 UDF) (real code breaker I imagine) - Rename the "int", but also add the "float" version. (less of a code breaker?) Alternatively: No change to AutoIt, But relative float versions go into GDIP.au3 with a trailing 'F' to the function names. (least desirable solution I think.) That about it from me.

Dec 22, 2010:

10:28 AM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) updated by J-Paul Mesnage
Replying to Yashied: > Replying to Jpm: > > Are you sure that you process is unicode? > > Yes. So I am suprised that a Unicode process calling CallWindowProc does call CallWindowProcW. Can you provide a replication script? Thanks
8:46 AM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) updated by Eukalyptus
Thx for the great example - it clearly shows the difference. If smoothingmode is set to 0 (default) then the float version produces exact pixel lines too, but the values are rounded instead of truncated 3.7 = 3 int 3.7 = 4 float I don´t think it´s a good idea to add a "$fFloat = False" or $fInt = True" flag, because the GDI+ functions should be as fast as possible. ( and I don´t want to have ONE function (somewhere in the future) for all these gdiplus-functions: GdipDrawCurve GdipDrawCurveI GdipDrawCurve2 GdipDrawCurve2I GdipDrawCurve3 GdipDrawCurve3I ;) ) E
12:07 AM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) updated by Yashied
Replying to Jpm: > Are you sure that you process is unicode? Yes.

Dec 21, 2010:

3:57 PM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) updated by mvg
Replying to mvg: > If! its taken in consideration. A additional (trailing) "$fFloat = False" or $fInt = True" function parameter seems more logical. (instead of racking up a whole bunch of almost duplicate function's) That was before I noted the "GdipDrawLineI" and "GdipDrawLine" difference of course. :P
3:25 PM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) updated by mvg
In case no code change change is going to be made, a note about this in the help might be a idea. Modded example after playing around with it a bit. (partial/changed code part) […]
5:38 AM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) updated by mvg
If! its taken in consideration. A additional (trailing) "$fFloat = False" or $fInt = True" function parameter seems more logical. (instead of racking up a whole bunch of almost duplicate function's)

Dec 20, 2010:

4:00 PM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:45 PM Ticket #1846 (change _GdiPlus_GraphicsDraw/Fill* functions to corresponding floating ...) created by Eukalyptus
all _GdiPlus_GraphicsDraw/Fill functions use the integer version. to …
1:53 AM Ticket #1845 (Forum bug) created by anonymous
http://www.autoitscript.com/forum/topic/46894-unicodeurl-udf/page__p__3

Dec 19, 2010:

10:46 AM Ticket #1822 (_GUICtrlListView_GetCounterPage???) closed by J-Paul Mesnage
Wont Fix
10:45 AM Ticket #1822 (_GUICtrlListView_GetCounterPage???) reopened by J-Paul Mesnage

Dec 16, 2010:

9:39 AM Ticket #1844 (SplashTextOn crops variable when used with opt 32 and @CRLF / @LF) updated by J-Paul Mesnage
whoah, that really a bug ... if it really modify the input string.

Dec 15, 2010:

6:20 PM Ticket #1844 (SplashTextOn crops variable when used with opt 32 and @CRLF / @LF) updated by mvg
Someone ByRef'd it? :) SplashTextOn replaces @LF (and @CR, but thats of topic) control codes for chr(0) one's on the text parameter. Local test output: (before[1] and after[2] SplashTextOn() use). [1] $splashtext = "aaa[LF]bbb[LF]ccc[chr(1)]ddd" {St} [0,0] [2] $splashtext = "aaa[NUL]bbb[NUL]ccc[chr(1)]ddd" {St} [0,0]
5:23 PM Ticket #1842 (_ArrayUnique does not work properly) updated by Thopaga
Dear Sir. Sorry, that I did not understand. No error, only my misunderstanding (not english speaking though). Thanks for clearing up. Regards Thopaga.
5:10 PM Ticket #1842 (_ArrayUnique does not work properly) updated by Thopaga
Hello. Have I misunderstood? Look at the result I get. There is a duplicate row with value 5. Thanks. [0]|5 [1]|1 [2]|2 [3]|3 [4]|4 [5]|5
1:37 PM Ticket #1844 (SplashTextOn crops variable when used with opt 32 and @CRLF / @LF) created by anonymous
This short snippet shows the problem. Notice how line two disappears …
10:43 AM Ticket #1843 (Round(), Doc, decimalplaces, return "type") created by mvg
Suggestion. Current: >Round ( expression [, decimalplaces] ) …
10:38 AM Ticket #1842 (_ArrayUnique does not work properly) closed by J-Paul Mesnage
Duplicate
6:26 AM Ticket #1842 (_ArrayUnique does not work properly) updated by mvg
Duplicate of ticket #1806. (No bug) _ArrayUnique() Doc on $iBase parameter say's > Parameters > $iBase [optional] Is the Array 0-base or 1-base index. 0-base by default This is for telling the function about the input array. And it not used/intended to control the format of the output array. As stated in the Remark part of the _ArrayUnique() help. > Returns an array, the first element ($array[0]) contains the number of strings returned, the remaining elements ($array[1], $array[2], etc.) contain the unique strings. Still no bug. Only thing left is to put in a Request for a change, and elaborate on the why. - - - ?: maybe making the help text on the $iBase parameter more specific by adding "input" to it, > $iBase [optional] Is the input Array 0-base or 1-base index. 0-base by default

Dec 14, 2010:

10:34 PM Ticket #1842 (_ArrayUnique does not work properly) created by anonymous
; …
Note: See TracTimeline for information about the timeline view.