Re: SetHidden on two objects... Slow to hide
Re: SetHidden on two objects... Slow to hide
- Subject: Re: SetHidden on two objects... Slow to hide
- From: PGM <email@hidden>
- Date: Thu, 27 Jul 2006 10:21:51 -0400
Maybe this works:
NSDisableScreenUpdates();
[myViewA setHidden:YES];
[myViewB setHidden:YES];
NSEnableScreenUpdates();
Best, Patrick
On Jul 27, 2006, at 6:26, Trygve Inda wrote:
I call:
[myViewA setHidden:YES];
[myViewB setHidden:YES];
A is a spinning progress indicator, B is a text field. The spinner
disappears about .75 seconds before the text regardless of the order of
these lines.
Is the only way to hide them simultaneously (to the user) to
encapsulate
them in an NSView containing object?
I would have thought that setHidden would queue them up to be redrawn
the
next time through the loop and thus they'd vanish at the same time.
Thanks,
Trygve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden