Project

General

Profile

Feature #2490

fix movement of widgets part of a down frame's body

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

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

Related to User Interface - Feature #2252: implement GUI client support Closed 03/24/2014
Related to User Interface - Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects) New 12/29/2013 01/08/2014

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.

Also available in: Atom PDF