Try getItemAt(0) instead of [0]. I had similar issues, not specific to your case, where this worked.
Don Kerr --- In [email protected], "arieljake" <[EMAIL PROTECTED]> wrote: > > I know. > > What I am referring to is this: > > <Label text="{myHSlider.values[0]} - {myHSlider.values[1]}" /> > > --- In [email protected], "kenny14390" <kenny14390@> wrote: > > > > Binding is curly braces {} not square brackets [] > > > > > > --- In [email protected], "arieljake" <arieljake@> wrote: > > > > > > I have an hslider with two tabs. > > > > > > I am trying to create a label next to the hslider to display the > > > values it has set. > > > > > > We access the values of the hslider using the values array. But we > > > can't bind when using square brackets. > > > > > > what do we do? > > > > > >

