[TIMOB-932] Titanium.UI.createTableView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:39:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Roxana |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:39:34.000+0000 |
Updated | 2017-03-09T21:22:28.000+0000 |
Description
Hi!
I have a problem with an image. Pls can you help me?
I have this code:
var data = [
{title:'',backgroundImage:'../images/mygolfpro_logo.png', width:319,height:97},
{title:'Das Spiel', image:'../images/golf_ball.png', hasChild:true, test:'das_spiel.js'},
{title:'Grundschläge', hasChild:true, test:'grundschlage.js'},
{title:'Training', hasChild:true, test:''},
{title:'Tools', hasChild:true, test:''}
];
// create table view var tableview =
Titanium.UI.createTableView({
data:data,
rowHeight:40
});
When I launch the app, the image from the second row is not shown (the golf_ball.png).
I saw that the Data Object can have the parameters: title,image, html,hasChild.
What is the problem? Did I forget something?
Thank you!
Roxana
only valid issues with test cases can be opened here. suggest you try and post to the community forums for code help. http://developer.appcelerator.com">http://developer.appcelerator.com.
Thanks.
Closing ticket as invalid.