I have a scroll View and it works perfect.
scrollView = widget.newScrollView { left = 600, top = 10, width = 373, height = 504, scrollWidth = 373, scrollHeight = 504, maskFile = "mask373x504.png" }
But something very strange happened.
I copy and paste the code to use it in another app. and it works
but the white file for a mask, instead of having all white like it should…
has transparent diagonal lines on it! – very strange
the mask it’s just a white background with black borders.
and it works fine in another app, but here has those lines
does anyone knows why?
Victor