Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-22 Thread MacRuby
#142: Infinite loop creating new Monitor object ---+ Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed

Re: [MacRuby-devel] Bindings only working one-way

2008-11-22 Thread Michael Winterstein
for example: attr_accessor :billy # will create setter and getter for billy with all the appropritate KVO methods def updateMyValue(sender) #called from a button perhaps setBilly(4) end #or setValue:4 forKey:billy [EMAIL PROTECTED] = 4 will not work, because it bypasses the accessor me

Re: [MacRuby-devel] What's the best way to implement a delegate/action with multiple parameters?

2008-11-22 Thread Michael Winterstein
Date: Fri, 21 Nov 2008 15:43:38 -0500 From: Benjamin Stiglitz <[EMAIL PROTECTED]> Subject: Re: [MacRuby-devel] What's the best way to implement a delegate/action with multiple parameters? To: "MacRuby development discussions." Message-ID: <[EMAIL PROTECTED]> Content-Type: text/pl

[MacRuby-devel] Can't build trunk

2008-11-22 Thread Patrick Bennett
I'm at revision 749 of the trunk and can't seem to build the trunk (it's done this for several revisions). It seems like I'm alone here but I've done nothing but fetch the source and tried to build it. The only thing I can think of that 'might' be an issue is that before I ever downloaded th

Re: [MacRuby-devel] PBI - HTML and CSS in HotCocoa

2008-11-22 Thread Joshua Ballanco
If you would like layout of elements with in HTML style, that's pretty much what Shoes (http://shoooes.net/) is. I had a discussion back in September of implementing Shoes on-top-of or along-side HotCocoa (http://lists.macosforge.org/pipermail/macruby-devel/2008-September/000508.html ), but th

Re: [MacRuby-devel] Bindings only working one-way

2008-11-22 Thread John Shea
Hi Michael, I too have difficulties with IB and bindings - mainly because they are hard to debug - well I find them so (and not just in MacRuby). When in doubt I blame an IB setting. I quickly threw together something similar to what you have (except with sliders) , and pretty quickly came