• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Programmatic Toolbar Blinking
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Programmatic Toolbar Blinking (From: Richard Somers <email@hidden>)
 >Re: Programmatic Toolbar Blinking (From: John Pannell <email@hidden>)
 >Re: Programmatic Toolbar Blinking (From: Richard Somers <email@hidden>)
 >Re: Programmatic Toolbar Blinking (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: Programmatic Toolbar Blinking
  • Next by Date: [iPhone] How to make UITextView show spell suggestions on top rather than under the text
  • Previous by thread: Re: Programmatic Toolbar Blinking
  • Next by thread: CoreData models as structures
  • Index(es):
    • Date
    • Thread