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 not showing in the actual IOS device
Can someone help on this simple issue. I created a tableView row using createTableView + data array[ ]. Inside the data array are : title, leftImage. When I tested it using a web browser, it shows the left image but the image does not show in the actual...
Device Crashes (Android only) in TableViews with custom data and images
I'm trying to created the most basic of table view lists - Image and a title grouped with headers. The code below works fine in the emulator, but crashes on the devices. Test: comment out the line with: row.leftImage =... It then works fine on...
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...
Titanium.UI.createTableView leftImage doesn't accept remote image
Hi All, I've been searching for this issue for about 1 hour but i can't find it. Yes, i saw a few questions, but the answers weren't very helpfull. At the following URL, they do work with external files from...
Place image to left in TableView row
Hi. I'm trying to place ImageView(with remote image) table table view row in the left. But the image is always in center. here is the ...
TableView leftImage parameter can't be a URL ?
Hi I am trying to create a tableView that has a left Image, when I use local image files it works fine. when I use URLs the image does not display at all on the iPhone simulator but works well on the Android simulator... what am I doing wrong ? ~~~ var...
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...
How remove th left image fo a row?
Hi, I need to remove the left image when a row is selected. i use this method: ~~~ tableview.addEventListener('click', function(e) { // event data var index = e.index; var section = e.section; var row = e.row; var rowdata = e.rowData; ...
leftImage property of TableViewRow
Is it really true that the leftImage property only can use local pictures ?? [The Weather App](http://wiki.appcelerator.org/display/guides/Using+TableViews) In The Using TableViews (The Weather App) tutorial, on the wiki page, the leftImage property is...
tableViewRow leftImage selected color
Am looking for a way to highlight the leftImage in a table row on user tap. I do see the table row background highlight and the text color change from black to white accordingly. But it doesn't seem possible to include a selected state for leftImage. Or...
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 =...
Creating Labels in TableViewRows - Easier solution anyone?
Hi there, I tried to put some Labels in TableViewRows and I'm not sure if this can be done easier. My solution feels dirty but my brain hurts and won't give me another idea for this. This is what I...
leftImage not showing when loaded from XML
I'm loading all of my data in from XML for my rows. I'm confident all of the elements are loading correctly, but the leftImage just refuses to load. If I force the line to be a local path, that works, but of course the image is the same across each row...
Unable to get images to appear using *any* UI function
I've tried using several tools in the UI to display an image with no success. Within Resources I have an "images" folder containing PNG and GIF images and a folder called "windows" containing misc. window js files. I'm trying to add a...
Showing 1-15 of 15