I\'m trying to call a method in MacRuby that\'s defined like this: NSPropertyListSerialization ---------------------------
This works when I try it in MRI.But this is what happens in Macruby: $ macirb -f irb(main):003:0> require \'aws/s3\'
i have a simple macruby application and i want to get some user-input via a NSTextField, but when i run the application with \'\'\'macruby test.rb\'\'\' all the input on the focused text-field goes in
(code examples in macruby syntax) If I create an url with: u1 = NSURL.fileURLWithPath(\'/tmp\') and then try to create an url with symlinks resolved:
NEWBIE QUESTION ALERT! I have a brand new macruby application in Xcode 4.1. In my application delegate I add this method:
I\'ve implemented the selector alertDidEnd:returnCode:contextInfo:. The last parameter, contextInfo, is a void pointer. Before calling the method I put the pointer together as follows.
I have a MacRuby app, and after 开发者_如何转开发the app launches, I would like to launch a second process using an NSTask. The second process is a Ruby script bundled with the app. I would like to la
I\'m writing a super cool app with a preferences panel. If a user opens the preferences panel, makes a change to her preferences, and then closes the panel without saving thos开发者_运维技巧e changes,
I\'m looking for creating a connection using ssh in order to execute some command on a remote server.
In this tutorial for sheet programming in cocoa, I am told to invoke the following method: [[alert beginSheetModalForWindow:[searchField window]