home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!almserv!usenet
- From: pbeiler@fnma.com (Phil Beiler)
- Subject: HELP: - app: fileOperationCompleted:
- Message-ID: <1993Jan7.211843.27115@almserv.uucp>
- Sender: usenet@almserv.uucp
- Nntp-Posting-Host: 158.137.10.163
- Reply-To: pbeiler@fnma.com
- Organization: Fannie Mae
- Date: Thu, 7 Jan 1993 21:18:43 GMT
- Lines: 27
-
-
- I am having problems with the method:
-
- app: fileOperationCompleted:
-
- I performed the following command:
-
- rc = [[Application workspace]
- performFileOperation:WSM_RECYCLE_OPERATION
- source:THE_PATH
- destination:""
- files:fileList
- options:NULL];
-
- The request returns a positive integer, which means that it should call
- the fileOperationCompleted method, when the operation has completed. The
- file gets moved to the recycler, by the method never gets called.
-
- I am positive that the application delegate is set to the file with the
- app: fileOperationCompleted method.
-
- I wrote a simple test program and can't get it to work.
-
- Any help would be appreciated.
-
- Phil Beiler
- FannieMae, Washington DC
-