Kbase P40494: Can I make a combo-box scroll horizontally in both GUI and T
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/09/2003 |
|
Status: Unverified
GOAL:
Can I make a combo-box scroll horizontally in both GUI and TTY modes?
FIX:
There is no way to make the combo-box scroll horizontally because the combo-box widget simply does not have a scrollbar capability in Progress 4GL.
A simulation of a combo-box with the horizontal scroll attribute that would work in both GUI and Character modes is achievable by implementing an updatable browse widget with one column and an associated 'VALUE-CHANGED' trigger to protect against the user modifying the entries.
A Selection-List widget implementation to simulate a combo-box with the horizontal scroll attribute is not available as an alternative because the Selection-List widget does not support horizontal scrolling in CHUI.