Kbase 18437: When Does A Static Frame Really Go Away?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/12/1998 |
|
When Does A Static Frame Really Go Away?
When a block goes out of scope, any static frame that was created by
that block will be destroyed if it is not currently visible. If it
is currently visible, then it will get marked as an "orphan".
Subsequent DISPLAY, VIEW, etc of new frames will look around to see if
there is an orphan frame that can be destroyed in order to make room
on the screen.