#142: Infinite loop creating new Monitor object
---+
Reporter: [EMAIL PROTECTED] |Owner: [EMAIL
PROTECTED]
Type: defect | Status: closed
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
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
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
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
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