Project

General

Profile

Bug #9631

DISPLAY: value clipped by frame

Added by Vladimir Tsichevski over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
15692
version_resolved:
reviewer:
production:
No
env_name:
topics:

9631-1.png (834 Bytes) Vladimir Tsichevski, 02/10/2025 12:42 PM

9631-2.png (1.02 KB) Vladimir Tsichevski, 02/10/2025 12:42 PM

History

#1 Updated by Vladimir Tsichevski over 1 year ago

The code:

DISPLAY
  "SOME MESSAGE LONG ENOUGH" 
  WITH FRAME k.

WAIT-FOR GO OF FRAME k.

displays:

The message displayed does not fit in the frame width.

And the code:

DISPLAY
  "SOME MESSAGE LONG ENOUGH" 
  SKIP
  "VERY LOOOOOOONG MEEEEEEEEESAGE" 
  WITH FRAME k.

WAIT-FOR GO OF FRAME k.

displays:

now the frame width is increased by the next line, but both lines are clipped right still.

Also available in: Atom PDF