Modify

Opened 11 years ago

Closed 11 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 Changed 11 years ago by TicketCleanup

  • Version 3.3.9.19 deleted

Automatic ticket cleanup.

comment:2 Changed 11 years ago by FireFox

  • Milestone set to 3.3.9.20
  • Owner set to FireFox
  • Resolution set to Completed
  • Status changed from new to closed

Added by revision [8785] in version: 3.3.9.20

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain FireFox.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.