Modify

Opened 13 years ago

Closed 13 years ago

#2431 closed Feature Request (Completed)

Win.... ("title" [, "text" - syntax and description

Reported by: mlipok Owned by: FireFox
Milestone: 3.3.9.20 Component: Documentation
Version: Severity: None
Keywords: Cc:

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.

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 13 years ago

Version: 3.3.9.19

Automatic ticket cleanup.

comment:2 by FireFox, 13 years ago

Milestone: 3.3.9.20
Owner: set to FireFox
Resolution: Completed
Status: newclosed

Added by revision [8785] in version: 3.3.9.20

Modify Ticket

Action
as closed The owner will remain FireFox.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.