Hi everybody,
when using resizable screens, it's a good idea to positioning controls with "column plus 1".
Unfortunately, this is not possible in the screen designer in the workbench. Only absolute numerical values can be entered here.
I can handle this when I enter "additional properties" "col plus 1".
This also works, but the compiler generates "Warning: Repeated or conflicting option".
Can this be prevented?
I can handle this when I enter "additional properties" "col plus 1".
This also works, but the compiler generates "Warning: Repeated or conflicting option".
Can this be prevented?
Also the generated code does not look nice:
05 la-lan-iso-2, Label,
COL 44,50, LINE 14,60, LINES 1,30 CELLS,
SIZE 2,70 CELLS,
FONT IS Small-Font, ID IS 1,
LABEL-OFFSET 0, NO-KEY-LETTER, TITLE lan-iso-2,
TRANSPARENT,
col plus 3.
COL 44,50, LINE 14,60, LINES 1,30 CELLS,
SIZE 2,70 CELLS,
FONT IS Small-Font, ID IS 1,
LABEL-OFFSET 0, NO-KEY-LETTER, TITLE lan-iso-2,
TRANSPARENT,
col plus 3.