When you are working with both a dynamic information line (DIL) and a
status bar, the combination of the HAS-DIL
and HAS-STATUS-BAR
attributes determines whether and when DIL-TEXT
and STATUS-TEXT
values will be displayed:
HAS-DIL | HAS-STATUS-BAR | DIL-TEXT | STATUS-TEXT |
---|---|---|---|
TRUE | TRUE | displayed | displayed |
TRUE | FALSE | - | - |
FALSE | TRUE | - | displayed |
FALSE | FALSE | - | - |
If HAS-DIL
and HAS-STATUS-BAR
are TRUE
, the DIL-TEXT
will overlap the STATUS-TEXT
value and vice versa, depending on which was modified last.