Bugs

These are the known bugs:

  1. Using SetClientSize before setting the menu bar on a frame does not cause a menu bar to appear under XView. Use SetClientSize after changes to the window which might affect its size.
  2. Modal dialogs under XView do not treat some panel items correctly. This XView problem is partially corrected with the list item scrollbar fix supplied with wxWindows, but choice items (and probably other items) still don't work properly.
  3. On creation of a new frame, XView often appears to send too many repaint events to subwindows. I can't find a way around this, any suggestions appreciated.
  4. Windows MDI support is hampered by the inability to paint icons dynamically onto the iconized window client area, thus limiting icons to one image for all child windows.
  5. Mapping mode support is patchy.
  6. PostScript output control could be improved. Mapping mode ignored by PostScript driver.
  7. Some text window behaviour is not implemented in Windows (e.g. character input).