Announcement

Collapse
No announcement yet.

Need Help I want to achieve Paragrah as ProgressBar

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

  • Need Help I want to achieve Paragrah as ProgressBar

    Hello anyone have the idea on how to achieve this?

    instead of progress bar i want to make the Paragraph or Image to be the progressbar

    --Page.StopTimer(6787543);

    MOUSEE = System.GetMousePosition(true);

    vidLent = 5000;

    para = Paragraph.GetPos("Paragraph2");

    SeekPos = (MOUSEE.X - para.X) ;
    SeekPos = vidLent / 838 ;


    Label.SetText("Label1", SeekPos);

    paraSize = Paragraph.SetSize("Paragraph2", SeekPos, 71);



  • #2
    not sure if this is the sort of idea you are after?
    check it out
    Marquee (with easy adjust HTML).apz

    Comment


    • #3
      Thanks Colc i will check it.. i think my post is not complete details...

      the code above is on the Click event of the paragraph1

      Comment


      • #4
        i think the given example is diffrent..what in my mind is, instead of using the progress bar as the seeker or view the current possition of the audio or video i used paragraph.

        Comment


        • #5
          hi can U post a sample of what ur after
          cheers

          Comment


          • #6
            Hello again cloc, pls see my example..

            i also put a timer to get the current position of the video but still i have no luck.. Thanks.

            Paragraph Volume or Seeker.apz

            Comment


            • #7
              hi OK I found plugin that might give U some help / ideas.Not exactly but with tweaking may be of assistance. I added examples to P2 & P3
              Have not got time to go thru code at the moment also added plugin - copy to object plugins
              Cheers
              Paragraph Volume or Seeker_2.apz
              ScrollBar.rar

              Comment


              • #8
                hmmm,, can you help me achieve making the paragraph as replacement of progress without using scrollbar? because it will add a MB space to the application.

                ** what i am trying to create without success is when i click on the paragraph1 the video or audio will seek ton the specific position.

                Comment


                • #9
                  One could try the custom ProgressEx bar I once released. What is your exact purpose?
                  Bas Groothedde
                  Imagine Programming :: Blog

                  AMS8 Plugins
                  IMXLH Compiler

                  Comment


                  • #10
                    The purpose i use the Paragrah as progress bar because when i get it, it has also the posibility that i can make may own progress image ing png. see picture

                    Comment


                    • #11
                      Hi this one uses images, no plugins modify code for your needs
                      Cheers
                      Fader.apz

                      Comment


                      • #12
                        Hi OK i changed the images as your pic, now you chase code for syncing with video and seek
                        Cheers
                        Fader_2.apz

                        Comment


                        • #13
                          great shrea colc,, again i will study it and attached my output. Thanks

                          Comment


                          • #14
                            Originally posted by Imagine Programming View Post
                            One could try the custom ProgressEx bar I once released. What is your exact purpose?
                            Update from you IP can't wait to see it
                            Plugins or Sources MokoX
                            BunnyHop Here

                            Comment


                            • #15
                              Originally posted by Imagine Programming View Post
                              One could try the custom ProgressEx bar I once released. What is your exact purpose?
                              Hello image... Thanks for sharing this but what i want to achieve is to eliminate of using progress plugin or object. Instead i would like to use image or paragraph as progress..

                              Comment

                              Working...
                              X