PullScreen Method

This member of Class WaveLinkIO is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The PullScreen Method restores a previously saved screen as the current screen while simultaneously deleting the screen file from the RF device’s memory.

Syntax

public void PullScreen(String fileName)
throws WaveLinkError
public void PullScreen(String fileName, int screenFlags)
throws WaveLinkError

Parameters

fileName

The file containing the image

screenFlags

Determines whether widgets are present in the image file. The possible values for screenFlags are:

WLIGNORE_WIDGETS - Includes widgets in image file

WLINCLUDE_WIDGETS - Does not include widgets in image file

Throws

WaveLinkError

Remarks

Use the PushScreen Method to save a current screen file to device memory.

Use the RestoreScreen Method if you wish to restore a screen without deleting it from the device memory.

When used in conjunction, PushScreen and PullScreen or RestoreScreen can temporarily interrupt a displayed screen within your application, then restore the screen to its original state. This creates faster display when re-using screens.

Example

See the PushScreen Method

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal