Re: [MacRuby-devel] Admin privileges / Authorization Framework

2013-04-08 Thread Mario Steele
calculating > progress) > > Here's hoping someone can point me in the right direction. Thanks in > advance. > > Jeff > ___ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > https://lists.

Re: [MacRuby-devel] Close Current window and Pass Data

2011-02-06 Thread Mario Steele
t;> http://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindowController_Class/Reference/Reference.html#//apple_ref/occ/instm/NSWindowController/close >> ___ >> MacRuby-devel mailing list >> MacRu

Re: [MacRuby-devel] Using compiled MacRuby objects from an Objective-C application

2010-12-23 Thread Mario Steele
t; one other reference to this question, but it was left mostly unanswered: >> >> >> http://lists.macosforge.org/pipermail/macruby-devel/2010-October/006206.html >> >> -Justin >> ___ >> MacRuby-devel mailing list >>

Re: [MacRuby-devel] Weird behaviour for a weird line of code

2010-11-19 Thread Mario Steele
e.org >> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> >> ___ >> MacRuby-devel mailing list >> MacRuby-devel@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> > >

Re: [MacRuby-devel] Frameworks Help

2010-10-29 Thread Mario Steele
ors. But if you use NSLock in your wrapper, in areas where you need to gather data from the C library for use in Objective-C / MacRuby, it should greatly reduce the malloc() crashes. hth, Mario > Thanks, > > Shaun > > > > > On 2010-10-24, at 12:17 AM, Mario Steele wr

Re: [MacRuby-devel] Frameworks Help

2010-10-24 Thread Mario Steele
mmand in the framework? >> >> >> >> Thanks, >> >> >> >> Shaun >> >> >> >> ___ >> >> MacRuby-devel mailing list >> >> MacRuby-devel@lists.macosforge.org >> >> http://lists.macosforge.or

Re: [MacRuby-devel] Frameworks Help

2010-10-19 Thread Mario Steele
_ > > MacRuby-devel mailing list > > MacRuby-devel@lists.macosforge.org > > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ > MacRuby-devel mailing list > MacRuby-deve

Re: [MacRuby-devel] IB and Ruby files.

2010-10-18 Thread Mario Steele
> the code resides on IB or Xcode. > > The alternative is to add all my rb files into a flat directory > structure in the bundle, but I don't have to do this. Am I missing > something, is there a better way to get IB to recognize files in > nested directories? > > Thanks,

Re: [MacRuby-devel] Sequel + SQLite Crash SIGABRT

2010-10-06 Thread Mario Steele
s shown in the man page, where you do the 'macrubyc test.rb code.dylib -o test' Laurent > > > ___ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > http://lists.macosforge.org/mailman/listinf

[MacRuby-devel] Sequel + SQLite Crash SIGABRT

2010-10-06 Thread Mario Steele
le all my .rbo files into a .dynlib and have my main program, link to the dynlib, so I can avoid having to have a bunch of .rbo files in the root of my Resources directory, or if I should continue to compile them into .rbo's, and using my structured layout instead. Thanks, Mario -- Mario St

Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Mario Steele
now working on preparing the release > and announcement post. It should now be released very soon, likely Monday > (we want to do more testing). > > > -- Mario Steele Lieutenant Commander 3 XO - Geo 99 XO - STO IFT Fleet http://www.trekfederation.com http://geo99.ruby-im.net ___

Re: [MacRuby-devel] New to MacRuby and Cocoa

2010-09-26 Thread Mario Steele
s that I need to work with, based upon using a database schema. As I have said, I've gotten this far, just got a bit more go to. lol Thanks for any and all help, Mario > On Sat, Sep 25, 2010 at 10:44 PM, Mario Steele wrote: > >> Hello All, >> >> First, let me

Re: [MacRuby-devel] Including and accessing C libraries

2010-09-25 Thread Mario Steele
ss this library from MacRuby. Does anyone know of documentation that may > help? > > Evan > > ___ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >

[MacRuby-devel] New to MacRuby and Cocoa

2010-09-25 Thread Mario Steele
Hello All, First, let me introduce myself. I'm Mario Steele, I've been programming with Ruby for about 3 or 4 years now, mostly dealing with Ruby 1.8, and wxRuby (Also a maintainer there), and have recently decided to give MacRuby a try, since I've been using my Hackintosh setup m