Custom Query (3926 matches)
Results (61 - 63 of 3926)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #11 | Rejected | WinWaitActive error | ||
| Description |
The following code doesn't give an error, it just waits eternally, the ")" after "Connected" is erratic, but it is accepted by AutoIT. AutoIT should complain about it. If WinWaitActive("MEs Connected"),"",5) Then
Run ("pstools\pskill.exe javaw.exe","",@SW_HIDE)
EndIf
|
|||
| #706 | Rejected | Ability to read QWidget Controls would be nice to have | ||
| Description |
I tink it would be nice if you could have the ability to read the values from the controls in the QWidget class using ControlGetText. Is this possible to do ? |
|||
| #2950 | Works For Me | Dircopy cannot copy own dir or subfolders on network drive | ||
| Description |
Dircopy stops while copying its own directory with subfolders or subfolders from there. Consider network drive:
autoit script is in folder2. script used: DirCopy ("P:\folder1\folder2", "C:\Users\Public\folder",1) script copy`s files from folder2, and stops without warning and did not copy folder3 en folder4. So i thought dircopy can not be used if script is in the same dir. But i changed the script (in folder2) to copy folder3: DirCopy ("P:\folder1\folder2\folder3", "C:\Users\Public\folder",1) Again the script stops again. If i run the script from another folder on the P: drive, say P:test, everything is ok. Looks like the autit-script locks all subfolders from where you start it? |
|||
