Community Questions & Answers

leftImage issue with TableView on Android

I'm seeing some strange behavior with the TableView functionality in Android and Titanium SDK 3.1.0.GA. I have a list of exhibitors and if the user has selected a particular exhibitor as a favorite I set the leftImage on the tableview row to a star icon. ...

LeftImage resizing on Android

Hi all. I'm using the leftImage property of tableViewRow to set a cool little icon in my tables, which is 40x40 pixels in size (the image is local). My tableViewRow is 50dp high. On iOS this works like a charm and looks great. However, on Android devices...

File Write Within A Loop

I'm trying to show a leftImage inside a tableRow, unfortunately this is impossible with remote URLs and is a known bug. As such, I have to download the file to a local location and display a leftImage with a local URL. I am struggling to get Ti to save...

TableRow leftImage Issue

Has anyone else had issues with adding an image to a tablerow using a variable? Here is a sample piece of code ~~~ var path = data.avatar_url; // http://website.com/users/536/avatars/original/fa28565.jpg?12427 var row1 =...

Showing 1-15 of 15