Re: open recent in renaissance?

2010-05-11 Thread Fred Kiefer
Am 10.05.2010 21:49, schrieb Doug Simons: On May 10, 2010, at 1:28 PM, Fred Kiefer wrote: As far as I know none of the GNUstep sample applications has a recent document menu. This means we just don't know whether this works at all. I believe the recent document menu simply doesn't work

Re: open recent in renaissance?

2010-05-11 Thread Fred Kiefer
Could you add a breakpoint in noteNewRecentDocument: as well? And then step through this method. The only reason of this mechanism not working that I can think of at the moment is fileURL on your document returning nil. But how could that be the case? Perhaps some inconsistency like your code

Re: open recent in renaissance?

2010-05-11 Thread David Wetzel
Hi, it works now, it was the plist. David EOModelEditorInfo.plist Description: Binary data ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: open recent in renaissance?

2010-05-11 Thread Tim Schmielau
What exactly made it working? My own application (not based on NSDocument) never had open recent working, although the exactly same code works with Cocoa. Tim On 11 May 2010, at 09:45, David Wetzel wrote: Hi, it works now, it was the plist. David EOModelEditorInfo.plist