I'm trying to build a soundboard in the blackberry 10 SDK using QML
My buttons are created using a listview and XML file
I'm trying to enable the stop button when you click on the button in the listview but it doesn't do anything.
The stop button is outside the listview because i want it at the top at all times
Can anyone help me solve this problem I'm new to blackberry SDK and QML
Thank you very much
Error i get in console: Can't find variable: button
I've resolved this problem
see link below
This fixed the problem for me