Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorroot <root@ghunt-desktop.(none)>2010-10-16 19:15:23 (GMT)
committer root <root@ghunt-desktop.(none)>2010-10-16 19:15:23 (GMT)
commit7e0dfb3e1df6ffa0194048d93ac4f55df00107a0 (patch)
treef7292713810a9f2434482fb41c00aecc48877041 /examples
parent8d792268cf8c799185da47995aa7c5374ebb9514 (diff)
upgraded to IPython 0.11 apha
Diffstat (limited to 'examples')
-rw-r--r--examples/HelpTemplate.activity/help/HelpApi.htm12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/HelpTemplate.activity/help/HelpApi.htm b/examples/HelpTemplate.activity/help/HelpApi.htm
index a1888d4..3bb53d2 100644
--- a/examples/HelpTemplate.activity/help/HelpApi.htm
+++ b/examples/HelpTemplate.activity/help/HelpApi.htm
@@ -7,7 +7,7 @@
<body>
<h1>Why this Template? </h1>
-<p>The installed base which is most of the 1.5 Million XO's has the following code on line 156 of webview.py for adjusting the visibility of html:
+<p>The installed base, of more than 1.6 Million XO's in the world, has a defect in the Webview gtk widget . The following code on line 156 of webview.py adjusts the visibility of the html widget by making its top level parent invisible (invisibility passes from parent to child):
<pre> def set_visibility(self, visibility):
logging.debug(&quot;nsIEmbeddingSiteWindow.set_visibility: %r&quot; % visibility)
if visibility:
@@ -18,16 +18,16 @@
This makes it difficult to use the webview widget in applications that want to display html based Help because
-when you want to hide the help page, you simultaneously end up hiding the rest of your application.
- (F11 code has corrected this shortcoming).
+when you want to hide the help widget, you simultaneously end up hiding the rest of your application.
+ (The most recent build 852 code based upon Fedora Core 11 has corrected this shortcoming).
-This HelpTemplate creates a new and separate window, so that the hide toplevel doesn't hide the rest of
+This HelpTemplate demonstrates how create a new and separate window, so that the hide toplevel doesn't hide the rest of
your application. In order to use this strategy, you will need to create the same number of tabs on the
-help page so that the user doesn't percieve that he is actually on a separate window.
+help page so that the user doesn't percieve that he is actually on a separate top level window.
-Admittedly, it's a little kludgey, but it will let your help pages be visible on old sugar builds.</pre>
+Admittedly, it's a little kludgey, but it will permit your Activity's help pages to function on older sugar builds.</pre>
</p>
</body>
</html>