Re: Native SVG Support and Mozilla ActiveX

2005-12-27 Thread John A.
On Fri, 23 Dec 2005 16:49:13 -0600, "Matthew Copeland" <[EMAIL PROTECTED]> wrote: >Hi, > >I am wanting to create a local content application that uses XHTML, SVG and >embedded Gecko. Ideally, this would be possible with everything native to >Gecko and not depending on 3rd party plugins. > >I am

Mozilla ActiveX control 1.7.12 linking to 1.7.7 release notes in "about:"

2005-10-24 Thread John A.
In uninstalled 1.7.7 and installed 1.7.12, but how can I be sure that's what I got? =O JA ___ mozilla-embedding mailing list mozilla-embedding@mozilla.org http://mail.mozilla.org/listinfo/mozilla-embedding

Re: mozctlx.dll missing in Mozilla full installer?

2004-09-08 Thread John A.
On Sun, 29 Aug 2004 02:19:25 +0100, irongut <[EMAIL PROTECTED]> wrote: >Hi Andreas, > >The docs on Adam's site are out of date. If you read through the old news >you would see that since v1.4 support files are needed that don't ship with >a standard GRE. Since v1.5 Adam has been providing them a

Mozilla Control in GRE

2004-06-19 Thread John A.
Any chance of arranging it so that the GREs that come with each release of Mozilla come with functional Mozilla Controls? 1.6 was missing files that were needed, and 1.7 is apparently missing some too. Apparently it's missing more than 1.6 was because the missing file & dir list I posted here for

Compat. info in GRE?

2004-03-31 Thread John A.
Does the various versions of the GRE include backwards compatibility information in their installations? I'd love to see GRE-based apps have the ability to detect which compatible versions are already installed and offer to use one of them if available, defaulting to the latest compatible version.

Re: Problem w/Moz control in VB5

2004-02-21 Thread John A.
On Fri, 20 Feb 2004 00:08:11 GMT, John A. <[EMAIL PROTECTED]> wrote: >On Wed, 18 Feb 2004 22:37:32 +, irongut ><[EMAIL PROTECTED]> wrote: >>It should be possible to figure out which files are needed by the >>control (and added by the installer) and create a sui

Re: Problem w/Moz control in VB5

2004-02-19 Thread John A.
On Wed, 18 Feb 2004 22:37:32 +, irongut <[EMAIL PROTECTED]> wrote: >It should be possible to figure out which files are needed by the >control (and added by the installer) and create a suitable installer >that can use any already installed GRE. I just haven't got round to it >yet. Files & dire

Re: Problem w/Moz control in VB5

2004-02-16 Thread John A.
On Tue, 17 Feb 2004 02:29:25 GMT, John A. <[EMAIL PROTECTED]> wrote: >On Mon, 16 Feb 2004 21:00:19 +, irongut ><[EMAIL PROTECTED]> wrote: > >>Since v1.5 you need to use the installer from Adam Lock's website. It >>contains it's own GRE (which it

Re: Problem w/Moz control in VB5

2004-02-16 Thread John A.
On Mon, 16 Feb 2004 21:00:19 +, irongut <[EMAIL PROTECTED]> wrote: >Since v1.5 you need to use the installer from Adam Lock's website. It >contains it's own GRE (which it registers for you) and support files. I had >the similar problems to you with a Delphi app until I used the installer. >

Problem w/Moz control in VB5

2004-02-13 Thread John A.
I have an app written in VB5 that uses the Mozilla control. It has worked fine each time I've upgraded Mozilla & reregistered the control, through 1.5rc1. When I registered the dll that came with Moz.1.6 (with GRE 1.6_2004011308) it gave me funky looking text (sized a little too big,) .Navigate did

Re: Problem with Mozilla Control in N7.1

2003-09-18 Thread John A.
On Wed, 17 Sep 2003 14:40:23 -0600, Matthew Mastracci <[EMAIL PROTECTED]> wrote: >Whoops! Found the answer to my own question. Right near the top of the >Mozilla ActiveX news page. Sorry! Great minds think alike. Simple ones too, though. ;)

Re: Memory Leaks

2003-09-03 Thread John A.
On 3 Sep 2003 06:30:23 -0700, [EMAIL PROTECTED] (Robert M. Wagner Jr.) wrote: >I am using MS VC6 and I am able to embed the ActiveX control in my >application, but when I go to close the application I noticed that >there are a lot of memory leaks in the Debug tab of the output pane. I >then downlo

Problem with Mozilla Control in N7.1

2003-07-02 Thread John A.
I just installed Netscape 7.1 & registered the new version of the control. Unfortunately, my program that uses it now does not work. It never comes up on the screen and I have to kill the process. When I add the control to a new VB5 project it hangs. Any ideas? Thanks JA

Re: Problem with Mozilla Control in N7.1

2003-07-02 Thread John A.
On Wed, 02 Jul 2003 22:58:03 GMT, John A. <[EMAIL PROTECTED]> wrote: >I just installed Netscape 7.1 & registered the new version of the >control. Unfortunately, my program that uses it now does not work. >It never comes up on the screen and I have to kill the process. When &g

Re: Mozilla control alternative?

2003-02-13 Thread John A.
On Tue, 11 Feb 2003 15:05:35 +, Adam Lock <[EMAIL PROTECTED]> wrote: >John A. wrote: > >>Any chance of someone developing an ActiveX control for embedding >>Gecko that doesn't try to mimic IWebBrowser and DWebBrowserEvents, but >>rather presents an interf

Mozilla control alternative?

2003-02-09 Thread John A.
Any chance of someone developing an ActiveX control for embedding Gecko that doesn't try to mimic IWebBrowser and DWebBrowserEvents, but rather presents an interface designed specifically for Gecko? Why be so limited? JA

Moz. ActiveX Control in VB - Disk Cache cleared on 1st URL of session

2002-12-28 Thread John A.
Each time I run my VB app, the disk cache in the MozillaControl profile gets cleared when I load the first URL of the session. Apparently, it is destroying & recreating the cache directory. I've added browser.cache.disk.parent_directory and browser.cache.disk.capacity lines to its prefs.js file,

Re: Mozilla ActiveX Control + VB = No Tooltips

2002-11-09 Thread John A.
On Sat, 09 Nov 2002 20:24:20 GMT, John A. <[EMAIL PROTECTED]> wrote: >I'm putting together a simple catalog browser with the Mozilla ActiveX >control and VB, but there are no tooltips showing. > >I am using the TITLE attribute, and they show up fine browsing the >s

Mozilla ActiveX Control and Profiles

2002-11-09 Thread John A.
Is there a way to tell the control to use a profile utterly apart from the Mozilla profiles? The control's profile shows up among my Mozilla browser profiles, and is quite annoying since I have only one profile and would like to just open up Mozilla into it. Yeah, I know there's a command line th

Mozilla ActiveX Control + VB = No Tooltips

2002-11-09 Thread John A.
I'm putting together a simple catalog browser with the Mozilla ActiveX control and VB, but there are no tooltips showing. I am using the TITLE attribute, and they show up fine browsing the same pages in Mozilla. I solved another problem - turning off javascript in my app - by finding the setting