Widget newTableView uses wrong screen width!

I just spent two days finding this problem: the default width of a newTableView widget — the screen width — changes if you change orientation. That’s fine, but if your build.settings doesn’t support portrait, then the width of the screen should not change, right?

I was not setting the screen width when I created a newTableView widget, and it was using the rotated screen width (768px) not the landscape screen width (1024px).

If I made a mistake, please, please let me know…I just lost two days under deadline

Argh!!!

[code]
orientation =
{
default = “landscapeRight”,
supported =
{
–“portrait”,
–“portraitUpsideDown”,
“landscapeLeft”,
“landscapeRight”,

},
},
[/code] [import]uid: 37366 topic_id: 36135 reply_id: 336135[/import]

Are you building for iOS or for Android? [import]uid: 199310 topic_id: 36135 reply_id: 143518[/import]

Are you building for iOS or for Android? [import]uid: 199310 topic_id: 36135 reply_id: 143518[/import]

Are you building for iOS or for Android? [import]uid: 199310 topic_id: 36135 reply_id: 143518[/import]

Are you building for iOS or for Android? [import]uid: 199310 topic_id: 36135 reply_id: 143518[/import]