cancel
Showing results for 
Search instead for 
Did you mean: 

Boxing & Shading a script form

Former Member
0 Kudos

I've made a box on my header data and now I want to shade this area. So I'm using the folowing:

/: BOX INTENSITY 10

/: BOX XPOS 0 CM YPOS 0 CM WIDTH '20.92' CM HEIGHT '8.93' CM FRAME 10 TW

But the thing it's shading but not on the required area.... can you please help.... Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

/: BOX INTENSITY 10 -> Fills the window background with shading having a gray scale of 10 %.


/: BOX XPOS 0 CM YPOS 0 CM WIDTH '20.92' CM HEIGHT '8.93' CM FRAME 10 TW INTENSITY 10

Regards

Sudheer

Former Member
0 Kudos

Thanks..... but I can not have it on the same line so I had to put INTENSITY 10

on the second line as following but not working

/: BOX XPOS 0 CM YPOS 0 CM WIDTH '20.92' CM HEIGHT '8.93' CM FRAME 10 TW

/:INTENSITY 10

former_member533584
Contributor
0 Kudos

Hi shaheen ,

USE LIKE THIS

/: POSITION XORIGIN 0 CM YORIGIN 0 CM

/: SIZE WIDTH '20.92' CM HEIGHT '8.93' CM

/: BOX FRAME 10 TW INTENSITY 20

Rerards,

Ananth

Message was edited by:

ananth

Former Member
0 Kudos

Thanks very much for solving my Q.... by the way I figured out other solution as well.

/: BOX WIDTH '20.92' CM HEIGHT '8.93' CM INTENSITY 10

Answers (0)