Announcement

Collapse
No announcement yet.

FREE : SliderEx Object Plugin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FREE : SliderEx Object Plugin

    hi all
    i made a free object plugin for you

    Features:

    this is same as standard IR Slider Object but it has 3 plus features
    1) adustable orientation, Horizontal and Vertical
    2) adjustable thumb orientation:
    left and right ( available when vertical )
    top and bottom ( available when horizontal )
    both ( available always )
    3)adjustable tick marks (show or hide)

    Actions:

    actions was remained as standard Slider Actions
    with SliderEx prefix

    Help File:

    there is no help file for this plugin
    you can set everything from properties dialog
    there are only 3 comboboxes additionally

    How To Install:

    1) Extract Rar File
    2) Copy The "SliderEx" Folder And Paste It Into Your
    AMS Installed Path\Plugins\Objects. For AMS6 Users, This Would Be
    "C:\Program Files\AutoPlay Media Studio 6.0\Plugins\Objects" Whereas
    For AMS7 Users, This Would Be
    "C:\Program Files\AutoPlay Media Studio 7.0\Plugins\Objects"

    Once You Have Copied The "SliderEx" Folder To The Correct Directory,
    The Plugin Is Now Ready To Use

    Thanks:

    jackdaniels first tester of this plugin :yes

    Licence:

    you can , what ever you want to do with it :yes

    Screenshot Of Available Styles And Properties Dialog
    Attached Files
    Last edited by reteset; 03-30-2008, 06:49 AM.
    amsplugins.com Is Closed.

    Facebook Page

  • #2
    Downloaded and using. It looks awesome. Well done!

    Comment


    • #3
      I tried the following for the "On PosChange" event area and it did not work:

      Code:
      Dialog.Message("", "hey")
      I did that after setting the Orientation to Vertical
      Intrigued

      Comment


      • #4
        Thanks for another awesome plugin. Keep it up. ^.^

        Comment


        • #5
          I tried the following for the "On PosChange" event area and it did not work:
          Confirmed, on pos change dose not work for vertical slider position, other than that, its perfect, 100% job well done :yes, just what i needed

          when this is fixed, IR should replace the slider plugin with this one, in the dristro package....it makes sence to me
          Embrace change in your life, you never know, it could all work out for the best

          Comment


          • #6
            you are right :o

            i forgot to add VSCROLL event .
            i will fix it as far as possible.
            probably ,i will update it tomorrow :yes

            thanks alot.
            amsplugins.com Is Closed.

            Facebook Page

            Comment


            • #7
              Originally posted by reteset View Post
              you are right :o

              i forgot to add VSCROLL event .
              i will fix it as far as possible.
              probably ,i will update it tomorrow :yes

              thanks alot.
              :yes

              Mirror:
              http://jonny6.pap3rback.net/AMS/?page=reteset

              I have not yet got a image on there for this as i use png files and i just have not got around to doing it yet.
              but how to install it is there :yes
              i will replace this one with th new one when you have done it.

              Comment


              • #8
                ty too man :yes

                Comment


                • #9
                  hi again
                  new update available now

                  Updates:

                  1) bug fixed: On PosChange was not working whereas orientation vertical

                  2) feature added : BorderStyle you can adjust border style of slider
                  available styles are : (None,Flat,Sunken,Bevel)

                  3) feature added : Tick Freq you can adjust frequency of tick marks
                  what is this:
                  normally, if slider range = 100 then 100 tick marks will be showed
                  with this setting if slider range = 100 and freq = 10 then 11 tick marks will be showed
                  math of this setting is range/freq+1 tick marks will be showed
                  if you set this 0(zero) only 2 tick marks will be showed ,where begin and end
                  Note: this setting will only affect at run time

                  4) HelpButton help button deleted from properties dialog
                  Last edited by reteset; 03-30-2008, 01:09 PM.
                  amsplugins.com Is Closed.

                  Facebook Page

                  Comment


                  • #10
                    Very nice, i like the Sunken and Bevel, and tick freq is a good idea (when small slider with 100 ticks, ya get 1 stright line, with this now its prefect)

                    Thanks Again reteset :yes
                    Embrace change in your life, you never know, it could all work out for the best

                    Comment


                    • #11
                      Thanks very much :yes

                      Just one thing - is there a way to make the slider return minimum at the bottom and maximum at the top when it's vertical. I tried changing the values in the properties but that didn't seem to have any effect.

                      Comment


                      • #12
                        Updated on mirror

                        Mirror:
                        http://jonny6.pap3rback.net/AMS/?page=reteset

                        Comment


                        • #13
                          Originally posted by reteset View Post
                          hi again
                          new update available now

                          Updates:

                          1) bug fixed: On PosChange was not working whereas orientation vertical

                          2) feature added : BorderStyle you can adjust border style of slider
                          available styles are : (None,Flat,Sunken,Bevel)

                          3) feature added : Tick Freq you can adjust frequency of tick marks
                          what is this:
                          normally, if slider range = 100 then 100 tick marks will be showed
                          with this setting if slider range = 100 and freq = 10 then 11 tick marks will be showed
                          math of this setting is range/freq+1 tick marks will be showed
                          if you set this 0(zero) only 2 tick marks will be showed ,where begin and end
                          Note: this setting will only affect at run time

                          4) HelpButton help button deleted from properties dialog
                          Excellent reteset. I just did some prelimary testing and I am impressed with what you have done. Everything works so far that I have tested.

                          I have mirrored this project on amsuser.com as well:

                          Intrigued

                          Comment


                          • #14
                            Outstanding job reteset. Thanks

                            Comment


                            • #15
                              hi again
                              new update available

                              Updates :

                              1) feature added : Inital Pos you can set a inital position for slider
                              for example: if you want to show slider with specified position
                              you can set it from here
                              this will save you from Page >> On Show : Sider.SetPos(x);
                              if you do not want to use this feature leave 0(zero)
                              Note: this setting will only affect at run time

                              2) feature added : ToolTip you can show slider position with a small tooltip
                              Yes : tooltip will be showed
                              No : tooltip will not be showed
                              when slider horizontal tooltip will be showed top of thumb
                              when slider vertical tooltip will be showed left of thumb
                              Note: this setting will only affect at run time

                              -----------------------------------------------------------
                              rexzooly and Intrigued thanks for mirroring
                              but you must work much.
                              because new version available and seems i will continue

                              longedge
                              if i understand you correctly,you want to reverse positions of min and max
                              this feature is not avaiable in this release but i will add

                              thanks alot
                              Last edited by reteset; 04-06-2008, 11:37 AM.
                              amsplugins.com Is Closed.

                              Facebook Page

                              Comment

                              Working...
                              X