Sets a flag that indicates if the filename is displayed, as specified in the Options panel.
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 |
|||
See also |
|
||