cancel
Showing results for 
Search instead for 
Did you mean: 

One side of window BORDER not displaying in Script

Former Member
0 Kudos

Hi Friends,

There is issue with Script, in MAIN Window, INFO Window i.e. right side of the WINDOW border not displaying, can you pls suggest to fix this issue

It is used

/: POSITION WINDOW

/: POSITION XORIGIN -20 TW YORIGIN -20 TW

/: SIZE WIDTH +20 TW HEIGHT +20 TW

/: BOX FRAME 20 TW

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check with the widow size, Try to increase the window size.

Here is sample code:

/: Position Xorigin '20' cm Yorigin '20' cm.

/: SIZE WIDTH '20' TW HEIGHT '20' TW

/: BOX FRAME 10 TW

Hope this solves the issue

Regards,

Rajani

Former Member
0 Kudos

Hi,

In the form in the command box write the code as

/: BOX WIDTH '10' CM HEIGHT 5 CM FRAME 10 TW

This will draws a rectangle box.

Regards,

jaya

Former Member
0 Kudos

Hi Jaya,

I know it will draw a recatangle box, the issue is right side border is not displaying

-Srinivas

9880107489