First I'll explain what I want to do, then describe the problem.
I'm making a game app. There is a menu item, initialized in the main activity module. When you click on menuItem "options", the app makes a container panel visible with two custom control sliders. One for music and One for SFX. I use Erel's DraggableView class to smoothly move the slider control panels up and down.
All of that works.
The problem is I can't figure out how to read the position of the sliders' control panels, from outside the DraggableView class, and outside of the Main Activity, where these objects were set up.
-Sterling
I'm making a game app. There is a menu item, initialized in the main activity module. When you click on menuItem "options", the app makes a container panel visible with two custom control sliders. One for music and One for SFX. I use Erel's DraggableView class to smoothly move the slider control panels up and down.
All of that works.
The problem is I can't figure out how to read the position of the sliders' control panels, from outside the DraggableView class, and outside of the Main Activity, where these objects were set up.
-Sterling