Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 3931)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#3611 Completed _GUICtrlListView_SetBkHBITMAP() Jpm Alofa <alofa.script@…>
Description

_GUICtrlListView_SetBkItage() function does not use all the features LVM_SETBKIMAGE message. I propose to extend the library "GuiListView.au3" with an additional function: _GUICtrlListView_SetBkHBITMAP() which is set a background image in the ListView based on the Bitmap handle. The function itself and the examples in the attachment.

Remarks: machine translation.

#3631 No Bug StringRegExp - metacharacter "\R" in square brackets behaves incorrectly Alofa <alofa.script@…>
Description

Metacharacter "\R" in square brackets behaves incorrectly

#include <Array.au3>
$sText = @CRLF & _
		'Left' & @CRLF & _
		'Right' & @CRLF & _
		'ringtone' & @CRLF

StringRegExp($sText, '(.+)[\R]', 3)
If @error Then MsgBox(16, @ScriptLineNumber, 'Why a @error?')

MsgBox(32, @ScriptLineNumber, _
		'where the letter "R":' & @CRLF & _
		StringRegExpReplace($sText, '[\R](.+)', '$1'))
#669 Fixed Bad description Valik Andreik
Description

Description from help file of function Dec()example is wrong.

$dec = Dec("FFFF")  ;returns the number 65536

Dec("FFFF") returns the number 65535.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.