Kbase P129540: Why is the SmartToolBar not a tabbable object in the frame of a SmartWindow?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/03/2008 |
|
Status: Unverified
GOAL:
Why is the SmartToolBar not a tabbable object in the frame of a SmartWindow?
GOAL:
Can the SmartToolBar be made to a tabbable object in the frame of a SmartWindow?
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
FIX:
The SmartToolBar is not a tabbable object in a SmartWindow because its frame does not have any tabbable objects, that is it has no widgets that can accept focus, and because its dynamic buttons as created created in the adm2/toolbar.p are defined as NO-FOCUS and FLAT which can not accept focus and hence are not tabbable objects.
To make the SmartToolBar a tabbable object, you need to add to it a widget that can accept focus, for example a FILL-IN or modify the CreateButton function in the adm2/toolbar.p procedure to create focus accepting non-flat buttons.