home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8027 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.0 KB  |  40 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!almserv!usenet
  3. From: pbeiler@fnma.com (Phil Beiler)
  4. Subject: HELP: - app: fileOperationCompleted:
  5. Message-ID: <1993Jan7.211843.27115@almserv.uucp>
  6. Sender: usenet@almserv.uucp
  7. Nntp-Posting-Host: 158.137.10.163
  8. Reply-To: pbeiler@fnma.com
  9. Organization: Fannie Mae
  10. Date: Thu, 7 Jan 1993 21:18:43 GMT
  11. Lines: 27
  12.  
  13.  
  14. I am having problems with the method:
  15.  
  16. app: fileOperationCompleted:
  17.  
  18. I performed the following command:
  19.  
  20.     rc = [[Application workspace] 
  21.         performFileOperation:WSM_RECYCLE_OPERATION 
  22.         source:THE_PATH 
  23.         destination:"" 
  24.         files:fileList
  25.         options:NULL];
  26.  
  27. The request returns a positive integer, which means that it should call  
  28. the fileOperationCompleted method, when the operation has completed. The  
  29. file gets moved to the recycler, by the method never gets called.
  30.  
  31. I am positive that the application delegate is set to the file with the  
  32. app: fileOperationCompleted method.
  33.  
  34. I wrote a simple test program and can't get it to work. 
  35.  
  36. Any help would be appreciated.
  37.  
  38. Phil Beiler
  39. FannieMae, Washington DC
  40.