From: Eloy D. <e....@su...> - 2008-03-08 19:18:48
|
Hi Matt, I would advice you to take a look at the example in /Developer/ Examples/RubyCocoa/MailDemo/MailDemoSimple. Especially look at MyController.rb where the data is being provided by the controller via NSTableView delegate methods. This is probably the easiest way to do it if you're new to this. Also check out http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/TableView.html for more in depth info. Good luck! Eloy On 8 mrt 2008, at 19:09, Matias Pablo Brutti wrote: > hi, i'm new to the world of rubycocoa and I'm trying to create an > application which uses a Tableview to show some data , I've search > for an example on how to pass the data to the table in order to show > the data but I cannot find anything. I know that the app is doing > what it suppose to do because I enter what I need I'm logging and > the data is retireved but never shown in the actual table :( . > > Like I said I'm new and I do not know if this is a stupid question > or not , but google for two days and now I decided to ask for some > help :D > > basically, what I need to do is a table with 3 columns named IP, > URL , RESULTS with a for loop that gets some data and it should > update one row at a time. > > Thanks a lot in advance! > > Cheers > > Matt > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |