Bug #8598
Frame has no scrollbars
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Vladimir Tsichevski over 2 years ago
Example:
ASSIGN
CURRENT-WINDOW:WIDTH-PIXELS = 900
CURRENT-WINDOW:HEIGHT-PIXELS = 800.
DEFINE FRAME theFrame
WITH
SIZE 450 BY 20
NO-LABELS.
VIEW FRAME theFrame.
WAIT-FOR GO OF FRAME theFrame.
In OE the frame has scrollbars, but in FWD it has not.