Hi!
I’ve got a ScrollView in which I have a list of buttons. I know that I could have used a listView for this, but I need to have some more controll over the buttons, so I used a ScrollView.
Thing is, the scrollview does not cover the whole screen, there are menu bars at the top and bottom. But the buttons in the scrollview do interfere with the menubars. They are still active!
How do I solve this?
[lua] scrollView = widget.newScrollView{
width = 640,
height = 480,
scrollHeight = 480,
maskFile=“assets/dilemmalistmask.png”,
hideBackground = true,
}
scrollView.y = 300[/lua] [import]uid: 143756 topic_id: 30656 reply_id: 330656[/import]