The values of your Seekbars need to be stored in your adapter...  You can
then query the adapter for the information you need.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Jun 14, 2012 at 8:11 AM, superpsycho <[email protected]> wrote:

> I have a Problem with my customized ListView.
> Most of my Listviews recommend a seekbar, so I created a custom layout
> with one and create a arrayadapter that matches to it.
> If I undestood right, every row in the ListView is an own View.
> So far everything work fine. \o/
> New recommendations let me interlock the SeekBar against each other.
> For example 3 Seekbars: min=0 max=99
>
> -----30------
> --------40---
> ----------70-
>
> If you pull the mid bar down till a level of 30 nothing happens casue the
> upper is lower than the mid. O.o*
> Now the upper have to scroll similar as the mid one. Same for the lower to
> the mid an inverter for upper to mid and mid to lower for increasing values.
> So here my question... -.-
> How am I able to  get actual values of SeekBars in other rows and of cause
> how to change the values... I thing if I´m able to do one the other is just
> peanuts.
>
> U NO SEE CODE? SO DAMN - REPLY!  - I´ll try to post some.
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to