Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (448 - 450 of 3933)

Ticket Resolution Summary Owner Reporter
#1254 No Bug _WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers for same day Jimblack@…
Description

I suspect _WeekNumberISO function is 'off by 1' since it returns a week number 1 greater than GUICtrlCreateMonthCal. This would result in 53 weeks in this year instead of 52. this is in 3.3.0.0 and 3.3.1.4.

#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.

#2360 Rejected implement optional byref parameter passing to function JoeCool
Description

Currently passing optional parameters is by value only...

I will love to have optional byref parameter passing

With the current syntax there is some problems tho

ex. the last parameter could be byref and optional

func blah( $x, byref $a, byref $b = 0) ... endfunc

Passing no value is not more difficult than before, I guess ... Passing something byref is just passing a pointer(of some sort on the stack).... (we need to deal with initiazation to something not 0)

Better solution maybe will be to have a optional specifier ...

func blah( $x, byref $a, opt byref $b , opt $c = 22 ) ... endfunc

because initializing byref var (a pointer) to something can be dangerous ... func blah( $x, byref $a, byref $b = 0x6666) ;not good endfunc

what do you thing .... it can be pretty useful I think

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