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

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!att!mcdchg!chinet!npoint!trivedi
  3. From: trivedi@npoint.com
  4. Subject: Re: HELP: - app: fileOperationCompleted:
  5. Message-ID: <1993Jan9.182212.289@npoint.com>
  6. Organization: nPOINT, Ltd.  8026 North Washington, Niles, IL  60714
  7. References: <1993Jan7.211843.27115@almserv.uucp>
  8. Date: Sat, 9 Jan 1993 18:22:12 GMT
  9. Lines: 37
  10.  
  11. I had the exact same problem and the answer that I got was that it's
  12. fully documented but not implemented. Major :-( 
  13.  
  14. Kam
  15. ---
  16. pbeiler@fnma.com (Phil Beiler) writes:
  17.  
  18.  
  19. >I am having problems with the method:
  20.  
  21. >app: fileOperationCompleted:
  22.  
  23. >I performed the following command:
  24.  
  25. >    rc = [[Application workspace] 
  26. >        performFileOperation:WSM_RECYCLE_OPERATION 
  27. >        source:THE_PATH 
  28. >        destination:"" 
  29. >        files:fileList
  30. >        options:NULL];
  31.  
  32. >The request returns a positive integer, which means that it should call  
  33. >the fileOperationCompleted method, when the operation has completed. The  
  34. >file gets moved to the recycler, by the method never gets called.
  35.  
  36. >I am positive that the application delegate is set to the file with the  
  37. >app: fileOperationCompleted method.
  38.  
  39. >I wrote a simple test program and can't get it to work. 
  40.  
  41. >Any help would be appreciated.
  42.  
  43. >Phil Beiler
  44. >FannieMae, Washington DC
  45. -- 
  46. Kam Trivedi
  47. kam@nPOINT.COM
  48.