Dual Slider/Range Slider

Hi!
This is what I want to creat using the slider component in flash CS5 and AS3.
http://img190.imageshack.us/f/unled3m.jpg/
(I made the image in PS)
Is it possible with the slider component or maybe by doing it yourself? I need it because I want to be able to select a range of numbers (in this case, years) such as, between 1961 and 1978 this and this and bla bla bla happends.

I don't think it is possible to manipulate the slider component to make it have two handles using actionscript.  I don't see any property that allows you to set that characteristic.  But you could definitely make one of your own.
You could also take the slider and edit it to not have the slider track showing and then use two of them along some timescale line you draw yourself.  The reason for removing the track is to not have the top one's track blocking the second's handle.

Similar Messages

  • Dynamic Range Slider

    Hello Everyone,
    I'm using line charts in my VC application and want to change the Y axis values from auto-adjust to dynamic range slider.
    The problem is that in my chart sometimes I have negative values, but the dynamic range slider doesn't allow me to set up a negative value as a minimum. It lets me set up a negative value as minimum, but after deploying it shows 0 intead of the minimum value.
    Like I want a dynamic range slider from -100 through 100, but after setting up this two values as minimum and maximum, after deploying it it shows me 0 through 100, so if I have negative values in my chart they aren't displayed.
    Is it a bug? Does anyone manage to set it up or used any turnaround?
    Thanks,
    Diogo.

    Hi there,
    I normaly use the auto-adjust, but I sometimes use two charts as comparison, and at the look of the eye, the lines from both charts seems much a like, but the scale changes, that's why I wanted a slider adjusted by the user so he/she could have a better comparison.
    I also thought of the vertical horizontal slider, but I cannot change the chart Y axis with those sliders.
    Do you have any idea how to use them to afect your chart scale?
    Thanks,
    Diogo.

  • Range Slider plug-in

    I wonder if any of the APEX developers is working on a range slider plug-in like we have in jQuery: http://jqueryui.com/demos/slider/#range
    I saw one blog entry from Paul Brookes: http://peekbee.blogspot.com/2010/02/range-slider-plugin.html
    But it seems not to be released on: http://www.apex-plugin.com/
    Does anybody of you know more about this topic? I would be glad for help.
    Tobias

    Hi,
    I did just change range slider solution that have been made way before Apex 4
    I have Text item Px_SLIDER
    Element HTML Table Cell Attributes
    style="padding-left:8px"Element HTML Form Element Attributes
    style="border:0; color:#f6931f; font-weight:bold;" onkeypress="return false;" onfocus="blur();"Post Element Text
    <div id="slider-px_slider" style="width:200px"></div>Source value or expression: 75:300
    Default value: 75:300
    JavaScript to page HTML header
    <script>
    $(function(){
    $("#slider-px_slider").slider({
      range:true,
      min:0,
      max:500,
      values:$v("Px_SLIDER").split(":"),
      slide:function(e,u){
       $("#Px_SLIDER").val(u.values.join(":"));
    </script>Regards,
    Jari

  • Xcelsius Range Slider

    Hi Guys, i am working with Xcelsius SP4 , so i have the Range Slider option built in for my Line Chart....Yeah!
    But the problem is that it shows another 'small chart' at the top of the Range Slider. Is there any way to turn it off.?
    Appreciate any help
    Thanks,
    Kon

    Hi Kon,
    As Nikhil said you cant hide it and there is no option available with in the line chart.
    But if you really want to hide it then you can think of masking it with a rectangle which is filled with solid background or you can use the background component itself. Make them both the same color and the small graph wont be visible to the user.
    Hope this was useful.
    Thanks & Regards,
    Arjun.C.T

  • Iphone 5s - slider wont slide when receiving call.  What do I do???

    Hi -
    Both my mom and I have 2 week old iPhone 5s'.
    Both of us have had issues where it is often difficult to answer incoming calls.  Its as if the slider is broken.  I can often get the slider to slide, thus answering the call, right before it goes to voice mail.  However, often it wont slide at all and the call goes to VM.
    While researching this, I was somewhat surprised to see that people have beem complaining about this issue since at least the iphone 4.
    Please note that the touch pads on both phones seem to work perfectly.  I have played many games on my phone with no problems at all.
    Any help that you can provide will be greatly appreciated....
    Thanks,
    Mike       
    PS My phone was patched to 7.03 last night,,,,and the other one has the second update.                                                                                                                                                                                                                       ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

    Please make a Genius Appointment and take it in for service. Do this ASAP. Take your checkbook and charge card.

  • When I try to log into my ipod it wont slide the slide to unlock thing and then when i try to type my password in it wont press the numbers i want. How do I fix it??

    Dear iTunes,
    So my iPod touch 4th generation 16 gigs. has about 5 long cracks along the screen and I guess whenever I try to log into it, I cant.. I cant slide the "slide to unlock" thing. It will just there. Then when I finally got it to open up and I had to type my password in, it wouldnt let me. It would just type the wrong numbers in. Well Its getting really frusterating, and I have taken this iPod back multiple time in the last year. To be quite honest, Im getting ****** off. I WANT MY IPOD TO WORK. Also I have turned it off for quite a while and turned it back on, but nothing will work!!!!!! I NEED HELP.
                                                                                                                                                                           Sincerely,
                                                                                                                                                                     Alie Toole.
    <Personal Information Edited by Host>

    With a cracked screen, though, you need to take it to an Apple store genius bar and get an out-of-warranty replacement.  That is $99 for that model.

  • AS3.0 Slider to slide timeline is duplicating first frame. Why?

    I have made a slider that I am having issues with. This slider is to control the timeline of a movie clip when dragged. My problem with this is that It seems to be duplicating the first frame. When I slide the slider to the right it will hit first tick and still display what is in frame 1 .. then on the next ticks it will continue with the rest of the timeline. Any Ideas how to prevent / over come my slider from doing this with the first frame? I have dificulty explaining so I have atached an example.
    Thanks In advance.

    I have tried to upload the .fla but server wont let me.
    here is the code I am using for the slider. It controls numbers_mc that contains frames 1-16 all numbered 1-16 These numbers will be replaced later with images. Thanks
    s.setSize(240,1);
    s.maximum=numbers_mc.totalFrames;
    s.liveDragging=true;
    s.addEventListener(Event.CHANGE,updatemc);
    function updatemc(e:Event)
        numbers_mc.gotoAndStop(s.value);

  • How do you display skipped slides in slide switcher?

    Does anyone know how to display skipped slides in Keynote's slide switcher? I'd like to have the option of displaying skipped slides during presentations. This would be much easier than exiting out of presentation mode, right clicking the slide desired slide, selecting "don't skip slide", and re-entering presentation mode.
    It is possible to place all skipped slides at the end of the presentation and then use slide switcher to navigate to those slides as they are needed, but that dimishes the potential of skipped slides. There is also the option of placing hyperlinks to skipped slides, but convilutes the slides and the slide making process to quickly if there are many hidden slides.

    It's easy to become flustered while speaking if one cannot find their desired illustration quickly
    Absolutly agree, often had the "where am I"? feeling.
    Of course, adding multiple bottons adds clutter and would also encourage audience members to ask questions about the visible buttons.
    The technique I use here is to blank the screen using the projectors  remote control; this way there is nothing showing on the scren and I can go  look for the required slide in the menu without the audience seeing it.
    If its only 10 slides a small button at the bottom of the screen is unseen by the audience.
    I also often use a paper crib sheet included with my presentation notes which list slide number and content for this purpose.   If I need the slide with the pie chart, the sheet tells me its slide 84 so press;    8 & 4 & enter on the keyboard  enter and slide switcher instantly jumps to that slide.

  • Customizing pan and zoom (Ken Burns) slide by slide -- help

    Here's where I am:
    I've imported a bunch of photos into iMovie and they are happily sitting in the Photos Pane.
    Here's what I want to do:
    Photo-by-photo I want to customize the Ken Burns effect to change the zoom and panning behavior.
    Here's what I am doing:
    I select the first photo and change the zoom and pan behavior to my liking...then go to the next photo and do the same, and so on and so on...
    Here's what's happening:
    With each subsequent photo, the previous pan and zoom settings are all changed to be identical to the changes I most recently made (i.e. all my previous changes are "deleted" and now all the photos have the exact same settings).
    What am I doing wrong? Thanks a bunch!

    Sorry to make this such a messy thread! (I couldnt' find any way to edit my previous post, so I am creating a new one summarizing where I am and the problems I am experiencing). I'm about ready to throw my Mac through the
    window...heeeeeeelllpppppp meee.....sssoomebodyyyyy!
    So, trying to summarize my issues:
    I'm having a rash of problems using iMovie.
    Here is what I am trying to do:
    Using photos from iPhoto Albums, I wish to create a movie/slideshow with pan/zoom, transitions, and music ultimately for import into iDVD for burning on DVDs to be views on televisions and/or computers.
    Here's what I am doing:
    1. In the Photo Pan I have the photos I wish to use from an album.
    2. I select one photo at a time, adjusting the pan/zoom behavior and duration one at a time (I realize you dont have to do each separately, but I like to customize this behavior slide-by-slide).
    3. Click on Update after each, thereby landing it in the timeline.
    4. I then selected ALL in the timeline and chose a transition (cross fade) to be applied to all.
    5. Now I've gone back to change the pan/zoom and the length on selected slides.
    6. [This part's a little hard to describe since I think more than one thing is going on at once...] When I change the length of a slide, it recompiles the transitions on either side of it (which I understand) and when it's done, the slide durations of the slides on either side of it have been markedly shortened (like from 4 seconds down to less than 1 second). I'll then get an error message saying the transiton cant be applied to very short clips (which I understand)...
    7. So, I'll then go to one of the recently-shortened clips to lengthen it's duration...and then the process starts over again, with the clip before it getting really short.
    8. The same thing seems to happen if I delete the cross-fade transition and insert a different one...slide durations keeps changing radically.
    In addition to solving the problem above, here's a couple more questions I have:
    1. What part of the process do you set the length of the clips? (I was thining of 4 seconds a piece, but that wasn't long enough to accomodate the 1 second cross fade)
    2. What order should I apply the various settings? (pan/zoom, duration, transitions...)
    3. Later, assuming everything is okay with the timing and transitions and KB, if i want to change one transition between two photos, I tried deleting the cross-fade, then adding a new transtion. But in the process of the timing of the two photos changed preventing the new transition from fitting...). How do I go about this?
    Clearly, I'm missing something here. This is so unintuitave...driving me nuts.
    Thanks a ton for any help you can provide.

  • Button Navigating from slide to slide

    I have a question about using buttons (rather than a playbar)
    to navigate in swf files. I am not very versed in actionscript.
    I'd like to create buttons that can be used to move from
    slide to slide in swf files. Basically a "Next" and "Back" method.
    Click the next button and the user goes to the next slide, the SWF
    file "waits" for another button click to advance.
    The method should be somewhat "generic" in nature. No calls
    to any specific file or slide. Basically a component that can be
    used with any swf file.
    Is such a method possible?
    Thank you,
    TPK

    Hi Lieve, thanks for your input and thanks Rob clarifying my question.
    The the first menu (Link Menu) is my work-around solution and it should work correctly.The problem is with the second menu (Shape Menu) which prevents buttons under the Smart Shape from working when you use the menu to navigate to slide to.
    Thanks for your views on hyperlinks and I've also tried to avoid them but have now chosen to use them in my drop-down  menu because of this issue. I had seen the hyperlink widget before and thought that it would be useful for a contextual glossary that is also in this same project. But at the same time I'm trying to avoid using widgets and use JavaScript as my client has a future roadmap to move this project to tablets.
    I'm using 7.0.1 and I'm glad you have been able to get it to work. Did you publish you test file and view in a browser or only preview it in Captivate "next 5 slides". I found that previewing worked perfectly as expected, it was only when I viewed it in a browser that the problem became apparent.
    If everything is still still working fine with your test file in a browser then could I send you my file or vice versa if that is okay.

  • Can I record my voice slide by slide in Keynote?

    I know that I can record my voice over in Keynote by recording the entire slideshow, but what if I mess up on one slide?
    Is there a way I can record just slide by slide rather than the whole project?

    You can make smaller recordings as audio files in QT and place one audio file on each slide. With the file on the slide and selected, you can set its start using the Build Inspector.
    In QuickTime, select File > New Audio Recording and when ready to record, click on the red button. Click on the button again to stop recording. File > Export the file to either the movies folder or your desktop.
    In Keynote, either drag the audio file from the desktop to your slide or place the file from the Media Browser (Movies) Tab. Select the audio file on your slide and in the Build Inspector > Build In > Start Audio and in the More Options section select the Start Build On Click or Automatically (and set any desired delays)

  • Bullet by bullet and not slide by slide in Keynote '09

    I am trying to have my points appearing bullet by bullet and not slide by slide - can't find the way to do that!

    Select the text box with the bullets and go to the Inspector>Build Tab, choose a build in from the drop down menu Effect (Appear will be the most basic), then go the drop down menu Delivery and choose by bullet.

  • How do I move from slide to slide in "slide only" view?

    I am new to Keynote having used PPT for decades.  How do I move from slide to slide when designing the presentation?  in PPT it is simply a right or left arrow.

    1 - click the slide you want to view in the navigater panel
    2 - click anywhere in the navigator panel, then use the up and down arrows

  • Paste PPT slide from slide sorter mode into FrameMaker - dimension issue.

    Hello, I used to be able to copy a PPT slide from slide sorter mode and paste it into FrameMaker and the slide would auto-fit inside the auto-created frame on my page. Now my slide is way too big for the frame. Does anyone recall how to make the slide automatically fit within the auto-created frame? I've tried this in Framemaker 8 and 12.
    Thanks

    Hello, I used to be able to copy a PPT slide from slide sorter mode and paste it into FrameMaker and the slide would auto-fit inside the auto-created frame on my page. Now my slide is way too big for the frame. Does anyone recall how to make the slide automatically fit within the auto-created frame? I've tried this in Framemaker 8 and 12.
    Thanks

  • HT5467 I can't slide the slider across to turn on location services, anyone know how I can enable it?

    I can't slide the slider across to turn on location services, anyone know how I can enable it?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

Maybe you are looking for