Timeline



Jul 5, 2018:

7:45 AM Ticket #3642 (AutoItX/ControlTreeView - wrong example in HelpFile) closed by J-Paul Mesnage
Fixed: Fixed by revision [12160] in version: 3.3.15.1

Jul 4, 2018:

9:52 PM Ticket #3641 (Allow ProgressOn function to return window handle of the progress ...) updated by TimRude <timrude@…>
Yes, it is fairly simple to get the handle of it using something like WinGetHandle("[TITLE:blah blah blah; CLASS:AutoIt v3]"). But what would be the harm of having the function call simply return the handle of the dialog? Then you wouldn't have to futz around with looking for the window, making sure in code that you update the title text in the WinGetHandle call if you update it in the ProgressOn call, or wonder if maybe there's another AutoIt process that spawned a progress dialog with the same title (unlikely, but not entirely impossible). Since there's currently no return value from the ProgressOn function, this would be a useful addition with no negative impact on existing code whatsoever.

Jul 2, 2018:

5:28 PM Ticket #3641 (Allow ProgressOn function to return window handle of the progress ...) updated by BrewManNH
The ProgressOn function is a very basic splash screen with progress bar. Getting the handle of it should be simple enough, or you could just build your own so you have absolute control over it. There are examples in the forum of DIY splash screens with progress bars.

Jun 30, 2018:

11:51 AM Ticket #3643 (For...To...Step...Next - variable is NOT (see Remarks in AutoIt Help) ...) closed by Jos
No Bug
8:24 AM Ticket #3644 (ArrayDisplayInternals.au3 - used magic numbers as constants) closed by J-Paul Mesnage
No Bug: As I want to minimize #include and those function are internal duplication the magic number is not used

Jun 29, 2018:

12:08 PM Ticket #3643 (For...To...Step...Next - variable is NOT (see Remarks in AutoIt Help) ...) updated by Jos
This is how it is described in the Helpfile under: AutoIt/Language Reference/Variables and look for the paragraph Scope: =========================================================================================== Scope A variable's scope is controlled by when and how you declare the variable. If you declare a variable at the start of your script and outside any functions it exists in the global scope and can be read or changed from anywhere in the script. If you declare a variable inside a function it is in local scope and can only be used within that same function. Variables created inside functions are automatically destroyed when the function ends. By default when variables are declared using Dim or assigned in a function they have local scope unless there is a global variable of the same name (in which case the global variable is reused). This can be altered by using the Local and Global keywords to declare variables and force the scope you want. See Static for details on how to use this keyword as part of the scope declaration. ============================================================================================ Hope that explains it. Jos
9:31 AM Ticket #3644 (ArrayDisplayInternals.au3 - used magic numbers as constants) created by Zedna
In ArrayDisplayInternals.au3 UDF are used magic numbers as constants …
1:47 AM Ticket #3643 (For...To...Step...Next - variable is NOT (see Remarks in AutoIt Help) ...) updated by anonymous
Ok, better I would have said it's not an error ... but that the text under Remarks leads to assumption that $i would be in the Local scope anyway. The trigger for my ticket was the Notify UDF by Melba23 ... line 47-49. […]

Jun 28, 2018:

6:44 PM Ticket #3643 (For...To...Step...Next - variable is NOT (see Remarks in AutoIt Help) ...) updated by Jos
Any variable in the main part of the script is global. Try this version to see what i mean: […] So this is as designed and no bug. Jos
4:17 PM Ticket #3643 (For...To...Step...Next - variable is NOT (see Remarks in AutoIt Help) ...) created by Bitnugger
[…]
11:44 AM Ticket #3642 (AutoItX/ControlTreeView - wrong example in HelpFile) created by Zedna
AutoItX/ControlTreeView --> example in HelpFile is missing and …

Jun 27, 2018:

7:52 PM Ticket #3641 (Allow ProgressOn function to return window handle of the progress ...) created by TimRude
Presently, the ProgressOn function has no return value. It would be …

Jun 23, 2018:

8:28 AM Ticket #3640 (Bug sound Windows 10 x64 with Scite) closed by Melba23
No Bug: You have already posted in the forum asking about this - wait until you get a reply before suggesting there is a bug. M23

Jun 22, 2018:

10:11 PM Ticket #3640 (Bug sound Windows 10 x64 with Scite) created by pedro_15boy@…
(Google Translator) When I run an audio through SciTe, windows 10 x64 …

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
Note: See TracTimeline for information about the timeline view.