Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-24 Thread Watson
Hi issac, I don't understand reason of crashing yet. However, it seems that MacRuby has been supported blocks as property. https://gist.github.com/1517083/ Thanks, 2011/12/24 isaac kearse : > Hi Watson, > > Thanks for taking a look! > > This is where it crashes in TwUI: > https://github.com/t

Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread isaac kearse
Hi Watson, Thanks for taking a look! This is where it crashes in TwUI: https://github.com/twitter/twui/blob/master/lib/UIKit/TUIView.m#L311 Cheers, Isaac On Sat, Dec 24, 2011 at 11:59 AM, Watson wrote: > Hi, > > Now I have seen your project. > Apparently, it is crashed by lib/views/ExampleTabB

Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread Watson
Hi, Now I have seen your project. Apparently, it is crashed by lib/views/ExampleTabBar.rb(line:10) To determine the cause, I need more time. Thanks, 2011/12/24 isaac kearse : > I should have also mentioned that I can reproduce this crash on > MacRuby 0.10, 0.11 and the latest nightly build. >

Re: [MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread isaac kearse
I should have also mentioned that I can reproduce this crash on MacRuby 0.10, 0.11 and the latest nightly build. On Sat, Dec 24, 2011 at 11:19 AM, isaac kearse wrote: > TwUI is a hardware accelerated UI framework for Mac, inspired by > UIKit: https://github.com/twitter/twui > > I'd like to try us

[MacRuby-devel] TwUI & MacRuby issue

2011-12-23 Thread isaac kearse
TwUI is a hardware accelerated UI framework for Mac, inspired by UIKit: https://github.com/twitter/twui I'd like to try using it in my MacRuby apps, so I thought to start with I would port the the TwUI Example Project to MacRuby. TwUI Example Project: https://github.com/twitter/twui/tree/master/E