From: Jonathan P. <jp...@dc...> - 2005-12-09 12:29:45
|
On 9 Dec 2005, at 12:23, Neil Stevens wrote: >> def addClicked >> # @data is the array used in my table view data source methods >> @data << 'URL' >> # @view is the view, now that we added a row, we notify it >> # that we did >> @view.noteNumberOfRowsChanged Does this mean the problem is now resolved? Cheers, Jonathan |