Hi Robin Dunn,
Some news from a win98 user (win98se, Py 2.3.3, wxPy 2.5.1.0p8)
o Installation without any problem
o (Default)Height of the ComboBox.
This has been reported (Chris Barker) and it also happens on my
win98 platform. As this bug also happens in "black-box" controls,
like the zoom factor in the PrintPreview, I conclude, this is a real
wxWidgets bug.
o Echeverria Rabi, Cristián: wx.SplitterWindow issue on winXP.
Same issue on win98.
o demo / VListBox and HtmlListBox
Can not move the selection with arrow keys, ok with a mouse click.
Has been reported.
o Just noticed the menu definition and its binding introduced in the
p7 release is still working with the p8 release.
What is or will be the "official" way to do this?
o Still the "StretchDIBits" issue in the demo.
I wonder if something has been done or could be done to solve this
issue. Now that I know where this is coming from (wx.Logxxx), I do
not worry too much about this. But what would a new wxPython user say?
However, the problem is critical for demo apps like the AnalogClock,
where the exposed window is constantly "refreshed", this leads to
a general demo crash.
o DC and SetBrush
I read the story (Kevin Altis). SetBrush is working fine on my win
platform. The point I do not understand, lies in the DC.Clear() method.
Which Brush is used for this Clear method? According to the doc,
clearing uses the last defined Brush. I can define the Brush as I
wish (eg. wx.RED_BRUSH), this is not working. The Clear() method
does not use any defined Brush. It will always repaint the
wx.Window with the BackgroundColour set for this window. Note,
that this was also the case in 2.4.2.4
o I read somewhere, you plan to introduce Release Candidates. I think,
that a good idea.
o When switching from one demo app item to one onother, I see
a flashing gray rectangle (with a constant size) on the upper left
corner of the wx.SplitterWindow, on the notebook. Rendering/refreshing
issue ???
o A little bit out of this topic.
Seeing all the complains and questions about the wxTextCtrl widget
(SetSelection, Styling, Focussing, ...), I just wonder if this control
should not be reworked and splitted into two differents controls.
A basic TextCtrl with a restricted set of styles for entering raw text
and a second more sophisicated one, that allows styling, saving, ....
Something like a wx.RTF widget.
Regards.
Jean-Michel Fauth, Switzerland