FROM : Trygve Inda
DATE : Thu Jul 27 12:26:57 2006
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
DATE : Thu Jul 27 12:26:57 2006
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
| Related mails | Author | Date |
|---|---|---|
| Trygve Inda | Jul 27, 12:26 | |
| Ricky Sharp | Jul 27, 13:43 | |
| Trygve Inda | Jul 27, 14:24 | |
| Trygve Inda | Jul 27, 14:41 | |
| Matt Mashyna | Jul 27, 15:03 | |
| PGM | Jul 27, 16:21 | |
| Shawn Erickson | Jul 27, 16:27 | |
| Mike Abdullah | Jul 27, 17:09 |






Cocoa mail archive

