LImageViewer::AnimationStartedCallBack

#include "ltwrappr.h"

virtual L_INT LImageViewer::AnimationStartedCallBack(nCellIndex)

L_INT nCellIndex;

/* index of a cell */

This callback function is fired if the control animation has been started.  This feature is available in version 16 or higher.

Parameter

Description

nCellIndex

Index of the cell, which has the animation engine started.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Required DLLs and Libraries

LTIVW

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LImageViewer::EnableAnimationStartedCallBack, LImageViewer::AnimationStoppedCallBack, LImageViewer::EnableAnimationStoppedCallBack, LImageViewer::SetAnimationProperties, LImageViewer::GetAnimationProperties, LImageViewer::IsCellAnimated, LImageViewer::StopAnimation, LImageViewer::StartAnimation, LImageViewer::Create, LImageViewer::RemoveCell, LImageViewer::InsertCell, LImageViewer::GetCellCount, LImageViewer::GetCellWindowHandle, LImageViewer::SetCellTag, LImageViewer::SetCellProperties, LImageViewer::GetCellProperties, LImageViewer::RepositionCell, LImageViewer::GetCellPosition, LImageViewer::SetCellBitmapList, LImageViewer::GetCellBitmapList, LImageViewer::GetCellBounds, LImageViewer::SelectCell, LImageViewer::IsCellSelected, LImageViewer::IsCellFrozen, Class Members

Topics:

Image Viewer Functions: Implementing Animation

 

Implementing Animation

 

Image Viewer Functions: Callbacks

Example

For an example, refer to LImageViewer::EnableAnimationStartedCallBack.