Timeline



Oct 22, 2012:

1:25 PM Ticket #2274 (StringRegExp crashes on large string) created by MrCreatoR <mscreator@…>
Strange crash on large string with specific pattern, here is an …
9:01 AM Ticket #2273 (Long strings are cropped at hypen or whitespace in edit controls) updated by J-Paul Mesnage
Thanks, Definitly we can improve that. In fact both take in account the multiline but perhaps a remarks must be added about the height.
6:50 AM Ticket #2273 (Long strings are cropped at hypen or whitespace in edit controls) updated by mwnn@…
Replying to jchd: > There is no bug here. > > You create a multiline style edit control If I read the help for the 'GUICtrlCreateEdit' there's no word about multiline edit, contrary to 'GUICtrlCreateInput'.

Oct 20, 2012:

6:39 AM Ticket #2273 (Long strings are cropped at hypen or whitespace in edit controls) closed by J-Paul Mesnage
No Bug

Oct 19, 2012:

4:28 PM Ticket #2272 (a script file can't access other file's local variable) closed by trancexx
Rejected
10:38 AM Ticket #2273 (Long strings are cropped at hypen or whitespace in edit controls) updated by jchd
There is no bug here. You create a multiline style edit control, feed it a long line candidate to line splitting (using hyphen or whitespace) but your control height is not large enough to display more than one line! Make your edit control twice as high and you'll see the whole content of your input data, as expected. This should have been posted to the Help forum, not here.
10:06 AM GUICtrlSetData_Bug.au3 attached to Ticket #2273 by mwnn@…
Full example for long strings getting cropped at hyphen.
9:56 AM Ticket #2272 (a script file can't access other file's local variable) updated by trancexx
It doesn't matter what I am. What matters is that you are making feature request for serious software product. This is not the level you might be used to so please read guidelines for posting here (reddish box somewhere on the page) and try to follow them. For chat you have the forum. Thank you for understanding.
9:55 AM Ticket #2273 (Long strings are cropped at hypen or whitespace in edit controls) created by mwnn@…
If a string contains a hyphen or whitespace and the string is longer …
6:41 AM Ticket #2267 (Eval Flag (new Feature Request)) updated by J-Paul Mesnage
Eval() is a function which leads AutoIt software to be considerd as a malware. I am afraid this request will extend it more …
6:35 AM Ticket #2271 (a script file can't access other file's local variable) updated by J-Paul Mesnage
@anonymous If it was a real bug just follow the guideline for sublitting a ticket. the way to reproduce a bug is mandatory
2:25 AM Ticket #2272 (a script file can't access other file's local variable) updated by anonymous
Replying to trancexx: > You have wrong premise to start with. On top of that your articulaion is bad. Work it out in your head and suggest something really meaningful. > One day from now I'll be closing this as rejected otherwise. I'm not sure you are a human or a machine-auto replay. please do it with minimum civility wherever you come from.

Oct 18, 2012:

5:02 PM Ticket #2272 (a script file can't access other file's local variable) updated by trancexx
You have wrong premise to start with. On top of that your articulaion is bad. Work it out in your head and suggest something really meaningful. One day from now I'll be closing this as rejected otherwise.
4:00 AM Ticket #2272 (a script file can't access other file's local variable) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:36 AM Ticket #2272 (a script file can't access other file's local variable) created by hardnut@…
we all know AutoIt script will never have a OO feature, but a more …

Oct 17, 2012:

12:42 PM Ticket #2271 (a script file can't access other file's local variable) closed by trancexx
No Bug
12:09 PM Ticket #2271 (a script file can't access other file's local variable) created by anonymous
we all know AutoIt script will never have a OO feature, but a more …

Oct 16, 2012:

2:18 PM Ticket #2269 (Help file) closed by trancexx
No Bug: Ability to Ctrl + MouseScroll is related to the version of your IE. Font button no longer works because we had issues with uniformed rendering for online documentation depending on user's browser. That's why we changed font sizes from small-normal-large to fixed sizes in pixels. As one may imagine, for font sizes specified in pixels CHM font button doesn't work. As I understand there are some third-party utilites that you can use for enlarging/zooming text for CHM pages, maybe you should try them out. This is not a bug. However we should probably remove "Font" button, not to create confusion.

