Re: Programmatic Toolbar Blinking
Re: Programmatic Toolbar Blinking
- Subject: Re: Programmatic Toolbar Blinking
- From: Richard Somers <email@hidden>
- Date: Fri, 5 Nov 2010 18:50:55 -0600
Problem solved. Thank you so much Quincey.
Uncheck "Visible At Launch" for the window in Interface Builder and
the problem is fixed. Actually the tool tip for "Visible At Launch"
says it all. "Indicates whether the window is (immediately) visible
when the NIB is loaded." The tool tip is the only place in the
documentation where this functionality is explained that I can find.
So there you go, when lost, read the tool tips.
The window was being displayed twice. Once immediately after the nib
was loaded and again the second time when 'showWindow:' was called.
Actually I have a slow graphics card. There are probably other
developers who have made this same mistake but have never have seen
the problem because their graphic card is faster than a blink.
--Richard Somers
On Nov 5, 2010, at 5:58 PM, Quincey Morris wrote:
I can't think of any good reason to leave "visible at launch"
checked, especially if the window has a window controller. In any
case, you have code to show the window, so you're not dependent on
the "visible at launch" behavior.
On Nov 5, 2010, at 5:05 PM, Richard Somers wrote:
The window (actually a panel) in the nib is set to be visible at
launch.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden