New Scroll View - Not Displaying all Text Data

Using 971 and the sample scroll view widget example in the sample code section under interface.

When I run the program in the simulator it runs fine. When I build to device either iOS or android - works fine.

When I increase the length of the text, for example, doubling the size - it still works on the simulator.

However, on the build for both iOS and android the text is clipped and does not show all of the text.

Is there a limit to the size of the scrollView height? Or is there something I am missing on this?
[import]uid: 163356 topic_id: 33181 reply_id: 333181[/import]

(Tries it, get’s same result)

You should definitely file a bug on this one. From what I can see in the documentation, widget.newScrollView() now *requires* the scrollWidth and scrollHeight settings to be passed, which set the total length/width of the window if you include all scrolling.

Since the widget clearly functions without passing those values, either the documentation is wrong and something else is going on, or the widget passes a default value (maybe 1024?) which should probably be mentioned in the docs. You may want to try setting scrollHeight yourself before submission to see if a large number clears up issues but there’s very likely something to submit here either way. [import]uid: 41884 topic_id: 33181 reply_id: 132095[/import]

(Tries it, get’s same result)

You should definitely file a bug on this one. From what I can see in the documentation, widget.newScrollView() now *requires* the scrollWidth and scrollHeight settings to be passed, which set the total length/width of the window if you include all scrolling.

Since the widget clearly functions without passing those values, either the documentation is wrong and something else is going on, or the widget passes a default value (maybe 1024?) which should probably be mentioned in the docs. You may want to try setting scrollHeight yourself before submission to see if a large number clears up issues but there’s very likely something to submit here either way. [import]uid: 41884 topic_id: 33181 reply_id: 132095[/import]