Custom Query (3927 matches)
Results (418 - 420 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #419 | Completed | FileInstall - tip for path to source in current directory | ||
| Description |
Please add this tip into AutoIt helpfile at FileInstall: Prefixing the source file with ".\" will perform the FileInstall from the current directory. FileInstall(".\sourcefile.ext", $DestLocation)
So instead of full source path can be used just ".\" and file name Original source of this tip is here: http://www.autoitscript.com/forum/index.php?s=&showtopic=55368&view=findpost&p=543731 |
|||
| #420 | No Bug | Scope bug or mis-wording in documentation | ||
| Description |
As shown in this thread- http://www.autoitscript.com/forum/index.php?showtopic=74486 The For-Next loop does not always create variables in the local scope as defined by the help file. In particular, it seems to only create a local variable when the For-Next loop is in a function, but creates a global variable when the loop is outside a function. If it is intended behavior, a slight re-wording of the help file seems in order. As it stands now- Remarks The Variable will be created automatically with a LOCAL scope, even when MustDeclareVars is on. |
|||
| #421 | No Bug | Error in reading status of Radio Button | ||
| Description |
I am trying to read the state of a Radio button on my form. $retval = ControlCommand ( "MyTestApp", "", "[CLASSNN:WindowsForms10.BUTTON.app.0.33c0d9d15]", "IsChecked", "" ) $retval always returns 0 When I view the button control with Au3info I can see the style toggle between 0x5601000B (on) and 0x5600000B (off) I don't know the function call to read the style information (if such a function exists) I am either using the function incorrectly or I have discovered a bug |
|||
