[RESOLVED] Lines across scoll area in widget.newScrollView

I’ve seen other people mention about using a maskFile and getting these diagonal lines across the screen in a new scrollview, but no one says what needs to happen to fix it. Is the fix to just not use a maskFile, or did I perhaps make the file incorrectly? Should it be transparent instead of white with a black border? [import]uid: 157382 topic_id: 32300 reply_id: 332300[/import]

The mask file’s height and width must be evenly divisible by 4. I think the border also has to be at least 4 pixels so it’s best to expand the canvas to make it evenly divisible by 8 for safety with at least 4 black pixels. The inside must be white, not trans parent.

[import]uid: 19626 topic_id: 32300 reply_id: 128497[/import]

The mask file’s height and width must be evenly divisible by 4. I think the border also has to be at least 4 pixels so it’s best to expand the canvas to make it evenly divisible by 8 for safety with at least 4 black pixels. The inside must be white, not trans parent.

[import]uid: 19626 topic_id: 32300 reply_id: 128497[/import]

That was exactly the problem. I must not have read that divisible by 4 necessity in the notes. Thanks! [import]uid: 157382 topic_id: 32300 reply_id: 128636[/import]

That was exactly the problem. I must not have read that divisible by 4 necessity in the notes. Thanks! [import]uid: 157382 topic_id: 32300 reply_id: 128636[/import]