Oct 15, 2012:

5:05 PM Ticket #2270 (Auto It - slogan suggestions) closed by trancexx
Rejected: Nah, I don't like it. Thanks though.

Oct 14, 2012:

1:01 PM Ticket #2268 (_StringReverse()) closed by guinness
Fixed: Fixed by revision [7377] in version: 3.3.9.5

Oct 13, 2012:

10:54 PM Ticket #2268 (_StringReverse()) updated by jchd
Correct. Unless I'm wrong the function should be using wchar and _wcsrev, not char and _strrev: […]
5:00 AM Ticket #2270 (Auto It - slogan suggestions) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:12 AM Ticket #2270 (Auto It - slogan suggestions) created by anonymous
Hi Saw your auto it 'motto' AutoIt is simple, subtle, elegant. © …

Oct 10, 2012:

4:49 PM Ticket #2265 (@OSVersion returns "UNKNOWN" in Windows 8) closed by trancexx
Works For Me
8:42 AM Ticket #2269 (Help file) created by anonymous
Latest stable version's help file not allowing font increase ( not …
8:41 AM Ticket #2268 (_StringReverse()) created by anonymous
Check _StringReverse() For Chinese, Korean, Japanese, similar …

Oct 8, 2012:

11:20 AM Ticket #2267 (Eval Flag (new Feature Request)) updated by anonymous
however to clarify the situation, what I was trying to do and an INF edit fuction, as well as Microsoft ago, the best way and create a handle, so as to be faster when reading or modification of the file so I chose to do so, to imitate the handle in autoit , load inf file (so I can open many inf append ect ect), the fuction return inf handle, handle number (to be added at the end of the "INFNAMEXXX" variable name, to take the array with Eval) where and loaded the INF file ; $DX_HINF[0][0] ; $DX_HINF[1][0] = INF Handle ; $DX_HINF[1][1] = INF Path ; $DX_HINF[1][2] = INF Handle where this INF File has been Appended ; $DX_HINF[1][3] = INF Handle Appended ; $DX_HINF[1][4] = INF Variable Name ; $DX_HINF[1][5] = INF Handle of Default Strings Section ; $DX_HINF[1][6] = Last NOT Default INF Handle Strings Section Func _DX_SetupOpenInfFile(ect ect ect) ect ect ect ; $DX_SetupOpenInfFile[0] = Array Size ; $DX_SetupOpenInfFile[1] = Inf Path ; $DX_SetupOpenInfFile[2] = Section Number ; $DX_SetupOpenInfFile[3] = All Section Names - INFDataSeparatorChar & Section Names & Section Number Array, Read-Section example - StringRegExp($DX_SetupOpenInfFile[3], '\n' & "SectionName" & '\r([\n]+)', 3) ; $DX_SetupOpenInfFile[4] = LandID ; $DX_SetupOpenInfFile[5] = Inf Local Strings Section Name ; $DX_SetupOpenInfFile[6] = Inf Local Strings Section Array Number ; $DX_SetupOpenInfFile[7] = Inf Local Strings Section State (If Not KEY\Value pressent $DX_SetupOpenInfFile[7] = 0) ; $DX_SetupOpenInfFile[8] = Last NOT Default LandID ; $DX_SetupOpenInfFile[9] = Last NOT Default Inf Local Strings Section Name ; $DX_SetupOpenInfFile[10] = Last NOT Default Inf Local Strings Section Array Number ; $DX_SetupOpenInfFile[11] = Last NOT Default Inf Local Strings Section State (If Not KEY\Value pressent $DX_SetupOpenInfFile[7] = "") ; $DX_SetupOpenInfFile[12] = None ; $DX_SetupOpenInfFile[13] = Inf Encoding ; $DX_SetupOpenInfFile[14] = INFDataSeparatorChar ; $DX_SetupOpenInfFile[15] = First Lines of Inf ect ect ; $DX_SetupOpenInfFile[16] = "[" ; $DX_SetupOpenInfFile[17] = "sectionaname1" ; $DX_SetupOpenInfFile[18] = "]" ; $DX_SetupOpenInfFile[19] = "space ect ect" ; $DX_SetupOpenInfFile[20] = "section data keyvalue ect ect" ; $DX_SetupOpenInfFile[21] = "space" ; $DX_SetupOpenInfFile[22] = "[" ; $DX_SetupOpenInfFile[23] = "sectionaname2" ; $DX_SetupOpenInfFile[24] = "]" ; $DX_SetupOpenInfFile[25] = "space ect ect" ; $DX_SetupOpenInfFile[26] = "section data keyvalue ect ect" ; $DX_SetupOpenInfFile[27] = "space" For $DX_SOIFH = 1 To $DX_HINF[0][0] If Not $DX_HINF[$DX_SOIFH][0] Then ExitLoop Next If $DX_SOIFH > $DX_HINF[0][0] Then ReDim $DX_HINF[$DX_SOIFH + $DX_SOIFH][7] $DX_HINF[0][0] = $DX_SOIFH + $DX_SOIFH - 1 EndIf If Not Assign("INFNAMEXXX" & $DX_SOIFH, $DX_SetupOpenInfFile, 2) Then Return SetError(4, 0, "") ect ecty ect $DX_HINF[0][1] += 1 Return SetError(0, AscW($DX_SOIFSC), $DX_SOIFH) EndFunc Func _DX_SetupOpenAppendInfFile($nameorhandleINF, $HandelINF) ect ect EndFunc Func _DX_SetupGetSection($DX_infhandle, $DX_sectionaname, $DX_spaceflags = 3) ect ect ect If $DX_infhandle < 1 Or $DX_infhandle > $DX_HINF[0][0] Then Return SetError(2, 0, "") Local $DX_SGSE = 0, $DX_SOIFGS = Eval($DX_HINF[$DX_infhandle][4]) If Not IsArray($DX_SOIFGS) Then Return SetError(3, 0, _DX_SetupCloseInfFile($DX_HINF[$DX_infhandle][0])) ect ect ect Local $DX_SOAIFGS = $DX_HINF[$DX_infhandle][3], $DX_SGSE = 0, $DX_SGSD, $DX_SGSN = StringRegExp($DX_SOIFGS[3], '(?is)\n\Q' & StringReplace($DX_SGSSN, "\E", "\e", 0, 1) & '\E\r([\n]+)', 3) ect ect ect If BitAND($DX_spaceflags, 3) Then $DX_SGSD = $DX_SOIFGS[$DX_SGSN[0] + 3] ElseIf BitAND($DX_spaceflags, 1) Then $DX_SGSD = $DX_SOIFGS[$DX_SGSN[0] + 3] & $DX_SOIFGS[$DX_SGSN[0] + 4] ElseIf BitAND($DX_spaceflags, 2) Then $DX_SGSD = $DX_SOIFGS[$DX_SGSN[0] + 2] & $DX_SOIFGS[$DX_SGSN[0] + 3] Else $DX_SGSD = $DX_SOIFGS[$DX_SGSN[0] + 2] & $DX_SOIFGS[$DX_SGSN[0] + 3] & $DX_SOIFGS[$DX_SGSN[0] + 4] EndIf ect ect ect If $DX_SOAIFGS Then ;append if file exists, read what ect ect ect ect ect endif EndFunc so basic idea ninth work with pointer in autoit, but imitate a handle in autoit, however and all Ok (I understood what you meant above). this was just to clarify the situation or or what I wanted to do with EVAL Ciao.
9:18 AM Ticket #2267 (Eval Flag (new Feature Request)) updated by anonymous
I understand Thank You Ciao.

