Thanks guys,
Ian Bartholomew schrieb:
> Günther,
>
> Try adding an #onViewClosed method (or modifying any existing one) to
> include
>
> onViewClosed
> super onViewClosed.
> SessionManager current isRuntime ifTrue: [SessionManager current exit]
>
> I've had the sticking-around problem in the past and, after asking here
> IIRC, I now use the above in all my deployed apps.
>
I will, I just wish I knew what causes the problem.
Günther
PS
Any ideas why a view in a tabbed container is initially incompletely
drawn when first shown, but fine ever after?