User Tag List

Results 1 to 7 of 7

Thread: ActiveX Microsoft Web Browser Error

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ActiveX Microsoft Web Browser Error

    I'm building my own custom browser using the Microsoft Web Browser in ActiveX, but on YouTube, if you do a search, it will come up with an error, asking to debug. If you tell it not to debug, everything works fine. Is there anyway to avoid these kinds of error messages from popping up in the first place?

  2. #2
    No Products Registered

    Join Date
    May 2007
    Posts
    366
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Microsoft Web Browser Error

    It's a setting within IE (Disable Script debugging)

    Not sure you can stop it from happening in the ActiveX object...


  3. #3
    Clicker Install Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Darkhog's Avatar
    Join Date
    Jan 2009
    Location
    /dev/null
    Posts
    417
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Microsoft Web Browser Error

    If there are WindowsRegistry Extension, you can do this by manipulating windows registry. Not sure what key and what value you must change, but you should ask for it in a general computer forum.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Microsoft Web Browser Error

    If I understand the problem, I'll do a little googling.
    I hope it gets fixed. My personal internet program I made pwns. And it leaves a ton of room for extensions and updates so I dont want all that hard work to go to waste.

    Ah I get it. I just need to find a way to disable script debugging from MMF2. Isnt there an object made specifically for changing the registry?

    And if google is right, the correct key is in HKCU, Software, Microsoft, Internet Explorer, then Main.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Microsoft Web Browser Error

    Uh yeah that worked great and all, I used the Registry2 object to put a checkbox in my app's settings so a user can say if they want script debugging or not, but now when the script debugger is off, it says there was an error running the script, and asks if you want to let the page continue running. Any registry manipulation around this?

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Microsoft Web Browser Error

    I found the solution, in MMF2 I had to set the Web Browser to silent.

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ActiveX Microsoft Web Browser Error

    I have another question though... how could I get the Active X Web Browser to know if there is a page to go back or forward to? So it knows when to disable the buttons...

Similar Threads

  1. Microsoft Web Browser question
    By AWK in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd March 2009, 08:48 PM
  2. Microsoft Web Browser Active X Control Resize?
    By Stephen in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th August 2008, 02:27 AM
  3. Microsoft Web Browser COPY/PASTE via MMF?
    By DJ_Wild in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 14th January 2008, 06:50 PM
  4. Microsoft Web Browser Control crash!
    By DJ_Wild in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th November 2007, 09:54 AM
  5. Microsoft Web Browser ActiveX Question
    By LaraSoft in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 27th March 2007, 11:21 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
  •