Feature #2490
fix movement of widgets part of a down frame's body
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:
Related issues
History
#1 Updated by Constantin Asofiei over 11 years ago
The widgets part of the down body for a down frame can't be safely moved (by changing their ROW/COLUMN attributes) because in 4GL they are parented to the FIELD-GROUP widget associated with a down body iteration (thus all coordinates are relative to it), while in P2J all widgets (for all iterations) are parented to a single ScrollContainer instance (thus all coordinates are relative to this container).
See uast/label/label4term-move.p for an example.