Custom Query
Results (55 - 57 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3945 | Fixed | StringRegExp help about \s misses VT | Jpm | jchd18 |
Description |
PCRE v8.44 changed the meaning of character class \s to include VT as well, hence following same change in Perl. So \s is now equivalent to [[:space:]] Help should be updated to reflect the actual behavior. |
|||
#3940 | Fixed | _GUICtrlTab_GetItemText does not work in V3.3.16.1 | Jpm | anonymous |
Description |
Can't get Tabtext Select tabs by id works, but not by name |
|||
#3936 | No Bug | PixelChecksum not working correctly, tried PixelCoordMode options | ribo75016@… | |
Description |
Hello, I'm using an i7 6700T CPU with internal Intel 530 GPU And this piece of code: HotKeySet("{F8}", "F8") Func F8()
EndFunc While (1)
Wend Checksum is often same value (only coord is modified), whereas I move the mouse cursor on different texts Regards, Philippe |