HyperWorks Desktop

*SetFileOn()

Sets a flag that indicates if the filename is displayed, as specified in the Options panel.

*SetFileOn()

Sets a flag that indicates if the filename is displayed, as specified in the Options panel.

Previous topic Next topic No expanding text in this topic  

*SetFileOn()

Sets a flag that indicates if the filename 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

*SetFileOn(file_on)

Arguments

Names

Description

 

file_on

0 - The filename is not shown.  This is the default.

1 - The filename is shown.

Example

To display the filename in a video window:

 

*BeginDefaults()

• • •

   *BeginVideoDefaults()

       *SetBorderColor(12)

       *SetFrameColor(12)

       *SetFileOn(1)

    • • •

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

       *SetAnimBubbleColor(6)

   *EndVideoDefaults()

• • •

*EndDefaults()

Application

MediaView.

Context

*BeginDefaults()

*BeginVideoDefaults()

See also

 

*SetBackgroundColor()

*SetForegroundColor()

*SetFrameOn()

*SetTimeOn()

*SetToleranceValue()

List of Preference Statements