Try using "macgem". All of the MacRuby binaries are prefixed with "mac-"
(macruby, macirb, macri, etc.)
On Thu, Apr 14, 2011 at 1:44 AM, Paul Davis wrote:
> I'm past the Hello World tutorial, and want to try something useful but I
> cannot seem to access my gems from within the XCode/MacRuby env
I'm past the Hello World tutorial, and want to try something useful but I
cannot seem to access my gems from within the XCode/MacRuby environment.
rubygems is there, as is pp; but not, for instance hpricot.
$gem list --local
...
hpricot (0.8.1, 0.6.164)
...
rack (1.0.1)
rails (2.3.5, 2.3.4, 1.2.
I wrote a sample for something like that... I just can't remember where I
put it...
Ok, I found it, it was an old hotcocoa example:
https://github.com/MacRuby/MacRuby/blob/tags%2F0.5b2/sample-macruby/HotCocoa/download_and_progress_indicator/lib/application.rb
Hopefully that will help you get start
Hi all,
I want to display a progress indicator (slider looking thing) when playing
media, similar to what you would see in iTunes or QuickTime. It will need to
update as the media plays. I'm at a bit of a loss on how to go about this in
terms of the UI. I've thought about subclassing NSSlider and