I am trying to make a web app in Dashcode that uses a range slider. I see that the code library has code for "get range slider value" and "set range slider value," but there is no range slider part. So how do I make a range slider? I'm very new to Javascript.
|
1
|
|
|
|
|
|
I was able to find the "Slider" under "Buttons" in the Library after clicking on "Parts". Or from the beginning:
[Note those steps were done using the new DashCode 3.0 that came with Snow Leopard.] If you don't see the slider there, could you update your question with exactly where you're looking and what Parts you do see? Perhaps we can guide you from there. update Check out this article from Apple: Using an Apple Slider from Dashboard Programming Topics |
||||||||
|
|
|
This is not an option under Dashcode 3.0. Dashcode now has dual target support for Safari and Mobile Safari, which could be cool, depending upon your perspective. In this dual mode you need to create a separate UI for each target and separate data bindings. Now, the Safari library has a slider, but the Mobile Safari library does not. You might feel smug, like I originally did, and simply copy & paste the slider from the Safari side over to the Mobile Safari side and notice that it SEEMS to work (you'll see a slider, attributes, etc). However, once deployed you'll only see a input text box instead of a slider. After some digging, here is what is going on: The code generated looks something like this Alternatives: Frankly, I have not found a workable javascript/html slider that works acceptably well on the iPhone. I don't know of any good 1-to-1 alternatives. I'm planning on re-assessing my needs and implementing some other input mechanism, like, maybe, a row of buttons. Outlook: I would imagine that it would be eventually be supported natively, so check back often. |
||
|
|
