Kbase P80491: **FILL-IN widget does not fit in parent parent FRAME F-Main. (6491)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/23/2004 |
|
Status: Unverified
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
**<widget id> does not fit in parent <parent widget id>. (6491)
**FILL-IN widget does not fit in parent parent FRAME F-Main. (6491)
SmartDataViewer has a SmartSelect realized as a browse.
SmartSelect field > "X(70)" wide.
Browse br_table does not fit in parent Frame F-Main. (6491)
CAUSE:
This is caused by the fact that the width of the SmartSelect field is longer than its container frame. This is just a warning. The code eventually resizes everything to work fine.
FIX:
A possible solution is to suppress all warnings of the session by inserting the following statement at very beginning of the MAIN block of the main application window:
SESSION:SUPPRESS-WARNINGS = TRUE.