Re: How to embed Gecko in a Win32 C++ app?

2013-06-12 Thread mhminiblog
On Tuesday, March 5, 2013 9:13:40 PM UTC+8, malashen...@gmail.com wrote: > пятница, 5 февраля 2010 г., 15:03:34 UTC+4 пользователь Dmitry Dartz написал: > > > I'm also interested in WebKit samples. > > > Could you please show the way from say 5000ft hight of view? > > > Just a direction in which

Re: How to embed Gecko in a Win32 C++ app?

2013-03-05 Thread malashenkoandrey
пятница, 5 февраля 2010 г., 15:03:34 UTC+4 пользователь Dmitry Dartz написал: > I'm also interested in WebKit samples. > Could you please show the way from say 5000ft hight of view? > Just a direction in which we'd try to go. You may see excelent example by B.Fulgham: https://github.com/bfulgham/C

Re: How to embed Gecko in a Win32 C++ app?

2010-02-05 Thread Dmitry Dartz
> Thanks Timothy! > > Yeah, this is far from being trivial.. > > If fact, this is one of the aspects that I'm trying to evaluate and > compare > with WebKit and IE. So far, Gecko solution seems to be much more complex. > > But what would you say about using XULRunner, build a regular XUL > applica

Re: How to embed Gecko in a Win32 C++ app?

2010-02-04 Thread Jerry Evans
On 01/02/2010 12:08, Pedro P. Ribeiro wrote: Hi Jerry, Unfotunately I can't share the project code, but I can find the samples I used initally for studying if you are interested. About Gecko, any ideas? /* snip */ Hi Pedro Rats. I have been working a Gecko for ages but I never get enough t

Re: How to embed Gecko in a Win32 C++ app?

2010-02-01 Thread Timothy Madden
Pedro P. Ribeiro wrote: Thanks Timothy! Yeah, this is far from being trivial.. If fact, this is one of the aspects that I'm trying to evaluate and compare with WebKit and IE. So far, Gecko solution seems to be much more complex. But what would you say about using XULRunner, build a regular XUL

Re: How to embed Gecko in a Win32 C++ app?

2010-02-01 Thread Pedro P. Ribeiro
Thanks Timothy! Yeah, this is far from being trivial.. If fact, this is one of the aspects that I'm trying to evaluate and compare with WebKit and IE. So far, Gecko solution seems to be much more complex. But what would you say about using XULRunner, build a regular XUL application and use XPCOM

Re: How to embed Gecko in a Win32 C++ app?

2010-02-01 Thread Timothy Madden
Pedro P. Ribeiro wrote: > Hey guys! > > I'm having a hard time trying to understand how this works. What I need is > simple to write a Win32 C++ application, like a Wizard, but with the > interface designed in HTML and JavaScript. > > I've already done that using WebKit and IE, but now I also want

Re: How to embed Gecko in a Win32 C++ app?

2010-02-01 Thread Timothy Madden
Pedro P. Ribeiro wrote: Hey guys! I'm having a hard time trying to understand how this works. What I need is simple to write a Win32 C++ application, like a Wizard, but with the interface designed in HTML and JavaScript. I've already done that using WebKit and IE, but now I also want to use Gec

Re: How to embed Gecko in a Win32 C++ app?

2010-02-01 Thread Pedro P. Ribeiro
Hi Jerry, Unfotunately I can't share the project code, but I can find the samples I used initally for studying if you are interested. About Gecko, any ideas? On Sun, Jan 31, 2010 at 13:37, Jerry Evans wrote: > On 29/01/2010 16:41, Pedro P. Ribeiro wrote: > >> Hey guys! >> >> I'm having a hard

Re: How to embed Gecko in a Win32 C++ app?

2010-01-31 Thread Jerry Evans
On 29/01/2010 16:41, Pedro P. Ribeiro wrote: Hey guys! I'm having a hard time trying to understand how this works. What I need is simple to write a Win32 C++ application, like a Wizard, but with the interface designed in HTML and JavaScript. I've already done that using WebKit and IE, but now I

