Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (454 - 456 of 3931)

Ticket Resolution Summary Owner Reporter
#455 Duplicate Request new feature guictrlgetbkcolor Jmosley708@…
Description

I would like to read the color of the control. Guictrlsetbkcolor lets me set the color, but there is nothing to read the color. I would like to see this implemented in a future release.

Thanks,

Jesse Mosley Jr.

#456 Rejected simple drawing commands richardbrew@…
Description

Hi:

I would like to see simple drawing commands i.e. circle, square, line, etc. for GUI scripting in a future version.

#457 No Bug I'm a moron and like to swear in ticket titles. Jos Pascal258
Description

Inside of _ArrayDelete you get "Local $iUBound = UBound($avArray, 1) - 1". In the loop in Case 1 you also substract -1 which is wrong. "For $i = $iElement To $iUBound - 1" should be "For $i = $iElement To $iUBound"

greetings, Pascal257

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