Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Joshua Ballanco
> > It would be nice if you could try the latest nightly build with your app > and favorite Ruby lib, and let me know if you find anything wrong > Happy to report all ControlTower samples are working with trunk, cap'n! ___ MacRuby-devel mailing list MacR

Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Laurent Sansonetti
Hi Andre, Thanks for reporting this. Are you using the new macruby_deploy --gem option to embed the gems? Laurent On Feb 23, 2011, at 5:33 PM, Andre Lewis wrote: > It would be nice if you could try the latest nightly build with your app and > favorite Ruby lib > > My app is working with 0.9.

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 36, Issue 42

2011-02-23 Thread Zachary Kaplan
t;> Hi >> >> I'm giving my first MacRuby application a shot, and I'm sort of blind to be >> honest :) >> I've added a NSWindowController, attached it to my window, saved the classes >> in Interface Builder, but when I build and run my application, I

Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Andre Lewis
> > It would be nice if you could try the latest nightly build with your > app and favorite Ruby lib My app is working with 0.9. My build process embeds MacRuby in the app bundle, and packages the Nokogiri and Gdata gems. Everything is working so far with 0.9. Thanks! Cheers, Andre

Re: [MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Rob Gleeson
Hi Laurent & Robert, Thanks! I'm going places now :) On 23 Feb 2011, at 22:13, Laurent Sansonetti wrote: > Hi Rob, > > ib_outlets is an old RubyCocoa craft that is not supported in MacRuby since a > long time. You can define IB outlets using the attr_writer or attr_accessor > methods. You c

Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Laurent Sansonetti
Hi Thomas, Yes that would be awesome! Please file a new ticket and attach your sample there, and we will review and add it to the samples repository :) Laurent On Feb 23, 2011, at 12:25 AM, Thomas R. Koll wrote: > > Great timing, I've switched from 0.8 to edge just a few days ago due to > a b

Re: [MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Laurent Sansonetti
Hi Rob, ib_outlets is an old RubyCocoa craft that is not supported in MacRuby since a long time. You can define IB outlets using the attr_writer or attr_accessor methods. You can define IB actions by defining methods accepting a single argument, named 'sender'. There are lots of documentation

Re: [MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Robert Payne
Hey Rob, Could you by chance upload the source to github or somewhere? It'd be a lot easier to help seeing the whole picture. -Robert On Feb 24, 2011, at 10:57 AM, Rob Gleeson wrote: > Hi > > I'm giving my first MacRuby application a shot, and I'm sort of blind to be > honest :) > I've added

[MacRuby-devel] NoMethodError (ib_outlets)

2011-02-23 Thread Rob Gleeson
Hi I'm giving my first MacRuby application a shot, and I'm sort of blind to be honest :) I've added a NSWindowController, attached it to my window, saved the classes in Interface Builder, but when I build and run my application, I get a NoMethodError for 'ib_outlets'. My controller inherits f

Re: [MacRuby-devel] loop audio file seamlessly (Zachary Kaplan)

2011-02-23 Thread Shaun August
Hi Zak, Try looking at the QTMovie. It is much more reliable and handles audio well. If you need a sample I can post something tonight. Thank you, On 2011-02-22, at 10:27 PM, Zachary Kaplan wrote: > hello all, > > i received a suggestion from another member to check out the PlayFile > exa

Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Thomas R. Koll
Great timing, I've switched from 0.8 to edge just a few days ago due to a bug that was fixed two days after 0.8 came out. :) Btw, can I contribute an example of a StatusBarMenu with a custom view in one of the menuitems? ciao, tom Am 22.02.2011 um 23:20 schrieb Laurent Sansonetti: > Hi guys,

Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Gregoire LEJEUNE
Everything looks good for me ! Tested with 2 apps. Thanks a lot for your awesome job ! Greg 2011/2/23 Justin Schumacher : > Ran my app test suite w/ the 0.9 branch and it looks good-- thanks! > > On Tue, Feb 22, 2011 at 2:24 PM, Johannes Fahrenkrug > wrote: >> >> That's awesome, Laurent! Merci!