I appreciate your reply. However what you have shown me is the same as I posted originally - I just left out the specific data to save time and space. Here is my actual code. If anyone can see where I’m going wrong then please let me know. With the code below only the first table cell shows. If I remove the category it shows both cells. I have tried every possible way of formatting the categoryName table…
itemData =
{
{
title = { label=“Free Sample”, font = “Helvetica-Bold”, size = 22, color = { 0, 0, 0 }, left = 10, top = 10 },
icon = { image = “style-genius-pnk.png”, width = 72, height = 72, baseDir = system.ResourcesDirectory, paddingTop = 10, paddingLeft = 10, paddingRight = 12 },
onRelease = onFreeSampleRelease,
subtitle = { label = “A sneak peak at some”, font = “Helvetica”, size = 16, color = { 100, 100, 100 }, left = 10, top = 3, padding = 3 },
hideArrow = true
},
{
categoryName = “Category name”
},
{
title = { label=“50 DIY styles”, font = “Helvetica-Bold”, size = 22, color = { 0, 0, 0 }, left = 10, top = 10 },
icon = { image = “style-genius-pnk.png”, width = 72, height = 72, baseDir = system.ResourcesDirectory, paddingTop = 10, paddingLeft = 10, paddingRight = 12 },
onRelease = makePurchase,
subtitle = { label = “1.19”, font = “Helvetica”, size = 16, color = { 100, 100, 100 }, left = 120, top = 3, padding = 3 },
hideArrow = true
}
} [import]uid: 61520 topic_id: 13910 reply_id: 51261[/import]