Custom Query (3910 matches)
Results (349 - 351 of 3910)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #350 | Rejected | FileInstall fails when user login name is non-English chars | ||
| Description |
$execdir = "C:\HelpDesk\" FileInstall("winvnc.exe", $execdir, 1) Run($execdir & "winvnc.exe " & " -connect " & $RemoteHelperIP & ":5500 -noregistry", $execdir) Above code succeeds in most cases but fails when the user's login name is in non-English(for example, Korean). The 'Run' function fails in finding the target file. This bug should be tested under the following conditions to reproduce:
It seems that 'FileInstall' does not handle properly MBCS chars in the file path, but it's just my guess. Please find the cause of this bug and fix ASAP. Thanks. |
|||
| #351 | Completed | Reverse PixelSearch | ||
| Description |
Searching in other directions then left -> right and top -> bottom. Example: PixelSearch(100,100,100,0,0) Should find the first black edge pixel above 100,100. Option to find the first pixel not matching a color. These options instead of looping pixelgetcolor would greatly improve performance. |
|||
| #352 | Works For Me | v3.2.12.0 + RegRead (REG_MULTI_SZ) | ||
| Description |
if you try to read a REG_MULTI_SZ realy big key > 255 chars, RegRead returns nothing and @error is set to -2, smaller keys are read correctly |
|||
