Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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:1 by J-Paul Mesnage, 12 years ago

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

comment:2 by mlipok, 12 years ago

so I thought

summing

first
Please add the appropriate description for #OnAutoItStartRegister

secondly
you need to change the file example

comment:3 by J-Paul Mesnage, 12 years ago

I know all of that.
I just wait that Jon confirm it cannot be fix

comment:4 by mlipok, 12 years ago

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 Matt Diesel, 12 years ago

Component: AutoItDocumentation

Changed to a documentation issue.

comment:6 by J-Paul Mesnage, 12 years ago

@Mat

did Jon confirm something as you move it to Documentation?

comment:7 by J-Paul Mesnage, 12 years ago

Milestone: 3.3.9.22
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [9060] in version: 3.3.9.22

comment:8 by mlipok, 12 years ago

What solution was used?
for example: documentation was changed ?

comment:9 by J-Paul Mesnage, 12 years ago

Just doc sorry for not be more precise.

comment:10 by mlipok, 12 years ago

thanks,
Now I know where we are;)

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.