Giedrius wrote:

Hello.
I'm a database programmer and know little of c++ (in fact, syntax only).
I need to write a database application and XUL looks like a good way to
build GUI.
My question would be:
how could I build fast application with Gecko?
I understand that I could use mozilla, but it is quite large in size and
runs slow on older PCs
+ I would like users to simply run one exe file under windows (instead of
mozilla -chrome technology),
so I could simply distribute the program.
So is there a fast way to compile (embed?) Gecko and the app with little
knowledge of c++ ?
Any examples of this sort of app?
Thank you all in advance.



You can use the Gecko SDK (for example for Windows at ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/gecko-sdk-i586-pc-msvc-1.6.zip)


Then you don't need any c++ knowledge at all for GUI, just XUL and javascript. See http://www.xulplanet.com/
You won't get just an exe file, but you need the gecko binaries (exe+ dlls) with your xul and js files.


Alex
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to