Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-932] Titanium.UI.createTableView

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:39:35.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterRoxana
AssigneeReggie Seagraves
Created2011-04-15T02:39:34.000+0000
Updated2017-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

Comments

  1. Jeff Haynie 2011-04-15

    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.

  2. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source