Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast
Results 1 to 15 of 68
  1. #1
    Join Date
    May 2006
    Posts
    1,443

    Lightbulb 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

    Licence:

    you can , what ever you want to do with it

    Screenshot Of Available Styles And Properties Dialog
    Attached Images
    Last edited by reteset; 03-30-2008 at 06:49 AM.

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Downloaded and using. It looks awesome. Well done!

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    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

  4. #4
    Join Date
    Apr 2007
    Location
    Suffolk, UK
    Posts
    176
    Thanks for another awesome plugin. Keep it up. ^.^

  5. #5
    Join Date
    May 2006
    Posts
    5,380
    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 , 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
    Open your eyes to Narcissism, Don't let her destroy your life!!

  6. #6
    Join Date
    May 2006
    Posts
    1,443
    you are right

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

    thanks alot.

  7. #7
    Join Date
    Jul 2007
    Posts
    1,512
    Quote Originally Posted by reteset View Post
    you are right

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

    thanks alot.


    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
    i will replace this one with th new one when you have done it.

  8. #8
    Join Date
    Jul 2007
    Posts
    287
    ty too man

  9. #9
    Join Date
    May 2006
    Posts
    1,443
    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 at 01:09 PM.

  10. #10
    Join Date
    May 2006
    Posts
    5,380
    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
    Open your eyes to Narcissism, Don't let her destroy your life!!

  11. #11
    Join Date
    Aug 2003
    Posts
    2,427
    Thanks very much

    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.

  12. #12
    Join Date
    Jul 2007
    Posts
    1,512

  13. #13
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote 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:

    http://www.amsuser.com/ams/examples/SliderEx.rar
    Intrigued

  14. #14
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    Outstanding job reteset. Thanks

  15. #15
    Join Date
    May 2006
    Posts
    1,443
    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 at 11:37 AM.

+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast

Similar Threads

  1. Free Plugin: Media Player Object
    By Ted Sullivan in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 09-24-2004, 02:54 PM
  2. Spotlight: Media Player Object Plugin
    By Desmond in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 03-26-2004, 04:01 PM
  3. Spotlight: Calendar Object Plugin
    By Desmond in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 03-19-2004, 08:50 AM
  4. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  5. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts