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? Or do they need to install the Win32 GRE -- that would
seem to bring up the minimum size of redistribution to ~9MB (the Win32
GRE appears to be 4 MB itself).

Is there any way to cut down the size anymore, or is that the absolute
minimum?

TIA
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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?
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 same thing but use code compiled into my embedded 
application?
Thanks!
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 anyone know how I can stop this behavior?
Thanks!!!
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 what's not working when you can get
the demo application to run but not load any pages? The status bar
doesn't show any messages, no error message boxes appear, nothing. We
tried installing Firefox on the same machine, and it works perfectly.
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 shows that Authorization is Required page 
instead of asking username and password first.
Does anybody have an idea what could be wrong with setting this up?

Thanks in advance. Any help is appreciated.
-wz.
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 work
TIA,
Anton.
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 the last line number of the crashed
instruction, the variable or address place and the callstack?  Any
idea is welcome!

Regards,
yueweng
___
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding


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 mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding