Implementation of tab in BrowserPlease Reply soon

2009-01-29 Thread dev_tim
creating Custom browser in MFC thru Mozilla API --what interface i can use for tab browsing? --what starting initialization i will have to define? --Give some info about related source code or Document. -- View this message in context:

RE: cannot GetContentDOMWindow

2009-01-29 Thread Walter Fettich
Found it. My implementation of NS_IMETHODIMP GetInterface(const nsIID aIID, void** aInstancePtr) was empty. : -Original Message- From: dev-embedding-bounces+walter.fettich=lasting...@lists.mozilla.org [mailto:dev-embedding-bounces+walter.fettich=lasting...@lists.mozilla.org] On Behalf Of

Re: Which interfaces i need to implement to implement downloading

2009-01-29 Thread Vineeth Aravindakshan
I am not sure abt that MFC part..You have check if any message / signal is emitted when a link is clicked. If u can handle that signal, then u can check the url and download the file in the signal handler. Check out the gtk mozembed signal ( http://www.mozilla.org/unix/gtk-embedding.html)

Re: Implementation of tab in BrowserPlease Reply soon

2009-01-29 Thread Boris Zbarsky
dev_tim wrote: creating Custom browser in MFC thru Mozilla API --what interface i can use for tab browsing? There isn't one. Tab browsing is implemented completely in the front end. --what starting initialization i will have to define? That's a really broad question... I assume you've

gtkmozembed in Fedora 10 ?

2009-01-29 Thread Glen Gray
Hey Guys, Trying out an F10 build of our platform. Was hoping that the initial work I did to get our gtkmozembed browser running on F9 would be good enough to get it work on F10. But it's changed yet again. Anyone know what provies firefox-gtkmozembed for my configure.in checks. Thanks

The operation timed out when attempting to contact...

2009-01-29 Thread sunitha
We are using gecko (XULRunner 1.8.1.3 and javaxpcom) in our application to load web pages for given urls. It was all working fine until we asked it load one particular site. It gave 'The operation timed out when attempting to contact www.xyz.com' message for that site. After going through some