[MacRuby-devel] Drop on Icon

guillaume belleguic guillaume.belleguic at gmail.com
Wed Jul 13 11:12:15 PDT 2011


I'm using a delegate class for the first responder of my MainMenu.xib

class AppDelegate
    
    def application(sender, openFile: a_file)
        NSLog("Foo")
        return true
    end
end 

My application should be able to open a webloc file.

When I drop a webloc on the application icon, it never call the above method???

Someone have a solution ??? Thanks

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20110713/e9125181/attachment.html>


More information about the MacRuby-devel mailing list