Announcement

Collapse
No announcement yet.

FREE : SliderEx Object Plugin

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

  • #61
    thanks reteset, ill try this new system out then :yes
    Embrace change in your life, you never know, it could all work out for the best

    Comment


    • #62
      Thanks Reteset. Works well now.
      :yes:yes:yes

      Yossi

      Comment


      • #63
        updated to that latest version on amsuser.com, thanks.
        Intrigued

        Comment


        • #64
          you are welcome
          amsplugins.com Is Closed.

          Facebook Page

          Comment


          • #65
            hi a new update is available


            Updates :

            1) Feature added: Help File a detailed help file added

            2) Bug fixed : A simple bug fixed

            important note : there is a problem that can not be fixed

            when you call
            SliderEx.SetBGColor() , SliderEx.SetBorderStyle() ,SliderEx.SetThumbOrientation();
            object recreates itself and object's window handle changed
            keep in mind this if you use SliderEx.GetWindowHandle() function

            for example:

            hWnd = SliderEx.GetWindowHandle("mySlider");
            Window.SetMask ( hWnd,"MaskFile.bmp",true,0 );

            after you call this
            SliderEx.SetBGColor("mySlider",0);
            object will be lost its masked form.

            for this problem you can use

            SliderEx.SetBGColor("mySlider",0);
            hWnd = SliderEx.GetWindowHandle("mySlider");
            Window.SetMask ( hWnd,"MaskFile.bmp",true,0 );

            thanks
            Attached Files
            amsplugins.com Is Closed.

            Facebook Page

            Comment


            • #66
              Thanks for the update.
              Yossi

              Comment


              • #67
                Thanks reteset for this useful plygin:yes
                Have good times always

                Comment


                • #68
                  i will update this plugin soon,

                  i will add some function which should be added
                  i will try to fix window handle problem ,if i would not i will remove
                  SliderEx.GetWindowHandle();
                  i am already thinking this was a unnecessary action

                  any suggestions except transparent background ..?
                  it is possible but does not work on a AMS page properly

                  and olso if you think skin support i am working on a separated slider
                  plugin with skin support but this plugin will has limited features

                  LiKe Below:

                  no background color option (if you want back color option SliderEx is your friend)
                  no border style option
                  no tooltip option
                  no resize option (object size should be same as background image (both runtime-designtime))
                  some events will not be available
                  maybe it can be dragged by only mouse (i am working on the add more options)
                  and it is not finished yet

                  actually creating a skinned slider takes 10 minutes (for myself)
                  but making it dynamically (user defined) may take 10 days - 10 weeks

                  thank you for your interest


                  @JDog37 if you want to receive MPs from forum members like me
                  you should enable receivig PMs from members
                  From : User CP >> Edit Options >> Messaging & Notification >> Enable Private Messaging
                  Last edited by reteset; 08-17-2008, 01:46 PM.
                  amsplugins.com Is Closed.

                  Facebook Page

                  Comment


                  • #69
                    SliderEx Object Plugin Has Been Updated To AutoPlay Media Studio 8

                    More Details Can Be Found Here
                    amsplugins.com Is Closed.

                    Facebook Page

                    Comment


                    • #70
                      Originally posted by longedge View Post
                      Got it -

                      Code:
                      pos = SliderEx.GetSliderPos("Plugin1");
                      vol = Math.Abs(255-pos);
                      Audio.SetVolume(CHANNEL_BACKGROUND, vol);
                      Sorry to drag up an old thread, but I'm trying to have the 0 at the bottom, and full volume at the top, vertically.

                      Where exactly does this script need to be added?

                      I know it's a basic question, but I'm hopeless with this.

                      Thanks.

                      Comment


                      • #71
                        Originally posted by reteset View Post
                        SliderEx Object Plugin Has Been Updated To AutoPlay Media Studio 8

                        More Details Can Be Found Here
                        And amsplugins.com is closed. Can you (or anyone) please upload SliderEx for version 8 in attachment (or somewhere else) so i can get it?

                        Comment


                        • #72
                          Hello I really need this plugin, you can return the link to download please, grateful.

                          Comment

                          Working...
                          X