cancel
Showing results for 
Search instead for 
Did you mean: 

One side of the 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 (3)

Answers (3)

Former Member
0 Kudos

Hi,

I think the problem is with window Width. Try to Increse the width of window of Reduce the size of Box at right side.. Otherwise use Unit of measurement as MM or CM.

viquar_iqbal
Active Contributor
0 Kudos

Hi

reduce the size of the box and check if its displaying properly . if yes then check if the box is inside the main window

Thanks

Viquar Iqbal

Former Member
0 Kudos

Hi,

Check with the mainwindow 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 helps you.

Regards,

Rajani

Former Member
0 Kudos

This message was moderated.