newScrollView no scrollbar when top<>0 and no padding

Hi!

local messageCenterBox = widget.newScrollView{top = display.contentHeight-240, left = 0,width = 320, height = 200, maskFile = "images/mask320x200.png", hideScrollBar = false, scrollBarColor = {255, 0, 0}, topPadding = 10, bottomPadding = 10 }  
messageCenterBox.isHitTestMasked = true  

If top is not set to 0, no vertical scrollbar appears. This seems to me a bug.

And I can’t see any result on the padding settings, they seem to be totally ignored.

thx [import]uid: 148841 topic_id: 35277 reply_id: 335277[/import]

I’m looking into it. [import]uid: 199310 topic_id: 35277 reply_id: 140271[/import]

Thanks. I also noticed :

[bug 3] The scrollbar gets faded on masked newScrollView (when top = 0, else no scrollbar at all).

[bug 4] Images get faded --> http://developer.coronalabs.com/forum/2013/01/24/widgetnewscrollview-faded-images-when-using-mask.

[import]uid: 148841 topic_id: 35277 reply_id: 140312[/import]

I’m looking into it. [import]uid: 199310 topic_id: 35277 reply_id: 140271[/import]

Thanks. I also noticed :

[bug 3] The scrollbar gets faded on masked newScrollView (when top = 0, else no scrollbar at all).

[bug 4] Images get faded --> http://developer.coronalabs.com/forum/2013/01/24/widgetnewscrollview-faded-images-when-using-mask.

[import]uid: 148841 topic_id: 35277 reply_id: 140312[/import]