Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-18 Thread Mark Rada
Hey Jim, What version of OS X are you running things on? On 2012-10-18, at 9:50 PM, Robert Carl Rice wrote: > Hi Jim, > > Adding those frameworks didn't fix my BridgeSupport problem. Have you tried > to build your project with the most recent nightly build? > > Thanks, > Bob Rice > > > On

Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-18 Thread Robert Carl Rice
Hi Jim, Adding those frameworks didn't fix my BridgeSupport problem. Have you tried to build your project with the most recent nightly build? Thanks, Bob Rice On Oct 18, 2012, at 8:30 PM, Jim Getzen wrote: > Aside from MacRuby and a couple of sound frameworks, it just uses Cocoa, > CoreGrap

Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-18 Thread Jim Getzen
Aside from MacRuby and a couple of sound frameworks, it just uses Cocoa, CoreGraphics, and QuartzCore. Jim On Oct 18, 2012, at 7:45 PM, Robert Carl Rice wrote: Hi Jim, What frameworks do you included in your project? Thanks, Bob Rice On Oct 18, 2012, at 8:22 AM, Jim Getzen wrote: > A fai

Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-18 Thread Robert Carl Rice
Hi Jim, What frameworks do you included in your project? Thanks, Bob Rice On Oct 18, 2012, at 8:22 AM, Jim Getzen wrote: > A fairly recent project of mine makes the exact same context call in > drawRect. I just ran it again without a problem. My MacRuby is one of the > nightlies from 2-3 wee

[MacRuby-devel] Monitoring file system changes

2012-10-18 Thread stephen horne
I've cobbled together a class that wraps FSEventStreamCreate so that I can monitor a settings.json file and update my application upon its change - à la Sublime Text 2. I refactored the code I found on the subject in Matt Aimonetti's book. So far, it seems to be doing what I expect, but it woul

Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-18 Thread Jim Getzen
A fairly recent project of mine makes the exact same context call in drawRect. I just ran it again without a problem. My MacRuby is one of the nightlies from 2-3 weeks ago. Jim On Oct 18, 2012, at 12:30 AM, Robert Carl Rice wrote: Hi, I went back to working on an old project that uses core

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 56, Issue 5

2012-10-18 Thread Jean-Denis MUYS
On 17 oct. 2012, at 23:03, mailto:macruby-devel-requ...@lists.macosforge.org>> wrote: I'm afraid setting the variable again in Xcode is not an option. I was hoping to pick up $CATALINA_HOME to find out where a user had installed tomcat. So where and when is that environment variable set? If