"YOU AND THE ART OF ONLINE DATING" is the only product on the market that will take you step-by-step through the process of online dating, provide you with the resources to help ensure success. Get it now!
Why are you doing tableView. Data0. Rows and then just tableView.
Data when using setData? Your tableView. Data should be an array of rows/sections.
The Ti.UI. TableView object has the data property but the data should be structured as follows tableView. Data = {title:"Row 1"}, {title:"Row 2"} What does the rows accomplish for you when you are doing it that way, how are you using the rows?
I'm not positive but I think the tableView. Data is either no different or is invalid when trying to setData.
Why are you doing _tableView. Data0. Rows and then just _tableView.
Data when using setData? Your _tableView. Data should be an array of rows/sections.
The Ti.UI. TableView object has the data property but the data should be structured as follows. _tableView.
Data = {title:"Row 1"}, {title:"Row 2"} ; What does the . Rows accomplish for you when you are doing it that way, how are you using the . Rows?
I'm not positive but I think the _tableView. Data is either no different or is invalid when trying to setData.
I have been trying out different things to get the code working. With my code above, the statement 'Titanium.API.info..' shows the data getting updated, but it doesn't update the _tableView. How does one update a particular row/cell in a TableView and refresh the table in the UI?
Can you provide an example of that? – Karuna Sorate Jun 21 at 3:58.
It turns out the only way to update/reload a Titanium.UI. TableView is to get a copy of the updated data (as per ones logic) and reset it in the TableView, using 'setData'. For my example, since the _tableView.
Data is getting updated (which could be seen through the logging statements), I could copy it using a javascript array copy function like; var data2 =_tableView.data. Slice(0); _tableView. SetData(data2); Although, with the above knowledge, I had restructure my code, so, I am not using this exact code, but a similar logic.
But, overall, this way of updating the table doesn't seem very appealing, if there is any better way of handling this, please post, it would help a lot.
Why are you doing _tableView. Rows and then just _tableView. Data when using setData?
Data should be an array of rows/sections. TableView object has the data property but the data should be structured as follows. What does the .
Rows accomplish for you when you are doing it that way, how are you using the . I'm not positive but I think the _tableView. Data is either no different or is invalid when trying to setData.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.