BSD

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Widgets turning white and never unturning white?

    0 answers - 982 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    You seem to have missed the whole point of sheets. Sheets are window modal but not application modal. If your program flow could not continue until the sheet was dismissed, nothing else could get done in the application until the sheet was dismissed.
    The whole point of the didEndSelector: argument to is to provide a selector that will be called when the sheet is closed. Whatever you want to do after the sheet is closed, do it in the method that handles the message identified by the selector you specify.
    Note that while a sheet is visible, the window the sheet is attached to will not receive most events. The events are consumed by the sheet. This is what is meant by window modal.
    Do not post admin requests to the list. They will be ignored.
    Cocoa-dev mailing list (Cocoa-dev (AT) lists (DOT) apple.com)
    Help/Unsubscribe/Update your Subscription:
    %40developershed.com
    This email sent to bsdarchive (AT) developershed (DOT) com

Re: Widgets turning white and never unturning white?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 0 + 9 =
QUESTION ON "BSD"

EMSDN.COM