Re: Display the elements of array in a tablview ?

2009-07-08 Thread I. Savant
On Jul 7, 2009, at 11:19 PM, Daniel DeCovnick wrote: Point of order, you CAN use bindings in code, it's just far more convenient to do so in IB. Well, yes, but: On Jul 7, 2009, at 1:59 PM, I. Savant wrote: I assumed (s)he meant "not bindings". I might be wrong, but that's how I took

Re: Display the elements of array in a tablview ?

2009-07-07 Thread Daniel DeCovnick
Point of order, you CAN use bindings in code, it's just far more convenient to do so in IB. On Jul 7, 2009, at 1:59 PM, I. Savant wrote: On Jul 7, 2009, at 4:48 PM, Jesse Armand wrote: I'm not even familiar with Bindings, is it convenient to use ? Once you understand all of its prerequis

Re: Display the elements of array in a tablview ?

2009-07-07 Thread Bright
Now , I see. Thank you for everyone's help. Binding is useful, but sometimes maybe it is not suited to your need. Bright >On Jul 7, 2009, at 4:48 PM, Jesse Armand wrote: > >> I'm not even familiar with Bindings, is it convenient to use ? >> > > Once you understand all of its prerequisit

Re: Display the elements of array in a tablview ?

2009-07-07 Thread I. Savant
On Jul 7, 2009, at 4:48 PM, Jesse Armand wrote: I'm not even familiar with Bindings, is it convenient to use ? Once you understand all of its prerequisites, it can be. The better question to ask is "is it convenient to use in this particular scenario". The answer may be yes or no (perha

Re: Display the elements of array in a tablview ?

2009-07-07 Thread Jesse Armand
I'm not even familiar with Bindings, is it convenient to use ? I did an intensive development with Cocoa starting with Cocoa Touch, so I'm used to using the equivalent UITableViewDataSource to populate table views. Jesse Armand (http://jessearmand.com)

Re: Display the elements of array in a tablview ?

2009-07-07 Thread I. Savant
On Jul 7, 2009, at 10:43 AM, Bright wrote: There is an array with several elements in my application. And I have shown the elements in a tableview using binding. But now I need to display the elements using code only. Could anyone help me? Which method should I use? You want to stu