Kbase P21264: Object rectangles disappear from view when using the Microso
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/17/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x.
SYMPTOM(s):
Object rectangles disappear from view when using the Microsoft TabStrip Control.
Object rectangles are sinking through the Microsoft TabStrip folder.
CAUSE:
Rectangles cannot be placed directly on the surface of a SmartFolder or TabStrip control. The rectangle sinks below the surface and cannot be seen by implementing
methods, MOVE-TO-TOP() or MOVE-TO-BOTTOM()
FIX:
To use a Rectangle for visual organization, you must first place a borderless (thus invisible) Frame object, with its Scroll Bars option turned off, on the SmartFolder. Then place the desired Rectangle on the Frame. The Frame will keep the Rectangle from sinking through the SmartFolder or TabStrip control.