Skip navigation.
 
mlRe: Document not opened at launch?
FROM : Mark Dawson
DATE : Wed Jul 26 19:36:50 2006

On Wednesday, July 26, 2006, at 09:23AM, Daniel Jalkut <<email_removed>> wrote:

>Thinking about this a little more - the behavior you're seeing 
>strongly hints at your app overriding the "open event" handler and 
>causing it to be ineffective.  Are you implementing any AppleEvent 
>handler routines in your app?
>

I'm not implementing any AE handlers.  I was trying to convert a program from a window model to a document model, so maybe missing something in the process.  I did discover that the open does NOT happen at all if the document window stuff (window controller) is in the main nib.  My app controller in the main nib now just stubs (returns YES) for aplicationShowOpenUntitledFile: to detect when I'm being called (I'll remove it later, as the defalut behavior is what I want anyway)?

Mark

Related mailsAuthorDate
mlDocument not opened at launch? Mark Dawson Jul 26, 03:32
mlRe: Document not opened at launch? Daniel Jalkut Jul 26, 18:18
mlRe: Document not opened at launch? Daniel Jalkut Jul 26, 18:23
mlRe: Document not opened at launch? Mark Dawson Jul 26, 19:36
mlRe: Document not opened at launch? Mark Dawson Jul 26, 19:53
mlRe: Document not opened at launch? -- [SOLVED] Mark Dawson Jul 26, 20:45
mlRe: Document not opened at launch? -- [SOLVED] Mark Dawson Jul 26, 23:45