janekw wrote:
My app have to be able to: - run without any install or runtime (from CD, for example) - show a simple html with css and with equally simple javascript - print a frame with specific print settings (i.e. without headers or footers) - send an email (or, to put it simple, react to a click on a link and invoke external process)
Sounds like XULRunner could probably do this just fine. You can put an app + xulrunner on a CD and run it from the CD. You might have to hack the "specific print settings" bit yourself using a compiled component, but I don't really know much about that. Opening the default email app is trivial, see
http://developer.mozilla.org/en/docs/Opening_a_Link_in_the_Default_Browser And replace "http" with "mailto". --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
