Custom Query (3920 matches)
Results (364 - 366 of 3920)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #649 | Rejected | GDI+ After ALT-TAB image Disapers (Zoom.au3 and others) | ||
| Description |
Run example program Zoom.au3 and press ALT-TAB, the image will disapears. It occurs with several GDI+ programs. |
|||
| #651 | No Bug | FileFindFirstFile FileFindNextFile _FileListToArray not support mulit-byte folder name | ||
| Description |
Once ran the the script under Chinese Windows XP SP3, found the _FileListToArray not working. After troubleshooting found the problem was in the folder name in Chinese. The most strage thing is the same folder name, which is in Chinese too, works in English Windows XP SP3. Checked the source code of _FileListToArray, got known that the problem caused by FileFindNextFile. No source code for FileFindNextFile, not sure the root cause of it. Pls try to check or send me the source code of FileFindNextFile, I can check for you, since the environment maybe not easy to rebuild. Thanks for your attention, and look forward your reply on it. Thanks Best Regards Robin Hoo |
|||
| #652 | No Bug | _FileListToArray() does not returnarray if no file s found | ||
| Description |
if _FileListToArray() doesn't find any files it does not return an array. It should probably return an array of one or two elements with the first element having a value of zero. Currently @error is set to a value of 4 to indicate no files found so it's possible to workaround this. IMHO a function should always return the same data type. |
|||
