Re: [MacRuby-devel] Issues with Notifications in MacRuby

2011-01-16 Thread Matt Aimonetti
Daniel, it looks to me that your object might get GC'd. Try using an instance variable instead let us know. - Matt Sent from my iPhone On Jan 16, 2011, at 14:18, Joel Reymont wrote: > > On Jan 16, 2011, at 6:28 PM, Daniel Lopes wrote: > >> Everything goes and compile but the selector regist

Re: [MacRuby-devel] Issues with Notifications in MacRuby

2011-01-16 Thread Joel Reymont
On Jan 16, 2011, at 6:28 PM, Daniel Lopes wrote: > Everything goes and compile but the selector registered in notification is > not called when user interact with ABPeoplePicker. Are you sure? I'm asking because building and running the code in FaceFinder.zip gives me this in the console: [

[MacRuby-devel] Issues with Notifications in MacRuby

2011-01-16 Thread Daniel Lopes
Hello, I'm playing with notification in MacRuby but I don't know the behavior of the same thing in Objc is a little diferent. I believe the problem could be something related to Macruby's XCode template that don't do something that the normal cocoa do. The app is really simple and I just creat