How to embed Gecko in a Win32 C++ app?

2010-01-29 Thread Pedro P. Ribeiro
Hey guys! I'm having a hard time trying to understand how this works. What I need is simple to write a Win32 C++ application, like a Wizard, but with the interface designed in HTML and JavaScript. I've already done that using WebKit and IE, but now I also want to use Gecko for comparison purposes

How to Embed Intro? ( Any help would be greatly appreciated)

2009-12-09 Thread ghost
Hey All, I'm needing assistance getting started. I've looked at Mozilla docs which I will continue to do and am grateful to have, however from an SDK API standpoint, I was hoping to find something more like. To Embed do the following: 1. Download xulrunner-XXX or Firefox-XXX source (whats th

Re: How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-25 Thread Wen Shane
On Jul 25, 6:51 pm, victor wrote: > On Jul 24, 4:35 pm, Wen Shane wrote: > > > Hello! > > > I am a rookie to Gecko, and I am now developing an application on > > search results clustering under Linux. In this app, I plan to embed > > Gecko to get all visible elements' position in the HTML page th

Re: How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-25 Thread victor
On Jul 24, 4:35 pm, Wen Shane wrote: > Hello! > > I am a rookie to Gecko, and I am now developing an application on > search results clustering under Linux. In this app, I plan to embed > Gecko to get all visible elements' position in the HTML page they > belong to. After reading so many docs on G

Re: How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-24 Thread Wen Shane
On 7月24日, 下午4时35分, Wen Shane wrote: > Hello! > > I am a rookie to Gecko, and I am now developing an application on > search results clustering under Linux. In this app, I plan to embed > Gecko to get all visible elements' position in the HTML page they > belong to. After reading so many docs on Ge

How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-24 Thread Wen Shane
Hello! I am a rookie to Gecko, and I am now developing an application on search results clustering under Linux. In this app, I plan to embed Gecko to get all visible elements' position in the HTML page they belong to. After reading so many docs on Gecko embedding on the deveop.mozilla.org, I foun

How to Embed gecko into Crawler

2008-06-17 Thread ictclas
Hello, I want to use my web crawler to cralw the dynamic webpages, especially data onload by js . So I plan to embed gecko into crawler. It can be interpret javascript, convert the html to DOM tree;for efficiency I don't need GUI , is there any possible ?. Is there existing source code?

how to embed/bootstrap nsIHTMLEditor

2007-11-23 Thread fch...@gmail.com
I am a newbie in XPCOM. I have been trying to get a understanding of how to embed a HTML editor in Java application (Eclipse SWT). I ran acrocss some documents talking about embeding nsEditor and nsHTMLEditor through nsEditorShell. However, this shell class appears to be gone in the newer version

Re: How to embed Gecko in a C++ app?

2007-09-05 Thread Brightman
are you resolve this problem? i want to use gecko to parse url from html builded by javascript, could you send me your source code ?([EMAIL PROTECTED]) thanks On Aug 17, 7:19 pm, [EMAIL PROTECTED] wrote: > I probably put it wrong. I need to crawl data that's behind forms, and > what I've been doin

Re: How to embed Gecko in a C++ app?

2007-08-18 Thread Arnaud Grandville
Arcnor, I changed the project file, now the OutputDirectory is set to ..\..\..\dist\bin "Arcnor" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello! > > [EMAIL PROTECTED] wrote: > > > Compile errors again, symbols like XRE_InitEmbeddingType are not being > > found. D

Re: How to embed Gecko in a C++ app?

2007-08-18 Thread Arnaud Grandville
Try to lauch winEmbed.exe from the C:\mozilla\dist\bin directory "Arcnor" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello! > > [EMAIL PROTECTED] wrote: > > > Compile errors again, symbols like XRE_InitEmbeddingType are not being > > found. Docs on mozilla website

Re: How to embed Gecko in a C++ app?

2007-08-17 Thread john . berkeleydb
I probably put it wrong. I need to crawl data that's behind forms, and what I've been doing until now in Java is to submit the forms, get the results-page, and download the individual pages. But my home-made Java app is getting unmanageable now, and I want to integrate Gecko in a C+ + app (C++ bein

Re: How to embed Gecko in a C++ app?

2007-08-17 Thread Arcnor
Hello! [EMAIL PROTECTED] wrote: > Compile errors again, symbols like XRE_InitEmbeddingType are not being > found. Docs on mozilla website say that they no longer support > winEmbed or mfcEmbed; not sure if they'll work now. > > What I'm trying to do is to write a bare-bones crawler in C++, I

Re: How to embed Gecko in a C++ app?

2007-08-17 Thread john . berkeleydb
Compile errors again, symbols like XRE_InitEmbeddingType are not being found. Docs on mozilla website say that they no longer support winEmbed or mfcEmbed; not sure if they'll work now. What I'm trying to do is to write a bare-bones crawler in C++, I don't need any GUI, or any browser window. I ju

Re: How to embed Gecko in a C++ app?

2007-08-17 Thread john . berkeleydb
Thanks for being so prompt, will try it out now. On Aug 17, 12:21 pm, "Arnaud Grandville" wrote: > <[EMAIL PROTECTED]> a écrit dans le message de news: > [EMAIL PROTECTED] > On Aug 16, 12:18 pm, "Arnaud" wrote: > > > > > If you expect to use Gecko as a crawler to get the DOM view of the DHTML >

Re: How to embed Gecko in a C++ app?

2007-08-17 Thread Arnaud Grandville
<[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] On Aug 16, 12:18 pm, "Arnaud" wrote: > If you expect to use Gecko as a crawler to get the DOM view of the DHTML > pages you will download, that's certainly the best way. A very usefull > example is located in [C:]\mozilla\em

Re: How to embed Gecko in a C++ app?

2007-08-16 Thread john . berkeleydb
On Aug 16, 12:18 pm, "Arnaud" wrote: > If you expect to use Gecko as a crawler to get the DOM view of the DHTML > pages you will download, that's certainly the best way. A very usefull > example is located in [C:]\mozilla\embedding\tests\winEmbed, but the Visual > studio Project winembed.dsp seem

Re: How to embed Gecko in a C++ app?

2007-08-16 Thread Arnaud
If you expect to use Gecko as a crawler to get the DOM view of the DHTML pages you will download, that's certainly the best way. A very usefull example is located in [C:]\mozilla\embedding\tests\winEmbed, but the Visual studio Project winembed.dsp seems to be out of order, so I rewrite one, you

How to embed Gecko in a C++ app?

2007-08-15 Thread john . berkeleydb
Hi all, I've been trying to embed Gecko in a C++ crawler that I'm writing, and all in vain. Docs online are either outdated or confusing, or maybe I'm just not able to get it. I read somewhere that to embed Gecko we no more require to checkout the entire Mozilla source tree, nor do we need to down

Re: How to embed

2006-09-22 Thread philippe
Nik thank's a lot for your proposal. I'll probably use it. philippe ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: How to embed

2006-09-22 Thread Niky Williams
philippe wrote: Hello I built mfcemebed, and look at it to see how it works. My purpose is: I'm on an automaton. There is no direct interact with the customer , no touch screen, an a minimal keyboard with just a keypad and some functions keys (it's quite like an ATM, but for trains), because o

How to embed

2006-09-22 Thread philippe
Hello I built mfcemebed, and look at it to see how it works. My purpose is: I'm on an automaton. There is no direct interact with the customer , no touch screen, an a minimal keyboard with just a keypad and some functions keys (it's quite like an ATM, but for trains), because of specials devices