Announcement

Collapse
No announcement yet.

FREE : IExplorer Object Plugin

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

  • FREE : IExplorer Object Plugin

    here ..
    an extended web browser object plugin that you ever wanted

    Features :

    1: It has 21 functions

    2: help file was not included yet but simple descriptions can be found on script editor

    3: There is 1 example project within package which shows to usage of plugin

    4: More Explorer Events Like : On Progress , On StatusText

    5: More Explorer Functions Like GetHTML() , SetHTML() , ShowSource()

    And more ....

    An AMS 7.1.1007.0 Example Included


    Notes :

    1 : Example Project Requires SliderEx Object Plugin

    2 : Please Keep In Mind This Is First (Beta) Release ,Please Wait Untill A Bug-Free Copy Released

    3 : This Plugin Tested With Internet Explorer ver: 6.0 ver: 7.0 ver: 8.0(beta)


    You Can Get It From Here

    If You Have Plugin Suggestions Please Write Here

    If You Have Feature Suggestions For This Plugin Please Write Here Or
    Plugin's Comment Section Via Clicking Write Comment Link On Details Page

    Thank You .

    Here Is A Screenshot From Example Project
    Attached Files
    amsplugins.com Is Closed.

    Facebook Page

  • #2
    Cool!

    Thank you reteset for the work you have put into this. As always you kick A#&!! :yes

    Comment


    • #3
      Excellent, works great. I really like SetHTM(), So much better than having to write it to a file and then load it.
      Dermot

      I am so out of here :yes

      Comment


      • #4
        is it possible to save a website with "Web page complete" feature?

        thanks

        Comment


        • #5
          nice work, i'll have a good test of this now, thanks reteset :yes
          Embrace change in your life, you never know, it could all work out for the best

          Comment


          • #6
            Originally posted by siray View Post
            is it possible to save a website with "Web page complete" feature?

            thanks
            if you are talking about explorer's build-in feature
            from main menu File >> SaveAs
            this is possible :yes

            but if you are talking about make it manually

            it is a hard job

            thanks.
            amsplugins.com Is Closed.

            Facebook Page

            Comment


            • #7
              A few bugs.
              • When you've gone back to the first page and you run Back() again it will popup an error.
              • When you've gone forward to the first page and run Forward() again it will popup an error.
              • Functions don't work on Preload, You have to use them on show.

              Comment


              • #8
                thank you
                • When you've gone back to the first page and you run Back() again it will popup an error.
                • When you've gone forward to the first page and run Forward() again it will popup an error.

                  there is a On CmdButtons event that controls navigation buttons (back-forward)
                  On CmdButtons event enables & disables those buttons when necessary
                  although there is a control mechanism , it is a bug that must fixed
                  did you get any error with the example


                • Functions don't work on Preload, You have to use them on show.

                  this is not plugins fault ,because AMS does not (or can not) create object plugins until On Show fired
                  first AMS sets properties etc.. of plugin and creates then


                i could not thank you for your nice graphic set.
                you know, i have used your graphics in this example.
                and it looks very cool
                amsplugins.com Is Closed.

                Facebook Page

                Comment


                • #9
                  Originally posted by reteset View Post
                  thank you
                  • When you've gone back to the first page and you run Back() again it will popup an error.
                  • When you've gone forward to the first page and run Forward() again it will popup an error.

                    there is a On CmdButtons event that controls navigation buttons (back-forward)
                    On CmdButtons event enables & disables those buttons when necessary
                    although there is a control mechanism , it is a bug that must fixed
                    did you get any error with the example


                  • Functions don't work on Preload, You have to use them on show.

                    this is not plugins fault ,because AMS does not (or can not) create object plugins until On Show fired
                    first AMS sets properties etc.. of plugin and creates then


                  i could not thank you for your nice graphic set.
                  you know, i have used your graphics in this example.
                  and it looks very cool
                  No problem, Also this is where the error happened.
                  Attached Files

                  Comment


                  • #10
                    as i mentioned above ,it is a simple problem
                    i have especially added On CmdButton event for that

                    for now , you can fix it easily

                    set initally disabled Hotspot2 and Hotspot3

                    and add following lines to On CmdButton event

                    Code:
                    if (e_Button == "BACK") then
                    Hotspot.SetProperties("Hotspot2", {Enabled = e_Enable});
                    end
                    if (e_Button == "FORWARD") then
                    Hotspot.SetProperties("Hotspot3", {Enabled = e_Enable});
                    end
                    this will automatically set enabled state of hotspots and
                    and do not let to user for a unwanted navigation

                    so if there is no way to go back or forward
                    this event automatically locks buttons or hotspots
                    amsplugins.com Is Closed.

                    Facebook Page

                    Comment


                    • #11
                      From Reteset:
                      if you are talking about explorer's build-in feature
                      from main menu File >> SaveAs
                      this is possible
                      Thanks, Reteset. I used a save icon from your example to save a web page. But it just saving all text from a web page. Not including images

                      Comment


                      • #12
                        Originally posted by siray View Post
                        From Reteset:


                        Thanks, Reteset. I used a save icon from your example to save a web page. But it just saving all text from a web page. Not including images
                        i am working on this plugin right now
                        and i added that now
                        you can use it with new version of plugin

                        thanks
                        amsplugins.com Is Closed.

                        Facebook Page

                        Comment


                        • #13
                          Very nice plugin, but i get an error when i go to hotmail.com

                          error:

                          On Navigate, Line 0: unexpected symbol near `0'
                          Bas Groothedde
                          Imagine Programming :: Blog

                          AMS8 Plugins
                          IMXLH Compiler

                          Comment


                          • #14
                            Works fine here, no error when using hotmail.com
                            Dermot

                            I am so out of here :yes

                            Comment


                            • #15
                              Here is a screenshot, this is strange that you don't have this error.
                              Attached Files
                              Last edited by Imagine Programming; 10-18-2008, 09:53 PM.
                              Bas Groothedde
                              Imagine Programming :: Blog

                              AMS8 Plugins
                              IMXLH Compiler

                              Comment

                              Working...
                              X