Re: Problem with beinSheet, endSheet [solution]
Re: Problem with beinSheet, endSheet [solution]
- Subject: Re: Problem with beinSheet, endSheet [solution]
- From: j o a r <email@hidden>
- Date: Tue, 17 Jul 2001 00:17:24 +0200
Hi again,
I have now found out why I got these errors - my initial assumptions
were all wrong...
=========================================================
Jul 16 17:19:56 myApplication[1393] *** Assertion failure in
-[NSApplication
_commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:
contextInfo:], NSApplication.m:2236
Jul 16 17:19:56 myApplication 1393] Modal session requires modal window
=========================================================
What I was doing at this time was reverting back to the last saved state
of the application = I threw out some objects and reinstantiated them.
What I forgot to do was to reload the nibs for these classes in a proper
way - hence the errors. The sheet couldn't load, because there were not
sheet available...
All doh best,
j o a r