Re: [MacRuby-devel] Progress Indicator

2011-04-14 Thread Daniel Westendorf
I actually went ended up subclassing NSView for a very basic progress indicator that supports clicks to advance the progress. Find my example here: https://gist.github.com/921125 Daniel On Wed, Apr 13, 2011 at 10:43 PM, Matt Aimonetti wrote: > I wrote a sample for something like that... I just c

[MacRuby-devel] Fwd: How do I get gems into XCode/MacRuby environment?

2011-04-14 Thread Paul Davis
Okay, one elegant way to do make gems visible to MacRuby in XCode4 is to add environment variables GEM_HOME and GEM_PATH in the "Scheme". If you have ruby 1.9.2 installed via rvm (rvm.beginrescueend.com) as I do, type: >rvm 1.9.2 >rvm info Look for the GEM_HOME and GEM_PATH value

Re: [MacRuby-devel] WWDC ?

2011-04-14 Thread Christian Niles
Pivotal has us tentatively on the calendar for Monday June 6th, assuming we want that date. Because of fire codes they can only have 50 attendees though, so we should perhaps most a signup sheet somewhere. I'll create an EventBrite page unless we want to put it on the wiki or the SF Ruby meetup

Re: [MacRuby-devel] How do I get gems into XCode/MacRuby environment?

2011-04-14 Thread Paul Davis
Good suggestion. macgem install hpricot # installs the gem (apparently) macgem list --local# now shows rake and hpricot as the only two local gems... After experimentation this appears to be because these are the only two loaded under rvm for ruby 1.9.2. "macgem list --local" is just pickin

Re: [MacRuby-devel] WWDC ?

2011-04-14 Thread Rich Morin
At 12:15 PM -0700 4/14/11, Christian Niles wrote: > Why Monday instead of Wednesday, out of curiosity? no strong reason; just the fact that Mondays tend to be light on Meetups, so we'd avoid some clashes there -r -- http://www.cfcl.com/rdmRich Morin http://www.cfcl.com/rdm/resume

Re: [MacRuby-devel] WWDC ?

2011-04-14 Thread Christian Niles
Why Monday instead of Wednesday, out of curiosity? Pivotal Labs is open to letting us use their offices for the meetup, and can help coordinate things. I'll ask them if either day is available or not, and see if that simplifies the question. christian. On Apr 14, 2011, at 11:04 AM, Rich Morin

Re: [MacRuby-devel] WWDC ?

2011-04-14 Thread Rich Morin
It isn't all that easy to find out which evenings are hammered for WWDC. It appears that: Mon 6 - Tue 7 - might conflict w/ Design Awards Wed 8 Thu 9 - bad; conflicts with WWDC Bash Fri 10 - bad; many folks are leaving I realize that lots of folks are loathe to go out on Monday nig

Re: [MacRuby-devel] Progress Indicator

2011-04-14 Thread Daniel Westendorf
Thanks Matt! dw On Wed, Apr 13, 2011 at 10:43 PM, Matt Aimonetti wrote: > 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/downl

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-14 Thread Julien Jassaud
Joshua, It works fine now. Thanks a lot for your detailed explanations. Julien Le 13 avr. 2011 à 07:06, Joshua Ballanco a écrit : > In Xcode 4: > > - Double-click on the project in the left pannel to bring up the Project Info > window > - Click on the "Build Phases" tab across the top > - Cli

Re: [MacRuby-devel] How do I get gems into XCode/MacRuby environment?

2011-04-14 Thread Rob Gleeson
On 14 Apr 2011, at 08:35, Dave Baldwin wrote: > I cannot help with the gems stuff but I am not sure if MacRuby supports Rails > yet. It didn't a few releases ago and I don't recall anything in the more > recent release notes about it. > > Dave. > If you decide to distribute your application

Re: [MacRuby-devel] How do I get gems into XCode/MacRuby environment?

2011-04-14 Thread Dave Baldwin
I cannot help with the gems stuff but I am not sure if MacRuby supports Rails yet. It didn't a few releases ago and I don't recall anything in the more recent release notes about it. Dave. On 14 Apr 2011, at 06:44, Paul Davis wrote: > I'm past the Hello World tutorial, and want to try somethi