Hi Grant,
Grant Gayed wrote:
> Hi Jacek,
>
> I think the following does what you want (written in terms of
> java/javaxpcom):
>
> String url = "javascript:" + script + ";void(0);";
> nsIWebNavigation navigation =
> (nsIWebNavigation)webBrowser.queryInterface(nsIWebNavigation.NS_IWEBNAVIGATI
> ON_I
Hi,
I am building mozilla firefox 1.5.0.12 on Mac. While building embed
version of browser using cocoa, we are getting the following error "#error
Cannot use internal string classes without MOZILLA_INTERNAL_API defined. Use
the frozen header nsStringAPI.h instead". Please give some pointer to
reso
Hi,
I am building Mozilla 1.5.0.12 for embeding using gtk as default toolkit on
Mac OS X. While building libxpcom_core.dylib, it is giving error as
undefined symbols:
_CFBundleCopyExecutableURL
_CFBundleGetMainBundle
_CFRelease
_CFURLGetFileSystemRepresentation
The CoreFoundation framework is
On Jul 19, 9:51 pm, Drakou <[EMAIL PROTECTED]> wrote:
> Is it normal that the so library files are enormous in comparaison to
> the same x86 builds ? How can I make them smaller ?
> Is there some files in the firefox directory that I can delete ? I
> plan to use the GTKembed widget in my program.
On Jul 18, 12:07 am, "Brian Edmond" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there a way to get rid of the scrollbars in the embedded browser? Here
> is what I want to do:
>
> Have the browser render the entire page to an offscreen buffer. The page
> can then be scrolled by moving the destination