Oct 7, 2012:

8:02 PM Ticket #2267 (Eval Flag (new Feature Request)) closed by trancexx
Rejected: Your English is not a problem. No to the request. Function like Eval should be used only in extreme cases when there is no other way to access data (e.g. unknown number of function arguments). Extending its functionality would eventually lead to the abuse of usage.
1:00 PM Ticket #2267 (Eval Flag (new Feature Request)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:25 PM Ticket #2267 (Eval Flag (new Feature Request)) created by DXRW4E
At present Eval() Returns the value of the variable, and possible to …

Oct 6, 2012:

4:12 PM Ticket #2266 (FileFindNextFile - expanded attribute info in @extended) created by Melba23
At present FileFindNextFile sets @extended to 1 if the return …
9:23 AM Ticket #2265 (@OSVersion returns "UNKNOWN" in Windows 8) updated by trancexx
That message box shows nothing if it doesn't show the version number of the interpreter. How do you know your AutoIt instalation isn't wrong and you compiled using older binary files?

Oct 5, 2012:

4:58 PM unknown.jpg attached to Ticket #2265 by Tripredacus
@OSVersion in MsgBox Windows8
4:58 PM Ticket #2265 (@OSVersion returns "UNKNOWN" in Windows 8) created by Tripredacus
Using @OSVersion variable on Windows 8 returns "UNKNOWN" as its data. …

