Custom Query
Results (274 - 276 of 3893)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1002 | Fixed | GUICtrlSetData: Edit: default: Improved documentation | Valik | c.haslam |
| Description |
I find the current documentation for the default parameter unclear. I suggest the following: In the "Parameters" section, row 3 column 2, replace Edit, Input words with: any value (except ""): inserts value of data parameter at insertion point In the "Remarks" section, add: for Edit and Input controls: When the default parameter is omitted, this function replaces the current contents of the control. |
|||
| #1004 | Fixed | _PathFull bug in beta autoit 3.3.1 | Jpm | godzail |
| Description |
I tried the example in the help file for the function _PathFull but I received in output a wrong path. --For example, if I run the example: #include <file.au3> ;~ $TestPath = _PathFull("..\..\test") $TestPath = _PathFull(@ScriptDir & "..\..\test") ConsoleWrite(@ScriptDir & @lf & $TestPath & @CRLF) result with autoit vers. 3.3.0 (OK): C:\Program Files\AutoIt3\Beta\Examples\Helpfile C:\Program Files\AutoIt3\Beta\Examples\test result with autoit vers. 3.3.1 (WRONG): C:\Program Files\AutoIt3\Beta\Examples\Helpfile C:\Program Files\AutoIt3\Beta\Examples\Helpfile\Program Files\AutoIt3\Beta\Examples\test -- If I add a backslash as you suggest ( $TestPath = _PathFull(@ScriptDir & "\..\..\test") ) result with autoit vers. 3.3.0 (OK): C:\Program Files\AutoIt3\Beta\Examples\Helpfile C:\Program Files\AutoIt3\Beta\test result with autoit vers. 3.3.1 (WRONG): C:\Program Files\AutoIt3\Beta\Examples\Helpfile C:\Program Files\AutoIt3\Beta\Examples\Helpfile\Program Files\AutoIt3\Beta\test -- it seems that the path contains a repeat of the main folder and subfolders. |
|||
| #1005 | Fixed | TraySetClick bug | Jpm | timsky |
| Description |
Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86 Setting TraySetClick(64) causes menu to show on mouseover too :) Example: TraySetClick(64) While 1 Sleep(100) Wend |
|||
