diff readme @ 1196:452a5b1b2aa5

Fixed a longstanding issue on OS/2 of event handlers being triggered by events on the wrong window when more than one slider/percent control is in a box. Removed that from the known issues, although it was incorrectly attributed as a Windows bug instead of an OS/2 bug. Also createda GlobalID() function that will keep the global ID used by unspecified controls within the "short" range.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 28 Sep 2011 16:51:56 +0000
parents d2f37fda40df
children 1ef76e93db82
line wrap: on
line diff
--- a/readme	Wed Sep 28 15:29:05 2011 +0000
+++ b/readme	Wed Sep 28 16:51:56 2011 +0000
@@ -22,10 +22,6 @@
 It is not safe on all platforms to operate on widgets before they
 are packed.  For portability pack widgets before operating on them.
 
-On Windows a slider control will only work properly if it is the
-only slider in a box.  If there is more than one slider control 
-in a box then signals may get misdirected to the wrong control.
-
 On Unix (GTK) the window manager border is not a constant value
 so environment variables DW_BORDER_WIDTH and DW_BORDER_HEIGHT
 are used for proper positioning.