Oct 4, 2012:

2:50 AM Ticket #2264 (Global Const $IEAU3VersionInfo in IE.au3 has incorrect version info) updated by BrewManNH
BTW, that post was from me, the preferences don't seem to save very well in the ticketing system. :)
2:22 AM Ticket #2264 (Global Const $IEAU3VersionInfo in IE.au3 has incorrect version info) created by anonymous
The constant $IEAU3VersionInfo in the UDF IE.au3 has the incorrect …

Oct 2, 2012:

5:59 AM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by AdmiralAlkex
Owner, Status changed
Whoever commits this need to remove the DllStructGetPtr() and fix the dll call. Seems okay otherwise, so I'm assigning it to me and giving you a few days to comment if there's anything else.
12:22 AM Ticket #966 (_FileListToArray - new flag (4)) updated by guinness
Owner, Milestone changed
Added by revision [7361] in version: 3.3.9.5

Oct 1, 2012:

11:55 PM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by guinness
Description changed
11:11 PM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by wraithdu
Example: […]
11:04 PM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by wraithdu
I goofed a parameter. The first parameter should be $pBuffer. Also this should be added to the Remarks: MSDN notes about the buffer: Optionally, the application can fill this buffer with data to use as an auxiliary random seed.
10:00 PM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:21 PM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) created by wraithdu
Here's the function: […]

Sep 30, 2012:

6:57 PM Ticket #2199 (_ExcelSheetAddNew() abends if specified sheet already exists) closed by water
Fixed: Fixed by revision [7352] in version: 3.3.9.5
1:09 PM Ticket #2199 (_ExcelSheetAddNew() abends if specified sheet already exists) updated by water
Description changed
1:05 PM Ticket #2199 (_ExcelSheetAddNew() abends if specified sheet already exists) reopened by water

Sep 27, 2012:

3:17 PM Ticket #2097 (Performance problem with acces to object (Excel object)) updated by tpek
But. Now version 3.3.8.1 is not broken and is "stable". Problem still exist and this few miliseconds have very significant meaning. In thousands operations it causes big differences and I am very worried because of this. http://www.autoitscript.com/forum/topic/144510-excel-read-speed-differences-between-autoit-versions/
12:00 AM Ticket #2262 (_Net_Share_ConnectionEnum help file issue) closed by guinness
Fixed: Fixed by revision [7347] in version: 3.3.9.5

Sep 26, 2012:

11:44 PM Ticket #2262 (_Net_Share_ConnectionEnum help file issue) created by llewxam
The help file for _Net_Share_ConnectionEnum states: [1][1] - Type …

Sep 24, 2012:

9:57 PM Ticket #2261 (Can you include "ImageSearch" similiar to the one in AHK? I know there ...) updated by trancexx
Because ImageSearch() is not in plans.
5:55 PM Ticket #2261 (Can you include "ImageSearch" similiar to the one in AHK? I know there ...) updated by anonymous
Rejected? Why?
1:21 PM Ticket #2261 (Can you include "ImageSearch" similiar to the one in AHK? I know there ...) closed by trancexx
Rejected
12:15 AM Ticket #1991 (Include CAPTUREBLT flag in _ScreenCapture_Capture) updated by guinness
Discussion thread: http://www.autoitscript.com/forum/topic/131265-screencapture-capturewndv2/

Sep 23, 2012:

1:00 AM Ticket #2261 (Can you include "ImageSearch" similiar to the one in AHK? I know there ...) updated by anonymous
I think you are refering to "PixelSearch" and not "ImageSearch" with the Automatic cleanup
12:00 AM Ticket #2261 (Can you include "ImageSearch" similiar to the one in AHK? I know there ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
Note: See TracTimeline for information about the timeline view.