HyperWorks Desktop

*SetFrameOn()

Sets a flag that indicates if the frame number is displayed as specified in the Options panel.

*SetFrameOn()

Sets a flag that indicates if the frame number is displayed as specified in the Options panel.

Previous topic Next topic No expanding text in this topic  

*SetFrameOn()

Sets a flag that indicates if the frame number is displayed as specified in the Options panel.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*SetFrameOn(frame_on)

Arguments

Name

Description

 

frame_on

0 - The frame number is not shown.

1 - The frame number is shown.  This is the default.

Example

To display the frame number in a video window:

 

*BeginDefaults()

• • •

   *BeginVideoDefaults()

       *SetBorderColor(12)

       *SetFrameColor(12)

       *SetFileOn(1)

       *SetFrameOn(1)

    • • •

       *SetCurveDefaults(1, 3, 1, 0, 0)

       *SetAnimBubbleColor(6)

   *EndVideoDefaults()

• • •

*EndDefaults()

Application

MotionView, HyperView, and MediaView.

Context

*BeginDefaults()

*BeginVideoDefaults()

See also

 

*SetBackgroundColor()

*SetFileOn()

*SetForegroundColor()

*SetTimeOn()

*SetToleranceValue()

List of Preference Statements