Status Interface

The constructor function returns an object that is used by the Open Client to control the status.

This interface object must have the following functions:

destroy

 

 

Purpose

Remove the Status object from the environment and free up any resources used by the object instance. This function has no parameters and no return value.

Parameters

This function has no parameters.

Remarks

Return value:

This function has no return value.

Example

 

 

repaint

 

 

Purpose

The Status object needs to be repainted.

Parameters

This function has no properties.

Remarks

Return value:

This function has no return value.

Example

 

 

setProperty

 

 

Purpose

Sets a property.

Parameters

name is the property name. This can be message, mode, function or busyMessage, mode and function are strings and busy is Boolean (TRUE means that the Open Client is busy communicating with the server).

Value is the property value.

Remarks

Return value:

This function has no return value.

Example

 

show

 

 

Purpose

Show the Status object. This function has no parameters and no return value.

Parameters

This function has no parameters.

Remarks

Return value:

This function has no return value.

Example

 

hide

 

 

Purpose

Hides the Status object. This function has no parameters and no return value.

Parameters

This function has no parameters.

Remarks

Return value:

This function has no return value

Example

 

 

Comment on this topic

Topic ID: 800079