Community Questions & Answers
How to get the sum of an array?
How can I get the sum of an array? I've got an unknown amount of items in an array so I can't do `array[0] + array[1] + array[2]` Is there something like `sum.array` or something?
Dashboard: How to refresh items (delete items and add items)?
Based on the Kitchensink example, adding items is easy using Titanium.UI.createDashboardView() but how about deleting items? I have no success using Titanium.UI.DashboardView.remove() Anyone has a workiing example? I tried to set the data to null...
Dashboard - How to save the order of the dashboard Items?
Hi everybody, reading the API and some conversation in Q & A I tried to go that way, storing the order of the dashboard items using Ti.App.Properties. But I can't, once turned off the device, to restore the saved order. ~~~ var channels =...
Showing 1-3 of 3