Re: [MacRuby-devel] ruby structure for NSOutlineView

2011-12-06 Thread Matt Aimonetti
You probably should look into CoreData or use Sequel with sqlite3. Bonne chance et A+ - Matt 2011/12/6 François Boone > Hi, > > Thank you very much Matt for your great app. Not only I have learned > about NSOutlineView, but I could also watch TV … :) > So now, depending of which item I selec

Re: [MacRuby-devel] ruby structure for NSOutlineView

2011-12-06 Thread François Boone
Hi, Thank you very much Matt for your great app. Not only I have learned about NSOutlineView, but I could also watch TV … :) So now, depending of which item I select in the tree, I can view information in a NSTableView. Moreover, I can change the number of column of my NSTableView depending o

Re: [MacRuby-devel] ruby structure for NSOutlineView

2011-12-02 Thread Matt Aimonetti
François, if you also want to see a practical use of a NSOutlineView checkout my TV app: https://github.com/mattetti/LiveTV/ - Matt 2011/12/2 François Boone > Hi, > > Thank you very much for these links. > I tried them and they worked more or less … since I used Xcode 3 > But I decide to upgrad

Re: [MacRuby-devel] ruby structure for NSOutlineView

2011-12-02 Thread François Boone
Hi, Thank you very much for these links. I tried them and they worked more or less … since I used Xcode 3 But I decide to upgrade my computer and now I have Lion and Xcode 4 So I can continue my learnings. François Le 2011-11-26 à 16:22, Watson a écrit : > Hi, > > My samples might help you s

Re: [MacRuby-devel] ruby structure for NSOutlineView

2011-11-26 Thread Watson
Hi, My samples might help you slightly. - https://github.com/Watson1978/MacRuby-Samples/tree/master/SourceList - https://github.com/Watson1978/MacRuby-Samples/tree/master/SourceList2 - https://github.com/Watson1978/MacRuby-Samples/tree/master/SourceListBinding enjoy! :) 2011/11/27 François Bo

[MacRuby-devel] ruby structure for NSOutlineView

2011-11-26 Thread François Boone
Hi, In the same way that this tutorial (http://developer.apple.com/library/mac/#featuredarticles/UsingMacRuby/_index.html), I try to implement a NSOutlineView controller in ruby to make a simple tree in the left part of a window. I read the documentation of NSOutlineView, tasks and I understand