Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

iPhone slider disabled on value=0

If you create a slider without value or with one of min or max 0 it will not register an events. You cannot drag the handler.

also a

min:-10, 
max:10

and then

slider.value=0;

will lead to the same result.

The solution is to start from a value different from 0 and if you need to set the value to 0 to do it with a small value close to it - like 0.001 , but this is not good :)

— asked April 30th 2010 by Dan Tamas
  • 1.2.0
  • bug
  • iphone
  • slider
0 Comments

3 Answers

  • This is fixed in iPhone mobile SDK 1.4

    — answered June 28th 2010 by Richard Baughman
    permalink
    0 Comments
  • I know, but thanks anyway :)

    — answered June 28th 2010 by Dan Tamas
    permalink
    1 Comment
    • If you know it's fixed, I'm wondering why you bothered to report it?

      — commented June 28th 2010 by Damien Elmes
  • @Damien I reported before being fixed.

    — answered July 11th 2010 by Dan Tamas
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.