# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1010970482 0 # Node ID c2a10ed13d1f8142e5783b41ee7e65d6cedd5e75 # Parent a6801a2260af35c9b3a0cb6f9c1a799a57ad2bea Added documentation of know platform limitations. diff -r a6801a2260af -r c2a10ed13d1f readme --- a/readme Mon Jan 14 00:48:08 2002 +0000 +++ b/readme Mon Jan 14 01:08:02 2002 +0000 @@ -13,6 +13,26 @@ on Windows. Boxes don't adhere to ratios on Unix. +Known limitations: + +It is not safe all all platforms to operate on widgets before they +are packed. For portablity 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 OS/2 slider controls will be misplaced if their postition is +set before showing the window. The resizing that occurs when +showing the window invalidates the position. + +On OS/2 and Windows MLE controls scrolled position may get +corrupted when resizing. + +On Unix the window manager border is not a constant value so +environment variables DW_BORDER_WIDTH and DW_BORDER_HEIGHT +are ysed for proper positioning. + Future features: Implementing a full set of controls. Most controls common to OS/2, Windows and