Re: [MacRuby-devel] [ANN] HotCocoa gets reheated

2011-10-13 Thread Robert Lowe
Mark, You're freaking amazing! (Not only for your commits to macruby) but for breathing life into hotcocoa. Damn. Appspec is sinisterly awesome in concept. Love it, - Rob PS: A Torontonian too, eh? Let me buy you a beer sometime! ___ MacRuby-devel m

Re: [MacRuby-devel] requesting advice for using Garbage Collection for a Cocoa MIDI app (so that I may use MacRuby)

2011-07-27 Thread Robert Lowe
I have no expert weigh-in but only a quick google search revealed: From: http://www.cocoadev.com/index.pl?GarbageCollection > The big cost is to latency - the ability of a program to respond > near-instantaneously to real-time situations. For many programs, this is not > an issue - nanosecond l

Re: [MacRuby-devel] Xcode4 - Unit Tests / "Run Script" output

2011-07-24 Thread Robert Lowe
at the moment). > > Also, you may be interested in checking out Eloy's MacBacon and > ObjectiveBacon. Might be interesting to figure out integration at that level… > > Cheers, > > Josh > On Monday, July 18, 2011 at 5:12 PM, Robert Lowe wrote: > >> Hi all, >&

Re: [MacRuby-devel] Implement PXSourceList in MacRuby

2011-07-18 Thread Robert Lowe
I see the issue your having, I'm not sure why the objective-c delegate class and the macruby delegate class act differently. It appears to work when subclasses which is interesting. It's either a macruby bug or something in the headers. Regards, - Rob _

Re: [MacRuby-devel] Implement PXSourceList in MacRuby

2011-07-18 Thread Robert Lowe
So long and thanks for all the fish. Your implementation is wrong, it has nothing to do with macruby. You skipped a bunch of code which is required to make it function. For instance all SourceListItems must have children. When you port Objective-C code ensure you aren't skipping code or using

[MacRuby-devel] Xcode4 - Unit Tests / "Run Script" output

2011-07-18 Thread Robert Lowe
Hi all, How are you running your Unit Test in xcode4? Following the guide here: http://www.macruby.org/recipes/tdd-in-objective-c-with-macruby.html It went okay, Scripts output to the build log and in contrast octests output to the console. The problem I see with this method of running specs/

Re: [MacRuby-devel] MacRuby inside a Framework?

2011-07-01 Thread Robert Lowe
or the html beta version that is provided for free by > O'Reilly. > > - Matt > > Sent from my iPhone > > On Jul 1, 2011, at 22:43, Robert Lowe wrote: > >> Hi, >> >> Is it possible to include MacRuby into a Cocoa framework? Outside of th

[MacRuby-devel] MacRuby inside a Framework?

2011-07-01 Thread Robert Lowe
Hi, Is it possible to include MacRuby into a Cocoa framework? Outside of the NSApplication loop? Regards, - Rob ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Creating an objective c bundle

2011-07-01 Thread Robert Lowe
Amazing thanks Matt!! On 2011-07-01, at 3:20 AM, Matt Aimonetti wrote: > I updated the documentation with a chapter in my book: > http://ofps.oreilly.com/titles/9781449380373/_objective_c_code_in_macruby_apps.html > > - Matt > > On Thu, Jun 30, 2011 at 10:33 PM, Robert Low

[MacRuby-devel] Creating an objective c bundle

2011-06-30 Thread Robert Lowe
Hi all, I was following the guide : http://www.macruby.org/recipes/create-an-objective-c-bundle.html In xcode 4, it compiles fine. However the packaging or something is creating some wrapping directories, it's not compiling into a single object / dynamic lib... the binary is at: test_engine

Re: [MacRuby-devel] Fwd: Installing MacRuby HEAD with RVM

2011-06-29 Thread Robert Lowe
Just to weigh in on this, I found step 3 did the trick. Aw, Goatley. On 2011-06-29, at 10:25 PM, Mark Rada wrote: > I don't actually use rvm to build HEAD, since I have my llvm setup > differently and because I have other changes to MacRuby; however, I do use > HEAD with rvm. > > The trick is

Re: [MacRuby-devel] Need to Write Core Data Accessors in MacRuby?

2011-06-28 Thread Robert Lowe
Value must be a pointer when passed value_to_pointer = Pointer.new(:object) value_to_pointer.assign(value) Regards, - Rob On 2011-06-28, at 12:08 PM, Eloy Duran wrote: I have no experience with Core Data, but if you are looking to make repetitive work easy then don't forget about the metapr

Re: [MacRuby-devel] Need to Write Core Data Accessors in MacRuby?

2011-06-28 Thread Robert Lowe
On 2011-06-28, at 11:55 AM, Shannon Love wrote: > I'm not to the point of wiring up the UI yet. I will employ bindings when I > do so but at the moment I am creating a complex data model using > NSManagedObject subclasses with lots of customized behaviors. I do this all > the time in Objective-

[MacRuby-devel] xcode binding a class within a class?

2011-06-20 Thread Robert Lowe
Is it possible to bind classes in xcode to a class within a class? Say for instance the file's owner of an app (NSApplication) to a class within a class (MyApp::Application), or everything must go in the global namespace? <> Regards, - Rob ___ MacR

Re: [MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-19 Thread Robert Lowe
do, however, think it might be useful to collect MacRuby > specific gems (especially those that make app development easier) in a > central list somewhere… > > - Josh > > On Sunday, June 19, 2011 at 7:17 PM, Robert Lowe wrote: > >> Thanks! >> >> I ha

Re: [MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-19 Thread Robert Lowe
a Ballanco wrote: > Very cool stuff, Rob! > > Have you considered potentially merging Hotkeys and mynu into HotCocoa? > > - Josh > > On Friday, June 17, 2011 at 3:09 PM, Robert Lowe wrote: > >> Hi guys, >> >> Hope you enjoy em! All of these are on rubyg

[MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-17 Thread Robert Lowe
Hi guys, Hope you enjoy em! All of these are on rubygems now: Wrapping NSMXL (Credit to Wilson Lee / kourge): https://github.com/RobertLowe/ayril Global Hotkeys: https://github.com/RobertLowe/hotkeys Systembar Menu DSL: https://github.com/RobertLowe/mynu It should be noted