Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

tableViewRow layout problem

hello,
i've a design problem within a table row:

var row = Ti.UI.createTableViewRow(
{
  title: 'some rather long text line goes here',
  rightImage:'icon.png',
  leftImage: 'othericon.png'
});

the titel uses the whole width and overlaps the image(s).
is there a way to fix this or do i have to use a label here? besides, createTableViewRow seems to be very resistant against settings like backgroundColor etc., it simply ignores it. platform: android
thanks, uno

— asked March 18th 2010 by u no
  • android
  • createtableviewrow
0 Comments

1 Answer

  • That is a bug. I've created Ticket 582 for tracking.

    Tableview is actively being worked on to address the other deficiencies you mentioned.

    — answered March 18th 2010 by Don Thorp
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.