[Stackoverflow] [Progress OpenEdge ABL] How to define accuracy in appBuilder?

Status
Not open for further replies.
D

Dominique

Guest
I'm using Progress-4GL, release 11.6, appBuilder and procedure editor.

I've just created a simple window, containing two buttons, Button-1 and Button-2.
The first one is simply placed on the window, the second too, but afterwards, I have dragged Button-2 one "entry" larger and one "entry" higher.

The result, in the code, looks as follows:

Code:
DEFINE BUTTON BUTTON-1 
     LABEL "Button 1" 
     SIZE 15 BY 1.14.

DEFINE BUTTON BUTTON-2 
     LABEL "Button 2" 
     SIZE 16 BY 1.45.

As you can see, the size has been increased by 1 (in fact, it's 1.00), the heigth by 0.31.

Are those values hardcoded or are they configurable and in case of the second, how can I do that?

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