Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 3931)

Ticket Resolution Summary Owner Reporter
#3689 Fixed GUICtrlSetOnEvent Bug Jos Melba23
Description

The Help file states that using an empty string as the "function" parameter for GUICtrlSetOnEvent will clear the previous function link:

"If the function is an empty string "" the previous user-defined is disabled."

The following thread shows that this does not happen from at least v3.3.12.0:

https://www.autoitscript.com/forum/topic/197211-guictrlsetonevent-bug/

and that the return value is undefined rather then the expected 0

M23

#3688 Rejected <snip> Jon <snip>
Description

<snip>

#3687 Fixed _ColorConvertRGBtoHSL does not use right bases Melba23 Nine
Description

The formulas are good but the base to finalize the results is wrong. H is a degree so base should be 360, S and L are percentages, so base should be 100. But in the current UDF (color.au3) the base used is 240 !

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