Custom Query
Results (19 - 21 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2428 | Completed | TrayCreateMenu - syntax - default values | FireFox | mlipok |
Description |
in TrayCreateMenu in syntax there is: TrayCreateMenu ( "sub/menutext" [, menuID [, menuentry]] ) Is there are default parameters = -1 and = 0 Do they should not be found in the description of the syntax. |
|||
#2430 | Completed | WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive | FireFox | mlipok |
Description |
All these functions have different records in remarks. "None" "None" "The window is polled every 250 milliseconds or so." "The script polls for a window match every 250 milliseconds or so." I think this description is inaccurate and not homogeneous. Please consider the change and unification. |
|||
#2431 | Completed | Win.... ("title" [, "text" - syntax and description | FireFox | mlipok |
Description |
Almost all such functions WinSet Winget WinWait WinMove syntax is described like this WinWait ("title" [, "text" which suggests that the "text" is optional Even in such a function WinSetOnTop ("title", "text", flag) you can use WinSetOnTop ("Total", "", 1) or WinSetOnTop ("Total", "", 0) But never says anything about what is the default value for the "text" if it is optional, and nothing about the possibility of using an empty string. In addition, the extensive features such as: WinWaitActive ("title" [, "text" [, timeout = 0]]) there is no description of what is the default value timeout = 0 Mostly only the description "Timeout in seconds" Please consider supplementing documentation in these ranges. |