1998-12-08 18:34:49 -05:00
|
|
|
Outstanding issues
|
|
|
|
------------------
|
|
|
|
|
2000-03-19 14:55:13 -05:00
|
|
|
Last updated 19/3/2000.
|
|
|
|
|
|
|
|
See also: todo.txt.
|
|
|
|
|
|
|
|
- wxTextCtrl doesn't work as a stream buffer in Linux/gcc.
|
|
|
|
|
|
|
|
- No wxSpinButton.
|
|
|
|
|
|
|
|
- No wxToolTip (but see wxToolBar for a way of implementing it).
|
|
|
|
|
|
|
|
- Limited clipboard support (text only) and no drag and drop.
|
1998-12-08 18:34:49 -05:00
|
|
|
|
|
|
|
- Need a way of specifying default settings for colour/font/etc.
|
2000-03-19 14:55:13 -05:00
|
|
|
|
1999-02-11 11:00:33 -05:00
|
|
|
- More optimisation could be done to reduce X server traffic, etc.
|
2000-03-19 14:55:13 -05:00
|
|
|
|
1999-02-11 11:00:33 -05:00
|
|
|
- Should scrollbars take on the background colour? Not right for
|
|
|
|
e.g. wxScrolledWindows, so maybe have wxSystemSettings value for
|
|
|
|
scrollbar colour, and/or ability to set scrollbar colour independently.
|
2000-03-19 14:55:13 -05:00
|
|
|
|
2000-02-24 10:04:24 -05:00
|
|
|
- wxFrame can accept events, but apps cannot draw into it for some reason,
|
|
|
|
so the rotate sample won't work. Workaround: use an embedded wxWindow.
|
1999-02-11 11:00:33 -05:00
|
|
|
|
2000-03-19 14:55:13 -05:00
|
|
|
- In Life! sample, text above slider isn't legible.
|
|
|
|
|
|
|
|
- samples/html/helpview and samples/help show a problem when showing
|
|
|
|
the advanced HTML help controller: a BadDrawable X error occurs
|
|
|
|
(unfortunately hard to tell where). Somewhere in wxHtmlHelpFrame.
|
|
|
|
|
|
|
|
- Dialog Editor needs a lot of work.
|
|
|
|
|