Any reason why I shouldn't be able to merge the controller and FS classes into one? Essentially, move the delegate functions into the controller class. Like:
userFS = [[GMUserFileSystem alloc] initWithDelegate:self isThreadSafe:YES]; I had things working and then I did this (where delegate is self) and am now getting weird null pointer issues. The first time the delegates are called, it works, but after that references are broken. Another change is that I am not using a NIB file anymore. I made a class that has mount and unmount methods and is called from main. Everything mounts and the initial files show up, but objects that were set, seem to become unset after the first round of calls as if the class is getting reinitiated. It might be something I did wrong in ObjC, but I am thinking it is not. I have reviewed the code several times. Thanks. Cocoa Dummy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
