Tip of the Day Dialog Actions

Top   Previous   Next

The Tip of the Day Dialog gives information about the program.  From a scripting perspective, you will probably not need to use this dialog.  However, you can retrieve information about the number of available tips, the current tip, etc.

 

Check Property

The Check Property action is a basic action which is described in the Basic User Interface Actions section of the manual.  The following properties are available from the Tip of the Day Dialog.

· Current Tip Index - Returns the index of the current tip which is being shown.  The first tip in the list is 0.
· Current Tip - Returns the text of the current tip being shown.
· Number of Tips - Returns the number of tips which are available for viewing.
· Show Tips at Startup - Returns whether or not Tips are shown when the program starts.  The value will be true if they are shown, and false if they are not.

 

Go to Tip

The Go to Tip action allows you to navigate between the various tips.  You will need to specify which tip you wish to make active.  Specifying Next for the Tip to Go to is equivalent to Selecting the Next Tip button.  The functionality to jump to any specific tip is available only with the scripting interface.

 

Parameter Name

Description

Tip to Go To

Specifies the tip which the program should move to.  This can either be the number of the tip (0 is the first tip), or the word Next which indicates that zsDuplicateHunter should set focus to the next tip in the sequence.

 

Set Checkbox

The Set Checkbox action is a basic action which is described in the Basic User Interface Actions section of the manual.  You can change the Show Tips at Startup checkbox in the Tip of the Day Dialog.

 

Basic User Interface Actions

In addition to these actions, you can use the Basic User Interface Actions - Close Dialog, Move Dialog, Resize Dialog, and Take Screenshot.  For more information on these actions, see the Basic User Interface Actions section of the manual.