Custom Query
Results (316 - 318 of 3899)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #317 | No Bug | ShellExecute/ShellExecuteRun verb-keyword "run" missing in helpfile. | Hubertus72 | |
| Description |
When running this script in SciTE (F5), it works OK. When omiting the "run" keyword in the ShellExecute statement, the "second instance" message will not occour, but the SciTE window overlays the first message. This means, that the script was again edited by the ShellExecute. It should be mentioned in the help file, that the "run" verb can be used to force the execution of a script. #include "Misc.au3" If _Singleton(@ScriptName, 1) = 0 Then Exit MsgBox(0, "","Second instance") ShellExecute(@ScriptFullPath, "", "", "run") MsgBox(0, "First instance", "First instance") |
|||
| #318 | Fixed | GUICtrlSetTip problem on TreeViewItem | Jpm | Wooltown |
| Description |
I try to make a tooltip on an GUICtrlCreateTreeViewItem, it gives code 1, success, but it won't work, I don't know if it should work or not, biut if it shouldn't work, then it should give return code 0, and the helpfile should inform about it |
|||
| #319 | No Bug | BitOR gives error | anonymous | |
| Description |
GUICreate("Test", 400, 610, -1, -1, BitOR($WS_DLGFRAME,$WS_CLIPSIBLINGS)) works with 3.2.10 version, but with 3.2.12 release i get error: Variable used without being declared. Also created gui with koda and i get same error message. Downgrading to 3.2.10 version fixes problem. |
|||
