From 1ddbcd7152269b5406493ed7e4cb8bd4ecb8d6dc Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Mon, 20 Sep 1999 22:12:35 +0000 Subject: [PATCH] First Checked In. git-svn-id: svn://10.0.0.236/trunk@48413 18797224-902f-48f8-a5cc-f745e15eee43 --- .../lib/mac/embedding/powerplant/readme.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mozilla/lib/mac/embedding/powerplant/readme.txt diff --git a/mozilla/lib/mac/embedding/powerplant/readme.txt b/mozilla/lib/mac/embedding/powerplant/readme.txt new file mode 100644 index 00000000000..326b274ad22 --- /dev/null +++ b/mozilla/lib/mac/embedding/powerplant/readme.txt @@ -0,0 +1,24 @@ + +This project shows how to embed a WebShell inside a PowerPlant application. +It is based on some sample code provided by MetroWerks, that's why you won't +see the usual NPL in any of the source files. + + +The code is similar to the one originally posted to the newsgroup last May. +The differences are: +- It includes the fixes posted by Douglas L. Mac in news://news.mozilla.org/37CF3A45.D9D25725%40worldnet.att.net +- The output directory is mozilla/dist/viewer_debug +- The precompiled headers contain config/mac/DefinesMac.h and config/mac/DefinesMozilla.h + +As of today (September 20th, 1999), it runs but... +- Text selection doesn't work in the HTML area. Maybe other things + have been broken too in the past few months. +- The menubar is a bit corrupted by the SIOUX window. +- In order to load the default page (test2.html), the 'Samples' folder + has to be stored at the same level as the application instead of + inside the 'res' folder. Maybe this has been fixed in the past few days, + my tree is a bit old. + + +If you wish to contribute, please contact Mike Pinkerton +or Pierre Saslawsky . \ No newline at end of file