Opened on Sep 14, 2013 at 11:20:11 PM
Closed on Sep 23, 2013 at 6:35:07 PM
Last modified on Sep 24, 2013 at 9:18:27 AM
#2468 closed Bug (Fixed)
MagicNumber + OnAutoItStartRegister - BUG ?
| Reported by: | mlipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.9.22 | Component: | Documentation |
| Version: | 3.3.9.21 | Severity: | None |
| Keywords: | Cc: |
Description
this is a modified example from Documentation to this function OnAutoItStartRegister
try to run in Beta 3.3.9.21
then
remove comments marks
and
try to run in Beta 3.3.9.21
#include <MsgBoxConstants.au3> #OnAutoItStartRegister "Example" #OnAutoItStartRegister "SomeFunc" Sleep(1000) Func Example() ;~ MsgBox($MB_SYSTEMMODAL, "", "Function 'Example' is called first.") MsgBox(4096, "", "Function 'Example' is called first.") EndFunc ;==>Example Func SomeFunc() ;~ MsgBox($MB_SYSTEMMODAL, "", "Function 'SomeFunc' is called second.") MsgBox(4096, "", "Function 'SomeFunc' is called second.") EndFunc ;==>SomeFunc
Attachments (0)
Change History (10)
comment:2 by , on Sep 15, 2013 at 11:39:49 AM
so I thought
summing
first
Please add the appropriate description for #OnAutoItStartRegister
secondly
you need to change the file example
comment:3 by , on Sep 15, 2013 at 11:52:41 AM
I know all of that.
I just wait that Jon confirm it cannot be fix
comment:4 by , on Sep 15, 2013 at 11:58:21 AM
I know you know that.
I just confirm my knowledge
ps.
I'm sorry I have not added the question mark in the previous post.
comment:5 by , on Sep 15, 2013 at 3:27:32 PM
| Component: | AutoIt → Documentation |
|---|
Changed to a documentation issue.
comment:6 by , on Sep 18, 2013 at 8:32:11 AM
@Mat
did Jon confirm something as you move it to Documentation?
comment:7 by , on Sep 23, 2013 at 6:35:07 PM
| Milestone: | → 3.3.9.22 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [9060] in version: 3.3.9.22
comment:8 by , on Sep 23, 2013 at 6:40:25 PM
What solution was used?
for example: documentation was changed ?

Since ever no #include information can be used during the #OnAutoItStartRegister execution.
I don't know if it can be changed or even should be changed