Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2001-06-19 18:19:15 +0000
committerVeronika Irvine2001-06-19 18:19:15 +0000
commit1b9da991ae714948717ebac42b6dfd7e6fcb7a61 (patch)
treeb78affe9213e99c7b1701167dbfd1b7246a543f4
parent814b5ecf1e6ddc556d942c298e426b32a4a16834 (diff)
downloadeclipse.platform.swt-1b9da991ae714948717ebac42b6dfd7e6fcb7a61.tar.gz
eclipse.platform.swt-1b9da991ae714948717ebac42b6dfd7e6fcb7a61.tar.xz
eclipse.platform.swt-1b9da991ae714948717ebac42b6dfd7e6fcb7a61.zip
comments regarding examples added
-rwxr-xr-xbundles/org.eclipse.swt/readme_swt.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/readme_swt.html b/bundles/org.eclipse.swt/readme_swt.html
index 990b739361..da2ccbe4c5 100755
--- a/bundles/org.eclipse.swt/readme_swt.html
+++ b/bundles/org.eclipse.swt/readme_swt.html
@@ -79,6 +79,24 @@ Similar but less serious issues exist on Windows such that occasionally an SWT e
On Windows NT only, you should avoid creating items in a List or ComboBox with strings longer than 1000 characters.
Doing so may result in a General Protection Fault. This has been fixed in more recent versions of Windows.
+
+<h4>
+99.1.8 SWT Example (Standalone) - FileViewer</h4>
+
+On Motif, drag and drop in File Viewer may cause the X-Server to hang. This is due to a thread synchronization issue in the example.
+This will be fixed in a future release of the FileViewer example.
+
+<h4>
+99.1.9 SWT Example (Standalone) - Hover Help</h4>
+
+On Motif, the tooltips may not appear correctly in all instances. This will be fixed in a future release.
+
+<h4>
+99.1.10 SWT Example (Workbench View) - Paint</h4>
+
+When the polygon tool is selected and the fill mode is set to Outline or Solid, the filled region may be rendered at the wrong location
+in the Canvas. This will be fixed in a future release of the Paint example.
+
<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" BORDER=0 height=12 width=195></a>
</body>
</html>

Back to the top