Custom Query (3927 matches)
Results (403 - 405 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1535 | No Bug | ControlSend changes case of text | ||
| Description |
I was using ControlSend() to set the text of an edit box and noticed that some characters within the text would have their case changed. It became a problem because the edit box is a drive\path specification and sometimes the colon would become a semi-colon (c:\ became c;\), which broke the validation code on the form. I saw an old bug from a previous version of AutoIt which suggested using ControlSetText(). That works OK for me, I've had to add a couple of extra lines to set focus on the control then tab away to fire off the controls change code, but that's no problem. The form/control I'm having this issue with is within Symantec Backup Exec System Recovery 2010, specifically when adding a backup path. Offending line of code was... ((( ControlSend("", "", "[CLASS:Edit; INSTANCE:1]", "C:\Path") ))) Let me know if you need any more info Regards Dave |
|||
| #1536 | No Bug | @errorcode produces a run-time error | ||
| Description |
@errorcode produces a run-time error "Error: Unknown macro" |
|||
| #1538 | No Bug | Random(1, 1, 1) = 0 | ||
| Description |
AutoIt 3.3.6.0 Windows 7 x64 En First ticket was closed with resolution that this is not a bug: http://www.autoitscript.com/trac/autoit/ticket/1170 Second ticket was closed with words that this bug is fixed in latest beta: http://www.autoitscript.com/trac/autoit/ticket/1251 Now on latest AutoIt version 3.3.6.0 I get this bug (again?): $rnd = Random(1, 1, 1) MsgBox(0, @error, $rnd) I think Random generator should return a number if Min and Max are equal. I mean Random(10, 10, 1) should return 10 because sometimes Min or Max or both of them are dynamically changed during script execution. Also when Random() returns 0 this might lead to error(s) if coder will not forget to add error handling routine. Thank you! |
|||
