HyperWorks Desktop

*SetDefaultPageLayout()

Specifies the default window arrangement.

*SetDefaultPageLayout()

Specifies the default window arrangement.

Previous topic Next topic No expanding text in this topic  

*SetDefaultPageLayout()

Specifies the default window arrangement.

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

Syntax

*SetDefaultPageLayout(configuration)

Arguments

Names

Description

 

configuration

A number between 1 and 20 that corresponds to a layout on the Layout dialog.

 

 

pglayout1

 

 

pglayout2

 

 

pglayout3

 

 

pglayout4

 

 

pglayout5

Example

*BeginDefaults()

 *SetAutoSaveInterval(0)

 *SetDefaultPageLayout(1)

 *SetDefaultPSFile("data.ps")

 *SetDefaultPrinterOrientation(Landscape)

 • • •

*EndDefaults()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefaults()

Comments

*SetDefaultPageLayout() is a general default statement.

Window positions are assigned according to the order of the window blocks in the script.  Window positions are assigned from left to right, top to bottom starting with the first window block.

Up to six windows can be specified regardless of the specified layout.  The extra windows are displayed when the layout is changed to accommodate them.

See also

 

*BeginDefaults()

List of Preference Statements