gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

open recent in renaissance?


From: David Wetzel
Subject: open recent in renaissance?
Date: Mon, 10 May 2010 02:15:14 -0700

Hi,

I am writing an NSDocument based application using renaissance, but my recent 
documents menu never gets any entries.

Thats is in my GSMarkupDocument subclass:

- (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName 
error:(NSError **)outError 
{  
  ASSIGN(_eomodel, [EOModel modelWithContentsOfFile: [absoluteURL path]]);
  ASSIGN(_entityNames,[_eomodel entityNames]);
    
  return YES;  
}

which loads the document just fine, but the recent documents menu is empty...
Any ideas?

David






reply via email to

[Prev in Thread] Current Thread [Next in Thread]