[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSWorkspace bug
From: |
Enrico Sersale |
Subject: |
Re: NSWorkspace bug |
Date: |
Sat, 29 Dec 2001 13:19:48 +0200 (EET) |
On Sat, 29 Dec 2001, Richard Frith-Macdonald wrote:
>
> On Thursday, December 27, 2001, at 12:14 PM, Enrico Sersale wrote:
>
> >
> > After the new NSWorkspace implementation of the
> > [performFileOperation:...]
> > and [selectFile:inFileViewerRootedAtPath:] methods, I've changed all the
> > GWorkspace's code to not inherit from NSWorkspace anymore. Now
> > GWorkspace
> > is subclass of NSObject.
> >
> > Then, I've written a little test-app to call these NSWorkspace methods
> > and
> > to see if the corrispondent methods of GWorkspace are called.
> >
> > Well, this doesn't seem to work because i get:
> >
> > NSInvalidArgumentExeption: GSListener does not recognise
> > selectFile:inFileViewerRootedAtPath
> >
>
> Not sure why this should be.
>
> I implemented forwardInvocation: ... it may help.
Ok, now it works.