Announcement

Collapse
No announcement yet.

FREE : IExplorer Object Plugin

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

  • huynhkhuong
    replied
    Error error

    Has 1 error on "iFox"! The program cannot run!

    Leave a comment:


  • Imagine Programming
    replied
    Originally posted by reteset View Post
    thank you ,
    i know that , it does not work in Chrome too
    i am going to modify web site soon

    i think new Adobe flash players will no longer support Flash 8 movies
    actually it works fine in IE with latest player but not in others ,i do not know why

    where are you Macromedia ,i miss you
    I still use Macromedia Flash MX for the little flash things i need to do lol agreed to the fact that it stinks that macromedia stopped

    Leave a comment:


  • reteset
    replied
    Originally posted by C B programming and webdesign View Post
    (by the way, the shiney banner on your website doens't work in firefox for some reason, latest flashplayer installed)
    thank you ,
    i know that , it does not work in Chrome too
    i am going to modify web site soon

    i think new Adobe flash players will no longer support Flash 8 movies
    actually it works fine in IE with latest player but not in others ,i do not know why

    where are you Macromedia ,i miss you

    Leave a comment:


  • Imagine Programming
    replied
    Thank you sooo much this is wonderful (by the way, the shiney banner on your website doens't work in firefox for some reason, latest flashplayer installed)

    Leave a comment:


  • reteset
    replied
    New version is now available :yes
    i am going to continue to release this plugin for free

    this is not a stable release
    this is a (BETA) Comment & Suggestions version

    i could not work on this plugin for a while and i forgot same tasks on this plugin
    so; i wanted to continue development of this plugin
    with releasing what i did so far

    What's New :
    • there are 18 new actions
    • there are 6 new object events
    • known bugs are fixed
    • On PopUp and On ContextMenu events are partly OK


    please write your comments and suggestions for this plugin
    i am going to improve this plugin with your ideas :yes

    Notes :

    unfotunately , this plugin is no longer work under Windows Xp (SP2) ;
    reason : On PopUp event

    there is no documentation yet but most of the actions are implemented in sample project

    On Command event works same as i explained in my previous post

    On PopUp event works only when a normal window opened
    so ; javascript popups may not be blocked (will be availbe with next versions)
    reason : if i block javascript popups ,a javascript error occurs

    On ContexMenu fires only if plugin contains a html document
    i am going to add e_MenuType event argument to this event
    for separate contex menu types ( for example : default , text ,image)

    You Can Download From Here (same as first post)

    That's All for Now

    thanks
    Last edited by reteset; 01-22-2009, 03:12 PM.

    Leave a comment:


  • Imagine Programming
    replied
    Originally posted by RizlaUK View Post
    yes, this is the one iv been waiting for in AMS, i hate the lack of control the current IR web object has, On Popup event and some control over the ie contex menu IMO are vital to a web plugin

    this is shaping up to be a super plugin and i will be one of the first in line for the final version, thanks for all your hard work reteset :yes

    +1, this is very promising

    Leave a comment:


  • RizlaUK
    replied
    On Popup event (in progress yet)
    yes, this is the one iv been waiting for in AMS, i hate the lack of control the current IR web object has, On Popup event and some control over the ie contex menu IMO are vital to a web plugin

    this is shaping up to be a super plugin and i will be one of the first in line for the final version, thanks for all your hard work reteset :yes

    Leave a comment:


  • reteset
    replied
    thank you
    this and other bug that ShodowUK reported were fixed
    it is a NULL pointer bug

    i should not release it before a full control
    but i am working on lots of project at same time

    also i have added very cool features to plugin

    Command is one of them
    with this , you can send a string to ams from a html page with a custom event On Command

    for example :
    PHP Code:
    <a href="Command:OpenAnAMSPopUp">Click Here To Set Application Properties</a
    this will trigger On Command event with
    PHP Code:
    e_CommandString "OpenAnAMSPopUp"
    other features like below

    On FileDownload event
    Enable/disable file downloads
    enable/disable navigation
    On Popup event (in progress yet)
    default cursor option (provided by IRPluginObject class)
    enumerate IE favourites
    import/export favourites
    work online/ofline
    and more...

    todo list:

    enable disable IE contex menu
    get events from IE contex menu
    remove border option seems impossible with known ways but i will not give up to add this feature
    more control on page sources
    and more..

    note : new version of this plugin will be paid (commercial) with a low price

    Leave a comment:


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

    Leave a comment:


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

    Leave a comment:


  • Imagine Programming
    replied
    Very nice plugin, but i get an error when i go to hotmail.com

    error:

    On Navigate, Line 0: unexpected symbol near `0'

    Leave a comment:


  • reteset
    replied
    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

    Leave a comment:


  • siray
    replied
    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

    Leave a comment:


  • reteset
    replied
    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

    Leave a comment:


  • ShadowUK
    replied
    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

    Leave a comment:

Working...
X