Hi all,
Not sure if this bug is only on Kindle Fire devices but since I couldn’t find anything on the forums regarding this issue, so that’s what I am assuming. Below is a photo of the error, the diagonal lines come from the mask. After a couple more tries, I notice that the diagonal lines increase in thickness as I increased the black border thickness of the mask.
Also, as you can see the right side is masked correctly but the left side doesn’t mask at all (it goes past the black border).
Finally, most of the time I try to load the app on Kindle Fire, it crashes…
The funny thing is, on the Simulator everything works fine!

here’s the code setup:
[lua] – Create a new ScrollView widget:
scScrollView = widget.newScrollView{
id = “screenshots”,
left = 27,
top = 504.4,
width = 548,
height = 364,
scrollWidth = 1,
scrollHeight = 364,
topPadding = 0,
bottomPadding = 0,
friction = 0.935,
maskFile=“mask_sc_548x364_sqr.png”,
bgColor = { 255, 255, 255, 100 },
hideBackground = true,
listener = scrollViewListener,
}[/lua]
Any help would be greatly appreciated!
Thanks,
David [import]uid: 74346 topic_id: 21546 reply_id: 321546[/import]