Re: [MacRuby-devel] Document-Based Application Issues

2010-07-13 Thread Mike Leonard
Could be, but I don't think I did anything differently, wiring wise, the second time. At any rate, if the same thing happens again I'll have a better idea of where exactly things went south. Thanks for your assistance. On Jul 13, 2010, at 3:26 PM, Laurent Sansonetti wrote: > Hi Mike, > > Glad

Re: [MacRuby-devel] Document-Based Application Issues

2010-07-13 Thread Laurent Sansonetti
Hi Mike, Glad to know it works with the template. I suspect you were missing some wirings in IB in your first attempt. Laurent On Jul 13, 2010, at 1:23 PM, Mike Leonard wrote: > This is peculiar. I created a minimal example for the purpose of responding > to your request using just the docum

Re: [MacRuby-devel] Document-Based Application Issues

2010-07-13 Thread Mike Leonard
This is peculiar. I created a minimal example for the purpose of responding to your request using just the document-based application template. I added public.plain-text as a document type in my application's properties and a single line of code to MyDocument.rb: def readFromData(data,

Re: [MacRuby-devel] Document-Based Application Issues

2010-07-13 Thread Laurent Sansonetti
Hi Mike, It's hard to tell at the first glance, could you post your code somewhere so that we can have a look? Laurent On Jul 13, 2010, at 9:32 AM, Mike Leonard wrote: > Hello all, > > Apologies if this is really obvious; my background is mainly in Ruby, though > I do have some experience de

[MacRuby-devel] Document-Based Application Issues

2010-07-13 Thread Mike Leonard
Hello all, Apologies if this is really obvious; my background is mainly in Ruby, though I do have some experience developing a Cocoa document-based app. Anyway, I'm trying to create a document-based application from the MacRuby template. Things started out well, but I hit a snag when I tried to