Re: [MacRuby-devel] Close Current window and Pass Data

2011-02-06 Thread Mario Steele
Hello Buddy, On Sun, Feb 6, 2011 at 10:23 PM, Buddy Lindsey, Jr. wrote: > Okay, i think that makes sense. I guess need to figure out some way to get > the reference to the current window that is open, so I can call the close > method on it. > > Is that a correct approach? > > Also any ideas on pa

Re: [MacRuby-devel] MacRuby Book expectations

2011-02-06 Thread Matt Aimonetti
Thank you very much Jean-Denis, you've provided me with very valuable information. My publisher and I have been trying to define the audience for the book and what content belongs to the book. We've been lacking feedback from readers like you, people experienced with Cocoa but looking to use MacRu

Re: [MacRuby-devel] Close Current window and Pass Data

2011-02-06 Thread Buddy Lindsey, Jr.
Okay, i think that makes sense. I guess need to figure out some way to get the reference to the current window that is open, so I can call the close method on it. Is that a correct approach? Also any ideas on passing data from one window to the other? --- Buddy Lindsey http://www.buddylindsey.co

Re: [MacRuby-devel] Close Current window and Pass Data

2011-02-06 Thread Charles Steinman
On Sun, Feb 6, 2011 at 3:01 PM, Buddy Lindsey, Jr. wrote: > I have had some good success in getting large chunks of my app done, but > there are a few things that I can't seem to figure out, or at least get to > working. > I was able to figure out how to open up a new window that was based on a xi

[MacRuby-devel] Close Current window and Pass Data

2011-02-06 Thread Buddy Lindsey, Jr.
I have had some good success in getting large chunks of my app done, but there are a few things that I can't seem to figure out, or at least get to working. I was able to figure out how to open up a new window that was based on a xib file, but what I really want to do is open the new window and cl