Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiSetFormPosition

hiSetFormPosition(
l_location
) 
=> t / nil

Description

Sets the default initial location for forms displayed without an explicit location argument.

It gets overriden by specifying a location to hiDisplayForm.

If the user has set the formPlacement resource to something other than the default, this location is not used.

The default value can be set in your .Xdefaults file with the line

Opus.formPlacement: default

or by setting the formPlacement property of the Command Interpreter Window to "default" with the line

hiGetCIWindow ( ) => formPlacement = "default"

Argument

l_location

Location being specified. This must be a list of two integers.

Value Returned

t

The form position is set.

nil

An error occurred. An error message is displayed.

Related Topics

Form and Field Functions

hiDisplayForm


Return to top
 ⠀
X