Community Questions & Answers
SDK 2.1: scrollable view swipes very fast
Hi, in the [new API 2.1](http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.UI.ScrollableView) the scrollable view runs very fast on swiping. How I can set to old behaviour (swipe makes one step to next view)? Rainer
Mobileweb: TableViewRow and TableViewSection toString changed
Hello, A few weeks I've written some code like below to loop through a table to find a particular row. That code stop working when I've upgraded from 2.1.0.v20120519184954 to 2.1.0.v20120529140247. After investigating I've noticed that...
Mobileweb: Ti.UI.Label truncating some words if text too long
Hi, I've noticed on my app that sometimes the label clips a few words. Here's an example: ~~~ Ti.UI.setBackgroundColor('#000'); var win = Ti.UI.createWindow(); var parentView = Ti.UI.createView(); // Create a Label. var aLabel =...
Showing 1-3 of 3