Project

General

Profile

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

Added by Constantin Asofiei over 7 years ago. Updated over 7 years ago.

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

0%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Constantin Asofiei over 7 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.

Also available in: Atom PDF