[Stackoverflow] [Progress OpenEdge ABL] How to create GUI in OpenEdge Progress 4GL

  • Thread starter Thread starter Dominique
  • Start date Start date
Status
Not open for further replies.
D

Dominique

Guest
While having a look at a frame, developed in Progress 4GL, I see source code like the following:

Code:
DEFINE FRAME FRM1
     Field1 AT ROW 1.54 COL 3 NO-LABEL
     Field2 AT ROW 1.81 COL 33
     Field3 AT ROW 2.54 COL 7.29 COLON-ALIGNED
     ...

This hardcoded way of working is heavily different than GUI development in Java (Swing) and Delphi (panels), where general layouts are used, having its impact on resizing, working with different resolutions, ...

My colleagues have no idea what I'm talking about, hence my question here: is a modern layout possible in OpenEdge Progress 4GL?

Thanks in advance

Continue reading...
 
Status
Not open for further replies.
Back
Top