Minimum required for re-distribution of ActiveX plugin?

2004-07-27 Thread Jedidja Bourgeois
Hi I've been searching through Adam Lock's page as well as the newsgroups and can't seem to find a definite (recent) answer to this question. If you have an MFC application that uses the Mozilla ActiveX control, does the end user also need to install a version of Mozilla / Firefox for it to work?

Using Proxy Server

2004-07-27 Thread Matt Dood
With the IE control the application will pull your proxy settings from your default internet connection profile...how do I get the Mozilla plugin the proxy info? I'm currently only running Firefox and not a full install of Mozilla...could this be an issue?

nsIContentPolicy help

2004-07-27 Thread bubu
Hi All, I'd like to implement nsIConetentPolicy in my embedded application but I'm not sure how to do it. I didn't want to write a separate component. I've looked at the weblock example but it's using information passed to the Registration callback of the component. How can I do the

Help! Minimized window restores when script changes window.location

2004-07-27 Thread bubu
Hi All, I have a Win32 embedded application that is being used to display a status screen. The status screen updates using a script: setTimeout( 'window.location=status.html;', 2000 ); If the user minimizes the status window, as soon as the script executes the window is restored. Does

Re: Minimum required for re-distribution of ActiveX plugin?

2004-07-27 Thread Jedidja Bourgeois
Ok .. I guessed it turned out to be the one computer we were testing on. Three other machines (WinXP and 2k) seemed to all run the demo perfectly with just the Mozilla ActiveX Control installed. Which begs the question .. since Navigate2 doesn't return any error codes, is there any way to tell

nsIPromptService: Prompt for Username and Password

2004-07-27 Thread WaZZu
Hello all I'm trying to embed mozilla with wxWidgets(formerly wxWindows). I followed mfcembed sample to override prompt dialogs, but not as dll component. I got Alert prompt to work, but prompt for Username and Password doesn't work. When I access web page with htaccess authorization it just

Inputs of HTML forms don't work in emb. browser - URGENT - PLEASE HELP

2004-07-27 Thread Anton Bar
Hi all, I have an embedding app that loads various HTML content into the embedded Mozilla 1.6. Everything works fine, except the following: 1) Combo boxes don't work (cannot select any item, it's stuck on the default) 2) Edit boxes can't get neither input nor focus 3) TAB and SHIFT-TAB doesn't

How to Catch and print all error in XPCOM?

2004-07-27 Thread yueweng
Dear all, I would like to implement a crash feedback agent in my xpcom for handling my module when it crashed. However, I do not know how to catch and transform it into meaningful data. I know how to catch all the error like the following: } catch(...) //end try { } However, how do I know

How do I build release?

2004-07-27 Thread randy0404
Hi All, Does anyone have instructions for doing a release build of mozilla and the embedded projects with MSVC 6.0 on Windows? I have successfully built the debug versions but I now need a release build. Thanks! Randy ___ mozilla-embedding