> > but what about the number of seekbars... > What about the number of them?
I need more informationinput... So do I... All my created SeekBaars have the same ID so its easy to write the values > in an array an get the arry but > But they all have a unique position in your adapter.... what about change the other SeekBars again? > Get the position of the seekbars you want to change, use the adapter to update the values of the seekbars at that position, and call notifyDataSetChanged(). Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 15, 2012 at 1:07 AM, superpsycho <[email protected]> wrote: > Thx a lot, > but what about the number of seekbars... I need more informationinput... > All my created SeekBaars have the same ID so its easy to write the values > in an array an get the arry but what about change the other SeekBars again? > > Am Donnerstag, 14. Juni 2012 16:45:52 UTC+2 schrieb MagouyaWare: > >> 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<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 android-developers@** >>> googlegroups.com <[email protected]> >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected]<android-developers%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<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 > -- 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

