Timeline



Jun 16, 2018:

7:46 AM Ticket #3638 (_GUICtrlListView_GetItemText online documentation error) closed by J-Paul Mesnage
No Bug: Your pb come from the fact that _GUICtrlListView_GetSelectedIndices() return a string that need to be convert as an integer Int(_GUICtrlListView_GetSelectedIndices(…) I Don't know why the the second call get a good result

Jun 15, 2018:

3:00 PM Ticket #3639 (WinGetClassList's Return Value) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:25 PM Ticket #3639 (WinGetClassList's Return Value) created by rcmaehl
WinGetClassList returns a list of items separated using Line Feeds. …
12:07 PM Ticket #3638 (_GUICtrlListView_GetItemText online documentation error) updated by anonymous
You're right the example is working fine. It's a problem with _GUICtrlListView_GetItemText and _GUICtrlListView_GetSelectedIndices. Maybe i'm using it the wrong way. Please check the code below : […]

Jun 13, 2018:

7:05 PM Ticket #3636 (Prevent Ampersand Mnemonic from SplashTextOn Dialog) updated by Jos
Fixed by revision [12157] in version: 3.3.15.1
7:00 PM Ticket #3636 (Prevent Ampersand Mnemonic from SplashTextOn Dialog) closed by Jos
Fixed: Fixed by revision [12156] in version: 3.3.15.1
12:57 PM Ticket #3638 (_GUICtrlListView_GetItemText online documentation error) updated by J-Paul Mesnage
THe example in the doc is using the Control ID so I Don't understand PLease provide a repro script
12:11 PM Ticket #3638 (_GUICtrlListView_GetItemText online documentation error) created by tatane
There is an error in the description of the parameters of …
10:14 AM Ticket #3637 (_ArrayDisplay : error when Array is empty and Range parameter exists) closed by J-Paul Mesnage
Fixed: Fixed by revision [12155] in version: 3.3.15.1

Jun 12, 2018:

10:00 PM Ticket #3555 (_GUICtrlRichEdit_StreamToVar with > 2048 characters) updated by anthonyjr2
Haven't checked autoIt in a while, but did you look at the issues and tests in the thread posted? It's been a long time so I can't exactly recall what caused the issue but it seemed to be related to the stream buffer. The fix I posted is just what we ended up with after some debugging.
9:55 PM Ticket #3637 (_ArrayDisplay : error when Array is empty and Range parameter exists) created by pixelsearch
[…] Script stops and Console shows : "C:\Program …
9:00 AM Ticket #3636 (Prevent Ampersand Mnemonic from SplashTextOn Dialog) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:26 AM Ticket #3636 (Prevent Ampersand Mnemonic from SplashTextOn Dialog) updated by Melba23
Type changed

Jun 11, 2018:

10:10 PM Ticket #3636 (Prevent Ampersand Mnemonic from SplashTextOn Dialog) created by TimRude
The SplashTextOn dialog treats an ampersand in the 'text' parameter as …

Jun 10, 2018:

9:23 AM Ticket #3634 (_FileListToArray error codes) updated by Melba23
If you get the error 4 return what happens if you check yourself in the code outside the UDF for the last API error as in this amended Help file example? […] M23

Jun 9, 2018:

7:44 PM Ticket #2160 (DllStructGetStruct() - new function) updated by genius257
I believe this should be reconsidered. I could find it useful for: - debugging - dynamic element casting of unknown structures, and dynamic changes/usage of partial or full structure - type lookup of structure properties Plus many other dynamic use cases i properly cannot even imagine.

Jun 7, 2018:

6:18 PM Ticket #3635 (Assign function: support for constants) created by genius257
It would be nice if a flag for the Assign function could be added to …
1:43 PM Ticket #3634 (_FileListToArray error codes) created by tatane
Hi, I'm using _FileListToArray function and I'm getting error code 4 …

May 25, 2018:

12:48 PM Ticket #3632 (The second parameter for _Net_Share_ShareCheck is incorrectly ...) closed by J-Paul Mesnage
Fixed: Fixed by revision [12152] in version: 3.3.15.1

May 24, 2018:

4:41 PM FindTextTest.au3 attached to Ticket #3633 by davidjudysmith@…
Test script, showing that _FindText doesn't report failure
4:38 PM Ticket #3633 (_GUICtrlRichEdit_FindText does not flag failure to find CR) created by davidjudysmith@…
There seems to be a problem with _GUICtrlRichEdit_FindText, or at …

May 23, 2018:

2:01 AM Ticket #3631 (StringRegExp - metacharacter "\R" in square brackets behaves incorrectly) updated by jchd18
I know what the help says because yours truly authored this topic. Saying "only this and that work" is equivalent (and shorter in our case) to saying that anything not listed doesn't.

May 22, 2018:

5:14 PM Ticket #3631 (StringRegExp - metacharacter "\R" in square brackets behaves incorrectly) updated by Alofa <alofa.script@…>
Replying to jchd18: > As the helpfile says \R is not special in a character class. ---- I need to fix you, but in the help file (in the description of […]) the following is said: >"Note that in a character class, only \d, \D, \h, \H, \p{}, \P{}, \s, \Q...\E, \S, \v, \V, \w, \W, and \x sequences retain their special meaning, while \b means the backspace character (Chr(8))". ---- And unfortunately I didn't realize it right away. I apologize.
9:17 AM Ticket #3631 (StringRegExp - metacharacter "\R" in square brackets behaves incorrectly) closed by jchd18
No Bug: As the helpfile says \R is not special in a character class. Therefore [\R] is the same as [R] and hence the same as R @error set to 1 means no match occured. It's clear when you look closely to the meaning of your pattern. Please refrain to post a bug report before asking in the Help forum first.
5:06 AM Ticket #3632 (The second parameter for _Net_Share_ShareCheck is incorrectly ...) created by Bob Anthony
Per the documentation, the second parameter for _Net_Share_ShareCheck …

May 21, 2018:

10:15 PM Ticket #3631 (StringRegExp - metacharacter "\R" in square brackets behaves incorrectly) created by Alofa <alofa.script@…>
Metacharacter "\R" in square brackets behaves incorrectly […]

May 20, 2018:

6:00 PM Ticket #3630 (Superscripting attribute in the Rich Edit control doesn't work) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:09 PM Ticket #3630 (Superscripting attribute in the Rich Edit control doesn't work) updated by Melba23
Type changed
5:08 PM Ticket #3630 (Superscripting attribute in the Rich Edit control doesn't work) updated by Melba23
I do not see this as a bug, so I have changed it to a "Feature request". Why? Because the Help file quite correctly says that certain attributes do not display in an AutoIt RichEdit control - and indeed they do not. The fact you assumed them to be present but not active is an error on your part as such behaviour is not specified. Personally I would expect the streamed data to match what was shown in the RichEdit - which it does. M23
8:56 AM Ticket #3629 (Line Number in Arraydisplay) updated by Melba23
There are already line numbers displayed within the main display (unless you set the $ARRAYDISPLAY_NOROW flag) - are you asking for the line number to be displayed elsewhere in the dialog in addition? And if so, why do you require this? M23

May 19, 2018:

9:22 PM SuperBug.au3 attached to Ticket #3630 by davidjudysmith@…
Demonstrates that superscripting in the Rich Edit control doesn't work
9:21 PM Ticket #3630 (Superscripting attribute in the Rich Edit control doesn't work) created by davidjudysmith@…
The documentation for _GUICtrlRichEdit_SetCharAttributes lists many …
12:00 PM Ticket #3629 (Line Number in Arraydisplay) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:47 AM Ticket #3629 (Line Number in Arraydisplay) created by wimhek11@…
Please add a Line number by default in the Head of the display …
Note: See TracTimeline for information about the timeline view.