Custom Query (3917 matches)
Results (349 - 351 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #624 | Rejected | FileCopy() - need better error return, and maybe protect existing dest file | ||
| Description |
After a bit of research on using FileCopy(), here are two suggestions: 1) Make FileCopy() return "@error" so that elaborate means are not required to determine the success of the operation. 2) Don't delete an existing destination file before making the copy, if you can avoid it. Thanks for a great program -
|
|||
| #625 | No Bug | Page faults caused by Sleep | ||
| Description |
Hi there, i noticed in a service that i have written that autoit generates massive page faults when there is a loop in the source code with a sleep more then 250 ms, this is caused by windows moving the memory to the page file while the autoit script sleeps and moves it back when autoit gets awake. i created a small sleep function that can handle one parameter that will be held in memory due to constant accessing it, but this should not be the solution. Would a developer have a look if this bad thing can be patched away in the autoit binary functions itself?. here the function: Func _sleep($time, $var)
EndFunc maybe you get the clue then :) for me it works. i use autoit often as service so it will run 24/7 for example in 48 hours it generates 101714852528 page faults, 10000 per second if it is NOT in the 50 second sleep loop. |
|||
| #626 | Works For Me | GUICtrlSetTip: Display as Balloon Tip doesn't work | ||
| Description |
GUICtrlCreateLabel("my label", 10, 20)
GUICtrlSetTip(-1, "tip of my label","Test",0,1)
doesn't work. IE5+ is required (according to GUICtrlSetTip Help), IE7 is installed. Has been tested with 3.2.12.1 and 3.2.13.9 Firefox 3.0.3 is installed as well. |
|||
