Re: [MacRuby-devel] CVImageBufferRef vs __NSCFType

2010-08-25 Thread Steven Parkes
> Hope this helps :-) Yup. I'm getting the hang of bridgesupport (coming from an MRI FFI world ...) Any obvious reason why this doesn't seem to work? load_bridge_support_file(...) psn = ProcessSerialNumber.new GetCurrentProcess(psn) p psn I don't see the member values getting set

Re: [MacRuby-devel] ControlTower/Rack question

2010-08-25 Thread Joshua Ballanco
Hi Alex, This is as good a place as any for the time being. So, the way that Rack works is that it takes an app *object* (not a class) and calls the "call" method on that object each time a request comes in. To facilitate the use of middleware and the combination of multiple Rack "app objects"

[MacRuby-devel] ControlTower/Rack question

2010-08-25 Thread Alexander v. Below
Hello, if there is a better list to ask this question, please point me to it ... I have a -- possibly silly -- question on ControlTower/Rack. I should admit that I am kinda new to this whole thing My rack script has something like this: map '/foo' do $text = "foo" print $te

Re: [MacRuby-devel] A question about OSX APIs.

2010-08-25 Thread Caio Chassot
On 2010-08-25, at 02:03 , Rob Gleeson wrote: > > > Thanks for the reply Caio, > > Yeah that application looks promising but it doesn't do what I want, exactly. > It's still nice and proof that it's most likely possible to do something like > this. So I guess you could ask the Witch author abo

Re: [MacRuby-devel] A question about OSX APIs.

2010-08-25 Thread Scott Thompson
On Aug 25, 2010, at 12:03 AM, Rob Gleeson wrote: > > Thanks for the reply Caio, > > Yeah that application looks promising but it doesn't do what I want, exactly. > It's still nice and proof that it's most likely possible to do something like > this. > > I want to create groups that you can c