On Thu, Jul 31, 2008 at 8:29 AM, _why <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 30, 2008 at 09:28:08PM -0700, Seth Thomas Rasmussen wrote:
>> The following paste link includes the simple check() code, for what
>> it's worth, and the crash log.
>>
>> https://gist.github.com/15707c810952a189e2d7
>
> Thankyou, yes, there is a bug in the Cocoa code which is causing
> crashes periodically on check box events. I need to hunt around for
> which thread is calling the event. Thankyou for the test script!
>
I've tried this code (which I tried to keep closer as possible to the
original snippet, yet showing me smth)
Shoes.app do
t = para
@public = check do |c|
@which_timeline = c.checked? ? :public : :private
t.text = @which_timeline
end
end
and I have no crashes.. is it random, do we need to have threads or do
I fail somewhere?
Emanuel