Custom Query (3931 matches)
Results (37 - 39 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3611 | Completed | _GUICtrlListView_SetBkHBITMAP() | ||
| 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 | ||
| 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 | ||
| Description |
Description from help file of function Dec()example is wrong. $dec = Dec("FFFF") ;returns the number 65536
Dec("FFFF") returns the number 65535. |
|||
Note:
See TracQuery
for help on using queries.
