Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#1452 Rejected FileOpenDialog xrewndel <xrewndel@…>
Description

Please add a parameter that can hide file masks in dialog, leaving only names of file groups.

#1579 Rejected Get Admin privileges xrewndel <xrewndel@…>
Description

Please make a function than can request admin privileges from any code point, not only when started, like #RequireAdmin

#1363 Fixed FileSetPos() error xrewndel
Description

FileSetPos($hFile, $num, $FILE_CURRENT) works incorrectly. Result is similar to FileSetPos(…, …, $FILE_END) It calculating position relative to end instead of relative to current position. Currently it works using FileSetPos($hFile, FileGetPos($hFile) + $num, $FILE_BEGIN).

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.