cancel
Showing results for 
Search instead for 
Did you mean: 

script- box increse

Former Member
0 Kudos

There is already a box in the script , in which there are 4 lines. i need to insert two more lines in the box. I have written the two lines in the code but i see last two lines are appearing in the box . i know that i should increase the box size but i dont see anywhere the command BOX postion...what can i do?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

depending oh how you set up your box, you need either increase the size of your box.

Increase the number of your HEIGHT parameter for that, or if you have a box over your window, you have to increase the height of the window, to fulfil your requirement.

Cheers

Former Member
0 Kudos

Hi,

To increase the box size increase the box size:

/: Position Xorigin '2' CM Yorigin '5' CM.

/: size height '3' CM width '4' CM.

/: Box frame 10 TW.

(This command draws the box starts at 2cm from xorigin and 5cm from yorigin height is 3cm and width is 4cm)

Hope this solves the issue.

Regards,

Rajani

Former Member
0 Kudos

Hi

Please use the Xorigin and Yorigin , width and height of your window.

/:POSITION XORIGIN '5' YORIGIN '77' MM

/:SIZE HEIGHT '104' MM WIDTH '253' MM

/:BOX XPOS '10' MM WIDTH 0 TW HEIGHT '104' MM FRAME 10 TW

In case of Your window size is small , Increase the window size and set the box size.

Thanks

Sriiiiiiii(Srikanth)