Bug #3193
Bug #2677: fix drawing and functional differences between P2J GUI and 4GL GUI
P2J fails fitting a SELECTION-LIST within a frame in certain cases
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 Constantin Asofiei almost 10 years ago
In uast/screen_value/screen-value-overrides2.p, change these lines:
/*sl VIEW-AS SELECTION-LIST LIST-ITEMS "a", "b", "c", "d"
SIZE 10 BY 10*/
sl
so that
sl is a selection-list:
sl VIEW-AS SELECTION-LIST LIST-ITEMS "a", "b", "c", "d"
SIZE 10 BY 10
After this, you will see that P2J fails when
frame f1:visible = true. is executed, as the sl can't fit in the frame.