tableView rows diff on Apple Simulator vs Windows

On a Windows machine, the newTableView object displays the correct number of rows in the CS. A Delete btn also shows correctly atop each row.

But on an Apple MacBook Pro, the CS only shows one row (three different scenes exhibit the same behavior, ie, only one row displays). Also, the Delete btn does NOT show.

I am new to Corona so I may be unfamiliar with build or config issues.

Is this the result of widget:setTheme() setting?

Thanks for any advice to clear this up.

Seth

Hi Seth,

I think you’ll need to post some code for the community to help you. The tableView has no “theme” per platform, it’s more like an empty template in which you set up your rows. Please post your code so the community or staff can look for potential issues.

Thanks,

Brent

this is resolved: an image pathname issue cropping up on Mac that did not occur on Windows.

Hi Seth,

I think you’ll need to post some code for the community to help you. The tableView has no “theme” per platform, it’s more like an empty template in which you set up your rows. Please post your code so the community or staff can look for potential issues.

Thanks,

Brent

this is resolved: an image pathname issue cropping up on Mac that did not occur on Windows.