Kbase P13170: Frame Background object name attribute references wrong obje
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Frame background object name attribute references wrong object.
Objects defined in the background of a frame cannot be referenced by their name attribute. Since the object does not exist as an object in the frame foreground Progress assumes that object must be the first object in the frame.
In Progress 8.x such references raised a compile time error 3567.
Could not find <element-name> in frame <frame>. (3567)
CAUSE:
Bug 20021106-003
FIX:
Walk the widget tree to obtain the handle to the background object and then use the handle to manipulate it.