cancel
Showing results for 
Search instead for 
Did you mean: 

Box

Former Member
0 Kudos

Hi experts,

I have to put one rectangle box in my script ,let me know what is code to put this.

it urgent please.

Thanks in advance,

Radhakrishna Reddy.

Accepted Solutions (1)

Accepted Solutions (1)

former_member215781
Active Participant
0 Kudos

Syntax : /: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]

E.g. /: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15 .

FRAME indicates Thickness of frame (Default: 0 )

INTENSITY indicates the Grayscale of box contents as %.

Or

/: BOX POSITION WINDOW (Sets the values for the width and height to the values of the current window (default setting).

/: BOX FRAME 30 TW (For thickness of frame)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

BOX XPOS 0 CH YPOS 0 CH HEIGHT 2 CH WIDTH 25 CH FRAME 3 TW INTENSITY 12

use the above statement, it gives shading for that box.

simply give the same intensity for all the boxes, to which u want the shading.

note: quotes ' ' shoul not be given for values like xpos '00'

it should b without quotes.

note: when the value has decimal values, then quotes, should b given. like xpos '2.45', in this case quotes should b given.

rgds

Umakanth

Former Member
0 Kudos

Hi

use this code in any window then you will get the rectangular box.

BOX WIDTH '18.91' CM HEIGHT '0.84' CM FRAME '10' TW INTENSITY '15'.

use command line as /:

Former Member
0 Kudos

hi,

BOX Command

Syntax

/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]

Effect: draws a box of the specified size at the specified position.

Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT and FRAME both a measurement and a unit of measurement must be specified. The INTENSITY parameter should be specified as a percentage between 0 and 100.

1.XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.

Default: Values specified in the POSITION command.

The following calculation is performed internally to determine the absolute output position of a box on the page:

X(abs) = XORIGIN + XPOS

WIDTH: Width of the box. Default: WIDTH value of the SIZE command.

3.HEIGHT: Height of the box. Default: HEIGHT value of the SIZE command.

4.FRAME: Thickness of frame.

Default: 0 (no frame).

5.INTENSITY: Grayscale of box contents as %

SYNTAX :

./: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

Former Member
0 Kudos

BOX XPOS '0.0' CM YPOS '2.2' CM WIDTH '19.0' CM HEIGHT '7.5' CM FRAME 50

BOX XPOS '4' CM YPOS '4.8' CM WIDTH '0' CM HEIGHT '1.0' CM FRAME 50 TW

try this this will help u......

if it is usefull Plz Reward

regards

Anbu