Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 3866)

Ticket Resolution Summary Owner Reporter
#2488 Rejected @exitMethod - proposal - new mode - Accident mlipok
Description

Please add a new mode to @exitMethod

I am referring to cases when the script finished its work by accident.

For example:

OnAutoItExitRegister('_OnExit')

Local $aTest[10]
Local $a = $aTest[12]

Func _OnExit()
	MsgBox(4096, 'Test', @exitMethod & @CRLF & @exitCode)
EndFunc   ;==>_DumpOnExit
#2385 Rejected @include anonymous
Description

A new makro that would be very easy to implement: Before executing or "compiling" the AutoIt script, the preprocessor replaces @include with False in the main script and with True in every include.

Example (MyUDF.au3)

#include-once

If (Not @include) Then _MyUDF__Example()

Func _MyUDF__Example()
	; GUI to test/demonstrate all the functions in this UDF
EndFunc

Func _MyUDF_Function1(...)
	;...
EndFunc

;...
#875 Rejected A UDF index online MDiesel
Description

right now UDF's are all in example scripts, and as a general rule, I often stumble across something that I could have done with after writing the script!! I was thinking a UDF index that simply displays links to all the different UDF's, and maybe a link to "download all"...

MDiesel

Note: See TracQuery for help on using queries.