> > I have a container than contains other containers that are build at runtime with the addobject function.
> > This works all perfect except for one thing. When I set the master container invisible (visible=.F.) it takes a few seconds to hide the container.
> > Setting visible back to .T. is done without any hesitation.
> > Anyone has an Idee whats the reason for this and how I could solve this.
>
> Annie-Mie,
>
> Try the LOCKSCREEN property of the form. This may not bring your form to the speed you expect but it helps prevent the form from refreshing the controls unnecessarily until you think its time to do so.
>
I have tried almost everything. Also using the lockscreen. Finaly I put stopped using addobject. Then it seemed to work fine. Just wondering why I had this delay when setting master container invisible.