Skip navigation.

Lolek blog

Everything and nothing...

Posts tagged with "xulrunner"

[c++] borland codegear and gecko browser api part 2

, , , ...

Hi again,

on my last post i said that in the future i'll give you a working library for borland to connect with mozilla gecko (xulrunner), well ok, i'm still trying but i don't have much time and the problems are still the same.. ;/

Well because of that i made something different. I compiled Winembed project from xulrunner sources in Microsoft Visual Studio Express, made a dll library and export some function, that allow me to manipulate gecko window. Thx to that i've got working javascript injecting and exposing c++ functions/objects in javascript, window resizing, some events...
but i can't get input focus i.e. after the page is loaded i can click on links but i cannot enter any text..

Well i'll try to got this working, and after that i'll try to post here a working example with of course library.dll for connecting with xulrunner and also header file so anyone can use it...

that's all, hope that you'll find what you're looking for :wink:

Read more...

[c++] borland codegear and gecko browser api

, , , ...

Hi there,
i want to share you with some general info about embedding gecko browser inside CodeGear c++ application.
If you're interested, please read below :wink:

Read more...