Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (430 - 432 of 3926)

Ticket Resolution Summary Owner Reporter
#431 Rejected General help and support forum request. MerkurAlex
Description

I am requesting that there be a solved button added for the poster so that he may click it and it would add "[Solved]" to the beginning of the topic name automatically this would be nice to have but if no one has the time that's fine.

Also i think people should be able to delete they're posts this would remove the need for the solved button and if people use it then we would have a cleaner forum.

#432 No Bug new version au3 always UPX compresses vr@…
Description

The previous version of AutoIT permitted people to optionally UPX compress an exe...If the exe was NOT UPX compressed, people could use a third party compression program to compress the snot out of the autoit executable !!!! In addition, you state that your compression method is not secure...The third party compression scheme is difficult for hackers to crack...In addition, my program is now about 70000 bytes bigger and will not fit on one floppy disk which was the entire point and main selling feature of my program, i.e, that it fits on one floppy disk!!!!!

If you could please give people the option of NOT UPX compressing the exe in the new autoit version, that might solve my problem!

#433 No Bug Au3Check unexpected behaviour Jos TomZ (tom.vd.zanden /at\ gmail D0T c[]m)
Description
some_function()

Func some_function()
	_helper_function()
EndFunc

Func bogus_function()
	(
EndFunc

Func _helper_function()
EndFunc
+>13:29:55 Starting AutoIt3Wrapper v.1.10.1.8    Environment(Language:0413  Keyboard:00020409  OS:WIN_XP/Service Pack 2  CPU:X86)
>Running AU3Check (1.54.13.0)  from:bug.au3(8,2) : ERROR: syntax error
	(
	^
bug.au3(4,19) : ERROR: _helper_function(): undefined function.
	_helper_function()
	~~~~~~~~~~~~~~~~~^
bug.au3 - 2 error(s), 0 warning(s)
!>13:29:55 AU3Check ended.rc:2
>Exit code: 0    Time: 2.457

Due to the unbalanced brackets in bogus_function, _helper_function is reported as undefined, while it isn't. This is slightly confusing, making debugging harder. Moving _helper_function above bogus_function eliminates this problem.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.