Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2468 closed Bug (Fixed)

MagicNumber + OnAutoItStartRegister - BUG ?

Reported by: mlipok Owned by: Jpm
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 Changed 11 years ago by Jpm

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 Changed 11 years ago by mlipok

so I thought

summing

first
Please add the appropriate description for #OnAutoItStartRegister

secondly
you need to change the file example

comment:3 Changed 11 years ago by Jpm

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

comment:4 Changed 11 years ago by mlipok

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 Changed 11 years ago by Mat

  • Component changed from AutoIt to Documentation

Changed to a documentation issue.

comment:6 Changed 11 years ago by Jpm

@Mat

did Jon confirm something as you move it to Documentation?

comment:7 Changed 11 years ago by Jpm

  • Milestone set to 3.3.9.22
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [9060] in version: 3.3.9.22

comment:8 Changed 11 years ago by mlipok

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

comment:9 Changed 11 years ago by Jpm

Just doc sorry for not be more precise.

comment:10 Changed 11 years ago by mlipok

thanks,
Now I know where we are;)

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.