Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (466 - 468 of 3933)

Ticket Resolution Summary Owner Reporter
#812 Rejected Addtion of structure like in C winux38@…
Description

I read that you are not ready to add OOP concept in autoit and I agree with this but it is painful to define structured data array. I am using a lot a structured array and the only way to get them is to define an enum with all the fields offset in the array and to define an array. This needs definition of a lot of constants which needs to be exported everywhere. It would be better to define a struct and access directly members.

declaration: Defstruct mystruct_t [ _

field1, _ field2, _ field3 ]

instaciation: Struct mystruct_t mystruct = [initfield1, initfield2 , initfield3]

access: mystruct.field1 = data

I agree it is very C like but so easy to use.

#821 No Bug (NON-COMPONENT) In Script Precompiler Options BetaBug
Description

Would like to be able to specify already available compiler options in the script that i am compiling. For instance to specify what the name of the exe will be and what icon to use. Right now in order to make tools for various editing programs we have to create scripts that create scripts that compile scripts. This is a huge pain. It would be so nice to just put before your includes "#icon=myicon.ico".

#822 No Bug Can't find out if item in folder option is checked or not Nejat.Hakan@…
Description

The function "_GUICtrlTreeView_GetChecked" returns always false though the item in folder options for example "Remember each folder's view settings" is checked.

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