Re: Nubie wanting to go from IE COM to Gecko SDK

2005-05-25 Thread Niky Williams
Much thanks for the quick reply and source snippet. I found my fault in what I was missing. I downloaded the mozilla source and compiled it (2 1/2 hrs later), the mozilla/dist/bin had all the elements that I needed to get this started. With pointing the first parameter of NS_NewLocalFile() to th

Re: Nubie wanting to go from IE COM to Gecko SDK

2005-05-25 Thread Yogish Baliga
May be this will help Assumption: /usr/X11R6/lib/firefox is having components, chrome, defaults, extensions, greprefs, icons, plugins nsCOMPtr nsFile; NS_NewLocalFile(NS_LITERAL_STRING("/usr/X11R6/lib/firefox"), TRUE, getter_AddRefs(nsFile)); nsresult rv = NS_InitEmbedding(nsFile, nsnul

Embedded Build Failing

2005-05-25 Thread Seamus
I can build the Firefox tarball successfully with .mozconfig (see below - .mozconfig) The problems begin 1. If I build with #ac_add_options --disable-tests in order to build the test applications I get the following error (see below - "BUILD ERROR STACK"). 2. If I then try to build the emb

Re: HTML Form submitting...

2005-05-25 Thread TyZef
Ok, This error is the fact that Mozilla can't executing any instruction if this instruction comes from a separated thread. So the solution is to use a proxy as described in the "JS -> XPCOM (C++) -> JS" discussion That solved all my problems ! ___ mozil

XSLT - Mozilla ActiveX

2005-05-25 Thread Matthias
Hi, I embed the Mozilla ActiveX Control 1.7.7 in my application. In addition I'd like to use xslt to transform some XML files. But this is not working with the ActiveX Control I've installed. On the other hand, this worls fine when I register the ActiveX control that comes with the complete